@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,0.8);
    background-color: rgba(255,255,255,0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,255,255,0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */.mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/*!
 * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
 * @package bootstrap-colorpicker
 * @version v3.2.0
 * @license MIT
 * @link https://itsjavi.com/bootstrap-colorpicker/
 * @link https://github.com/itsjavi/bootstrap-colorpicker.git
 */
.colorpicker {
    position: relative;
    display: none;
    font-size: inherit;
    color: inherit;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    padding: .75rem .75rem;
    width: 148px;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.colorpicker.colorpicker-disabled,.colorpicker.colorpicker-disabled * {
    cursor: default!important
}

.colorpicker div {
    position: relative
}

.colorpicker-popup {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    margin-top: 1px;
    z-index: 1060
}

.colorpicker-popup.colorpicker-bs-popover-content {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    margin: 0;
    z-index: initial;
    border: none;
    padding: .25rem 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.colorpicker:after,.colorpicker:before {
    content: "";
    display: table;
    clear: both;
    line-height: 0
}

.colorpicker-clear {
    clear: both;
    display: block
}

.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute;
    top: -7px;
    left: auto;
    right: 6px
}

.colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: auto;
    right: 7px
}

.colorpicker.colorpicker-with-alpha {
    width: 170px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-saturation {
    position: relative;
    width: 126px;
    height: 126px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(black)),-webkit-gradient(linear,left top,right top,from(white),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,transparent 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    cursor: crosshair;
    float: left;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    margin-bottom: 6px
}

.colorpicker-saturation .colorpicker-guide {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.8);
    box-shadow: 0 0 0 1px rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: 0;
    margin: -3px 0 0 -3px
}

.colorpicker-alpha,.colorpicker-hue {
    position: relative;
    width: 16px;
    height: 126px;
    float: left;
    cursor: row-resize;
    margin-left: 6px;
    margin-bottom: 6px
}

.colorpicker-alpha-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.colorpicker-alpha-color,.colorpicker-hue {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2)
}

.colorpicker-alpha .colorpicker-guide,.colorpicker-hue .colorpicker-guide {
    display: block;
    height: 4px;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -2px;
    margin-top: -2px;
    right: -2px;
    z-index: 1
}

.colorpicker-hue {
    background: -webkit-gradient(linear,left bottom,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));
    background: linear-gradient(to top,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)
}

.colorpicker-alpha {
    background: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;
    background-size: 10px 10px;
    background-position: 0 0,5px 5px;
    display: none
}

.colorpicker-bar {
    min-height: 16px;
    margin: 6px 0 0 0;
    clear: both;
    text-align: center;
    font-size: 10px;
    line-height: normal;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2)
}

.colorpicker-bar:before {
    content: "";
    display: table;
    clear: both
}

.colorpicker-bar.colorpicker-bar-horizontal {
    height: 126px;
    width: 16px;
    margin: 0 0 6px 0;
    float: left
}

.colorpicker-input-addon {
    position: relative
}

.colorpicker-input-addon i {
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    position: relative
}

.colorpicker-input-addon:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    background: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;
    background-size: 10px 10px;
    background-position: 0 0,5px 5px
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto;
    vertical-align: text-bottom
}

.colorpicker.colorpicker-horizontal {
    width: 126px;
    height: auto
}

.colorpicker.colorpicker-horizontal .colorpicker-bar {
    width: 126px
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    float: none;
    margin-bottom: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue {
    float: none;
    width: 126px;
    height: 16px;
    cursor: col-resize;
    margin-left: 0;
    margin-top: 6px;
    margin-bottom: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide,.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide {
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    right: auto;
    height: auto;
    width: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background: -webkit-gradient(linear,right top,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));
    background: linear-gradient(to left,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;
    background-size: 10px 10px;
    background-position: 0 0,5px 5px
}

.colorpicker-inline:before,.colorpicker-no-arrow:before,.colorpicker-popup.colorpicker-bs-popover-content:before {
    content: none;
    display: none
}

.colorpicker-inline:after,.colorpicker-no-arrow:after,.colorpicker-popup.colorpicker-bs-popover-content:after {
    content: none;
    display: none
}

.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.colorpicker-alpha.colorpicker-visible,.colorpicker-bar.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-alpha.colorpicker-hidden,.colorpicker-bar.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker.colorpicker-disabled:after {
    border: none;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(233,236,239,.33);
    top: 0;
    left: 0;
    right: auto;
    z-index: 2;
    position: absolute
}

.colorpicker.colorpicker-disabled .colorpicker-guide {
    display: none
}

.colorpicker-preview {
    background: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;
    background-size: 10px 10px;
    background-position: 0 0,5px 5px
}

.colorpicker-preview>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.colorpicker-bar.colorpicker-swatches {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.colorpicker-swatches--inner {
    clear: both;
    margin-top: -6px
}

.colorpicker-swatch {
    position: relative;
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 6px;
    margin-top: 6px;
    margin-left: 0;
    display: block;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    background: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;
    background-size: 10px 10px;
    background-position: 0 0,5px 5px
}

.colorpicker-swatch--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.colorpicker-swatch:nth-of-type(7n+0) {
    margin-right: 0
}

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0) {
    margin-right: 6px
}

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0) {
    margin-right: 0
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0) {
    margin-right: 0
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0) {
    margin-right: 6px
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0) {
    margin-right: 6px
}

.colorpicker-swatch:last-of-type:after {
    content: "";
    display: table;
    clear: both
}

.colorpicker-element input[dir=rtl],.colorpicker-element[dir=rtl] input,[dir=rtl] .colorpicker-element input {
    direction: ltr;
    text-align: right
}

/*# sourceMappingURL=bootstrap-colorpicker.min.css.map */
/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */
.modal-content {
    padding: 1%;
}

@-webkit-keyframes showcase-img-appearance {
    from {
        opacity: 0;
        -webkit-transform: translate(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes showcase-img-appearance {
    from {
        opacity: 0;
        -webkit-transform: translate(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #25b9d7;
    --indigo: #6610f2;
    --purple: #34219e;
    --pink: #e83e8c;
    --red: #f54c3e;
    --orange: #fd7e14;
    --yellow: #fab000;
    --green: #70b580;
    --teal: #20c997;
    --cyan: #25b9d7;
    --white: #fff;
    --gray: #6c868e;
    --gray-dark: #363a41;
    --primary: #25b9d7;
    --secondary: #6c868e;
    --success: #70b580;
    --info: #25b9d7;
    --warning: #fab000;
    --danger: #f54c3e;
    --light: #fafbfc;
    --dark: #363a41;
    --breakpoint-xs: 0;
    --breakpoint-sm: 544px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1300px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "Open Sans", helvetica, arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363a41;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(.focus-visible) {
    outline: 0 !important
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,.modal-title,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .9375rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

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: #A1BC6A;
    text-decoration: none;
    background-color: transparent
}

a:hover,.breadcrumb li>a:hover {
    color: #A1BC6A;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",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 {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #6c868e;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(.focus-visible) {
    outline: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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-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,.modal-title,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .9375rem;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #363a41
}

h1,.h1 {
    font-size: 1.5rem
}

h2,.modal-title,.h2 {
    font-size: 1.25rem
}

h3,.h3 {
    font-size: 1rem
}

h4,.h4 {
    font-size: .875rem
}

h5,.h5 {
    font-size: .75rem
}

h6,.h6 {
    font-size: .625rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    border: 0;
    border-top: 1px solid #bbcdd2
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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: 1.875rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c868e
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .9375rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c868e
}

code {
    font-size: 87.5%;
    color: #363a41;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #282b30;
    border-radius: .2rem;
    -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 -0.1rem 0 rgba(0,0,0,0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    font-size: 87.5%;
    color: #363a41
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 544px) {
    .container,.container-sm {
        max-width:576px
    }
}

@media (min-width: 768px) {
    .container,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 1024px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width:972px
    }
}

@media (min-width: 1300px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1240px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

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

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

.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,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top),.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.form-horizontal .card-text,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.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,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -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: 544px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4,.form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10,.form-horizontal .card-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -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 {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -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 {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -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: 1300px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -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%
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1.875rem;
    color: #363a41
}

.table th,.table td {
    padding: .4rem;
    vertical-align: top;
    border-top: 1px solid #bbcdd2
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bbcdd2
}

.table tbody+tbody {
    border-top: 2px solid #bbcdd2
}

.table-sm th,.table-sm td {
    padding: .25rem
}

.table-bordered {
    border: 1px solid #bbcdd2
}

.table-bordered th,.table-bordered td {
    border: 1px solid #bbcdd2
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eff1f2
}

.table-hover tbody tr:hover {
    color: #363a41;
    background-color: #7cd5e7
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #c2ebf4
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #8edbea
}

.table-hover .table-primary:hover {
    background-color: #ace4f0
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #ace4f0
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #d6dddf
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #b3c0c4
}

.table-hover .table-secondary:hover {
    background-color: #c8d1d4
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8d1d4
}

.table-success,.table-success>th,.table-success>td {
    background-color: #d7eadb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #b5d9bd
}

.table-hover .table-success:hover {
    background-color: #c6e1cc
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #c6e1cc
}

.table-info,.table-info>th,.table-info>td {
    background-color: #c2ebf4
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #8edbea
}

.table-hover .table-info:hover {
    background-color: #ace4f0
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #ace4f0
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #fee9b8
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #fcd67a
}

.table-hover .table-warning:hover {
    background-color: #fee19f
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #fee19f
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #fccdc9
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #faa29b
}

.table-hover .table-danger:hover {
    background-color: #fbb7b1
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #fbb7b1
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fefefe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fcfdfd
}

.table-hover .table-light:hover {
    background-color: #f1f1f1
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #f1f1f1
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #c7c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #96999c
}

.table-hover .table-dark:hover {
    background-color: #babbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #babbbe
}

.table-active,.table-active>th,.table-active>td {
    background-color: #7cd5e7
}

.table-hover .table-active:hover {
    background-color: #66cee3
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: #66cee3
}

.table .thead-dark th {
    color: #fff;
    background-color: #363a41;
    border-color: #6c868e
}

.table .thead-light th {
    color: #363a41;
    background-color: #eff1f2;
    border-color: #bbcdd2
}

.table-dark {
    color: #fff;
    background-color: #363a41
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #6c868e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #282b30
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #7cd5e7
}

@media (max-width: 543.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .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
    }

    .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
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1299.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control,.pagination .jump-to-page,.pstaggerWrapper,.pstaggerAddTagInput,.tags-input {
    display: block;
    width: 100%;
    height: 2.188rem;
    padding: .375rem .4375rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363a41;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control,.pagination .jump-to-page,.pstaggerWrapper,.pstaggerAddTagInput,.tags-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand,.pagination .jump-to-page::-ms-expand,.pstaggerWrapper::-ms-expand,.pstaggerAddTagInput::-ms-expand,.tags-input::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring,.pagination .jump-to-page:-moz-focusring,.pstaggerWrapper:-moz-focusring,.pstaggerAddTagInput:-moz-focusring,.tags-input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #363a41
}

.form_search .form-control{
    border: 1px solid white !important
}

.form_search .form-control:focus{
    border: 1px solid white !important;
    box-shadow: inherit !important
}

.form-control:focus,.pagination .jump-to-page:focus,.pstaggerWrapper:focus,.pstaggerAddTagInput:focus,.tags-input:focus {
    color: #363a41;
    background-color: #fff;
    border-color: #7cd5e7;
    outline: 0
}

.form-control::-webkit-input-placeholder, .pagination .jump-to-page::-webkit-input-placeholder, .pstaggerWrapper::-webkit-input-placeholder, .pstaggerAddTagInput::-webkit-input-placeholder, .tags-input::-webkit-input-placeholder {
    color: #6c868e;
    opacity: 1
}

.form-control::-moz-placeholder, .pagination .jump-to-page::-moz-placeholder, .pstaggerWrapper::-moz-placeholder, .pstaggerAddTagInput::-moz-placeholder, .tags-input::-moz-placeholder {
    color: #6c868e;
    opacity: 1
}

.form-control:-ms-input-placeholder, .pagination .jump-to-page:-ms-input-placeholder, .pstaggerWrapper:-ms-input-placeholder, .pstaggerAddTagInput:-ms-input-placeholder, .tags-input:-ms-input-placeholder {
    color: #6c868e;
    opacity: 1
}

.form-control::-ms-input-placeholder, .pagination .jump-to-page::-ms-input-placeholder, .pstaggerWrapper::-ms-input-placeholder, .pstaggerAddTagInput::-ms-input-placeholder, .tags-input::-ms-input-placeholder {
    color: #6c868e;
    opacity: 1
}

.form-control::placeholder,.pagination .jump-to-page::placeholder,.pstaggerWrapper::placeholder,.pstaggerAddTagInput::placeholder,.tags-input::placeholder {
    color: #6c868e;
    opacity: 1
}

.form-control:disabled,.pagination .jump-to-page:disabled,.pstaggerWrapper:disabled,.pstaggerAddTagInput:disabled,.tags-input:disabled,.form-control[readonly],.pagination .jump-to-page[readonly],.pstaggerWrapper[readonly],.pstaggerAddTagInput[readonly],.tags-input[readonly] {
    background-color: #eceeef;
    opacity: 1
}

input[type="date"].form-control,.pagination input.jump-to-page[type="date"],input.pstaggerWrapper[type="date"],input.pstaggerAddTagInput[type="date"],input.tags-input[type="date"],input[type="time"].form-control,.pagination input.jump-to-page[type="time"],input.pstaggerWrapper[type="time"],input.pstaggerAddTagInput[type="time"],input.tags-input[type="time"],input[type="datetime-local"].form-control,.pagination input.jump-to-page[type="datetime-local"],input.pstaggerWrapper[type="datetime-local"],input.pstaggerAddTagInput[type="datetime-local"],input.tags-input[type="datetime-local"],input[type="month"].form-control,.pagination input.jump-to-page[type="month"],input.pstaggerWrapper[type="month"],input.pstaggerAddTagInput[type="month"],input.tags-input[type="month"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value,.pagination select.jump-to-page:focus::-ms-value,select.pstaggerWrapper:focus::-ms-value,select.pstaggerAddTagInput:focus::-ms-value,select.tags-input:focus::-ms-value {
    color: #363a41;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label,.form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.438rem + 1px);
    padding-bottom: calc(.438rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.313rem + 1px);
    padding-bottom: calc(.313rem + 1px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5;
    color: #363a41;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .626rem + 2px);
    padding: .313rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: 2.188rem;
    padding: .438rem .838rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],.pagination select.jump-to-page[size],select.pstaggerWrapper[size],select.pstaggerAddTagInput[size],select.tags-input[size],select.form-control[multiple],.pagination select.jump-to-page[multiple],select.pstaggerWrapper[multiple],select.pstaggerAddTagInput[multiple],select.tags-input[multiple] {
    height: auto
}

textarea.form-control,.pagination textarea.jump-to-page,textarea.pstaggerWrapper,textarea.pstaggerAddTagInput,textarea.tags-input {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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,.form-check-input:disabled ~ .form-check-label {
    color: #6c868e
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: 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: 80%;
    color: #70b580
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .625rem 1.25rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #282b30;
    background-color: rgba(112,181,128,0.9);
    border-radius: 4px
}

.form-row>.col>.valid-tooltip,.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.was-validated .pagination .jump-to-page:valid,.pagination .was-validated .jump-to-page:valid,.was-validated .pstaggerWrapper:valid,.was-validated .pstaggerAddTagInput:valid,.was-validated .tags-input:valid,.form-control.is-valid,.pagination .is-valid.jump-to-page,.is-valid.pstaggerWrapper,.is-valid.pstaggerAddTagInput,.is-valid.tags-input {
    border-color: #70b580;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2370b580' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.was-validated .pagination .jump-to-page:valid:focus,.pagination .was-validated .jump-to-page:valid:focus,.was-validated .pstaggerWrapper:valid:focus,.was-validated .pstaggerAddTagInput:valid:focus,.was-validated .tags-input:valid:focus,.form-control.is-valid:focus,.pagination .is-valid.jump-to-page:focus,.is-valid.pstaggerWrapper:focus,.is-valid.pstaggerAddTagInput:focus,.is-valid.tags-input:focus {
    border-color: #70b580;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25)
}

.was-validated textarea.form-control:valid,.was-validated .pagination textarea.jump-to-page:valid,.pagination .was-validated textarea.jump-to-page:valid,.was-validated textarea.pstaggerWrapper:valid,.was-validated textarea.pstaggerAddTagInput:valid,.was-validated textarea.tags-input:valid,textarea.form-control.is-valid,.pagination textarea.is-valid.jump-to-page,textarea.is-valid.pstaggerWrapper,textarea.is-valid.pstaggerAddTagInput,textarea.is-valid.tags-input {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #70b580;
    padding-right: calc(.75em + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23363a41' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .4375rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2370b580' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.4375rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #70b580;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #70b580
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
    color: #70b580
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #70b580
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #92c69e;
    background-color: #92c69e
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #70b580
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #70b580
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #70b580;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f54c3e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .625rem 1.25rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(245,76,62,0.9);
    border-radius: 4px
}

.form-row>.col>.invalid-tooltip,.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.was-validated .pagination .jump-to-page:invalid,.pagination .was-validated .jump-to-page:invalid,.was-validated .pstaggerWrapper:invalid,.was-validated .pstaggerAddTagInput:invalid,.was-validated .tags-input:invalid,.form-control.is-invalid,.pagination .is-invalid.jump-to-page,.is-invalid.pstaggerWrapper,.is-invalid.pstaggerAddTagInput,.is-invalid.tags-input {
    border-color: #f54c3e;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f54c3e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f54c3e' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.was-validated .pagination .jump-to-page:invalid:focus,.pagination .was-validated .jump-to-page:invalid:focus,.was-validated .pstaggerWrapper:invalid:focus,.was-validated .pstaggerAddTagInput:invalid:focus,.was-validated .tags-input:invalid:focus,.form-control.is-invalid:focus,.pagination .is-invalid.jump-to-page:focus,.is-invalid.pstaggerWrapper:focus,.is-invalid.pstaggerAddTagInput:focus,.is-invalid.tags-input:focus {
    border-color: #f54c3e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25)
}

.was-validated textarea.form-control:invalid,.was-validated .pagination textarea.jump-to-page:invalid,.pagination .was-validated textarea.jump-to-page:invalid,.was-validated textarea.pstaggerWrapper:invalid,.was-validated textarea.pstaggerAddTagInput:invalid,.was-validated textarea.tags-input:invalid,textarea.form-control.is-invalid,.pagination textarea.is-invalid.jump-to-page,textarea.is-invalid.pstaggerWrapper,textarea.is-invalid.pstaggerAddTagInput,textarea.is-invalid.tags-input {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #f54c3e;
    padding-right: calc(.75em + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23363a41' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .4375rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f54c3e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f54c3e' stroke='none'/%3e%3c/svg%3e") center right 1.4375rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #f54c3e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #f54c3e
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
    color: #f54c3e
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f54c3e
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #f8796e;
    background-color: #f8796e
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f54c3e
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #f54c3e
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #f54c3e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 544px) {
    .form-inline label {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control,.form-inline .pagination .jump-to-page,.pagination .form-inline .jump-to-page,.form-inline .pstaggerWrapper,.form-inline .pstaggerAddTagInput,.form-inline .tags-input {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #363a41;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #363a41;
    text-decoration: none
}

.btn:focus,.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,.btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #1f9db6;
    border-color: #1e94ab
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #1f9db6;
    border-color: #1e94ab;
    -webkit-box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5)
}

.btn-primary.disabled,.btn-primary:disabled,.custom-file .custom-file-input.disabled ~ .custom-file-label::after,.custom-file .custom-file-input :disabled ~ .custom-file-label::after {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e94ab;
    border-color: #1c8aa1
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c868e;
    border-color: #6c868e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5b7178;
    border-color: #566b71
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #fff;
    background-color: #5b7178;
    border-color: #566b71;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,152,159,0.5);
    box-shadow: 0 0 0 .2rem rgba(130,152,159,0.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c868e;
    border-color: #6c868e
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #566b71;
    border-color: #50646a
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,152,159,0.5);
    box-shadow: 0 0 0 .2rem rgba(130,152,159,0.5)
}

.btn-success {
    color: #282b30;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success:hover {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: 0 0 0 .2rem rgba(161, 188, 106, 0.5);
    box-shadow: 0 0 0 .2rem rgba(161, 188, 106, 0.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #282b30;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(161, 188, 106, 0.5);
    box-shadow: 0 0 0 .2rem rgba(161, 188, 106, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info:hover {
    color: #fff;
    background-color: #1f9db6;
    border-color: #1e94ab
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #1f9db6;
    border-color: #1e94ab;
    -webkit-box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e94ab;
    border-color: #1c8aa1
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(70,196,221,0.5)
}

.btn-warning {
    color: #282b30;
    background-color: #fab000;
    border-color: #fab000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning:hover {
    color: #282b30;
    background-color: #d49500;
    border-color: #c78c00
}

.btn-warning:focus,.btn-warning.focus {
    color: #282b30;
    background-color: #d49500;
    border-color: #c78c00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(219,156,7,0.5);
    box-shadow: 0 0 0 .2rem rgba(219,156,7,0.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #282b30;
    background-color: #fab000;
    border-color: #fab000
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c78c00;
    border-color: #ba8300
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(219,156,7,0.5);
    box-shadow: 0 0 0 .2rem rgba(219,156,7,0.5)
}

.btn-danger {
    color: #fff;
    background-color: #f54c3e;
    border-color: #f54c3e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger:hover {
    color: #fff;
    background-color: #f32a1a;
    border-color: #f21f0e
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #f32a1a;
    border-color: #f21f0e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(247,103,91,0.5);
    box-shadow: 0 0 0 .2rem rgba(247,103,91,0.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #f54c3e;
    border-color: #f54c3e
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f21f0e;
    border-color: #e71d0c
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247,103,91,0.5);
    box-shadow: 0 0 0 .2rem rgba(247,103,91,0.5)
}

.btn-light {
    color: #282b30;
    background-color: #fafbfc;
    border-color: #fafbfc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light:hover {
    color: #282b30;
    background-color: #e2e8ee;
    border-color: #dae2e9
}

.btn-light:focus,.btn-light.focus {
    color: #282b30;
    background-color: #e2e8ee;
    border-color: #dae2e9;
    -webkit-box-shadow: 0 0 0 .2rem rgba(219,220,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(219,220,221,0.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #282b30;
    background-color: #fafbfc;
    border-color: #fafbfc
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    color: #282b30;
    background-color: #dae2e9;
    border-color: #d2dbe4
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(219,220,221,0.5);
    box-shadow: 0 0 0 .2rem rgba(219,220,221,0.5)
}

.btn-dark {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark:hover {
    color: #fff;
    background-color: #25272c;
    border-color: #1f2125
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #25272c;
    border-color: #1f2125;
    -webkit-box-shadow: 0 0 0 .2rem rgba(84,88,94,0.5);
    box-shadow: 0 0 0 .2rem rgba(84,88,94,0.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f2125;
    border-color: #191b1e
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(84,88,94,0.5);
    box-shadow: 0 0 0 .2rem rgba(84,88,94,0.5)
}

.btn-outline-primary {
    color: white;
    border-color: white
}

.btn-outline-primary:hover {
    color: #A1BC6A;
    background-color: white;
    border-color: white
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #25b9d7;
    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: #25b9d7;
    border-color: #25b9d7
}

.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 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.btn-outline-secondary {
    color: #6c868e;
    border-color: #6c868e
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c868e;
    border-color: #6c868e
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5);
    box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c868e;
    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: #6c868e;
    border-color: #6c868e
}

.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 .2rem rgba(108,134,142,0.5);
    box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5)
}

.btn-outline-success {
    color: #70b580;
    border-color: #70b580
}

.btn-outline-success:hover {
    color: #282b30;
    background-color: #70b580;
    border-color: #70b580
}

.btn-outline-success:focus,.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #70b580;
    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: #282b30;
    background-color: #70b580;
    border-color: #70b580
}

.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 .2rem rgba(112,181,128,0.5);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5)
}

.btn-outline-info {
    color: #25b9d7;
    border-color: #25b9d7
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.btn-outline-info:focus,.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #25b9d7;
    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: #25b9d7;
    border-color: #25b9d7
}

.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 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.btn-outline-warning {
    color: #fab000;
    border-color: #fab000
}

.btn-outline-warning:hover {
    color: #282b30;
    background-color: #fab000;
    border-color: #fab000
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #fab000;
    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: #282b30;
    background-color: #fab000;
    border-color: #fab000
}

.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 .2rem rgba(250,176,0,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5)
}

.btn-outline-danger {
    color: #f54c3e;
    border-color: #f54c3e
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f54c3e;
    border-color: #f54c3e
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #f54c3e;
    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: #f54c3e;
    border-color: #f54c3e
}

.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 .2rem rgba(245,76,62,0.5);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5)
}

.btn-outline-light {
    color: #fafbfc;
    border-color: #fafbfc
}

.btn-outline-light:hover {
    color: #282b30;
    background-color: #fafbfc;
    border-color: #fafbfc
}

.btn-outline-light:focus,.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #fafbfc;
    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: #282b30;
    background-color: #fafbfc;
    border-color: #fafbfc
}

.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 .2rem rgba(250,251,252,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5)
}

.btn-outline-dark {
    color: #483725;
    border-color: #483725;
    cursor: default !important;
}

.btn-outline-dark:hover {
    color: #483725;
    background-color: transparent;
    border-color: #483725
}

/*.btn-outline-dark:focus,.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5);
    box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #363a41;
    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: #363a41;
    border-color: #363a41
}

.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 .2rem rgba(54,58,65,0.5);
    box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5)
}*/

.btn-link {
    font-weight: 400;
    color: #25b9d7;
    text-decoration: none
}

.btn-link:hover {
    color: #25b9d7;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c868e;
    pointer-events: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: .438rem .838rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
    padding: .313rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .2125rem;
    vertical-align: .2125rem;
    content: "";
    border-top: .25rem solid;
    border-right: .25rem solid transparent;
    border-bottom: 0;
    border-left: .25rem solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #363a41;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175)
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 544px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1300px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2125rem;
    vertical-align: .2125rem;
    content: "";
    border-top: 0;
    border-right: .25rem solid transparent;
    border-bottom: .25rem solid;
    border-left: .25rem solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2125rem;
    vertical-align: .2125rem;
    content: "";
    border-top: .25rem solid transparent;
    border-right: 0;
    border-bottom: .25rem solid transparent;
    border-left: .25rem solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2125rem;
    vertical-align: .2125rem;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .2125rem;
    vertical-align: .2125rem;
    content: "";
    border-top: .25rem solid transparent;
    border-right: .25rem solid;
    border-bottom: .25rem solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .9375rem 0;
    overflow: hidden;
    border-top: 1px solid #bbcdd2
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .3125rem .3125rem;
    clear: both;
    font-weight: 400;
    color: #6c868e;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.dropdown-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #25b9d7;
    text-decoration: none;
    background-color: #fff
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #25b9d7
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c868e;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 .3125rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #6c868e;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .3125rem .3125rem;
    color: #6c868e
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split,.btn-group .btn.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropdown-toggle-split::after,.btn-group .btn.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropup .btn-group .btn.dropdown-toggle-split::after,.btn-group .dropup .btn.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropright .btn-group .btn.dropdown-toggle-split::after,.btn-group .dropright .btn.dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before,.dropleft .btn-group .btn.dropdown-toggle-split::before,.btn-group .dropleft .btn.dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group .btn-sm+.btn.dropdown-toggle-split,.btn-group .btn-group-sm>.btn+.btn.dropdown-toggle-split {
    padding-right: .46875rem;
    padding-left: .46875rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group .btn-lg+.btn.dropdown-toggle-split,.btn-group .btn-group-lg>.btn+.btn.dropdown-toggle-split {
    padding-right: .6285rem;
    padding-left: .6285rem
}

.btn-group.show .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    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 input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.pagination .input-group>.jump-to-page,.input-group>.pstaggerWrapper,.input-group>.pstaggerAddTagInput,.input-group>.tags-input,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,.pagination .input-group>.jump-to-page+.form-control,.input-group>.pstaggerWrapper+.form-control,.input-group>.pstaggerAddTagInput+.form-control,.input-group>.tags-input+.form-control,.pagination .input-group>.form-control+.jump-to-page,.pagination .input-group>.jump-to-page+.jump-to-page,.pagination .input-group>.pstaggerWrapper+.jump-to-page,.pagination .input-group>.pstaggerAddTagInput+.jump-to-page,.pagination .input-group>.tags-input+.jump-to-page,.input-group>.form-control+.pstaggerWrapper,.pagination .input-group>.jump-to-page+.pstaggerWrapper,.input-group>.pstaggerWrapper+.pstaggerWrapper,.input-group>.pstaggerAddTagInput+.pstaggerWrapper,.input-group>.tags-input+.pstaggerWrapper,.input-group>.form-control+.pstaggerAddTagInput,.pagination .input-group>.jump-to-page+.pstaggerAddTagInput,.input-group>.pstaggerWrapper+.pstaggerAddTagInput,.input-group>.pstaggerAddTagInput+.pstaggerAddTagInput,.input-group>.tags-input+.pstaggerAddTagInput,.input-group>.form-control+.tags-input,.pagination .input-group>.jump-to-page+.tags-input,.input-group>.pstaggerWrapper+.tags-input,.input-group>.pstaggerAddTagInput+.tags-input,.input-group>.tags-input+.tags-input,.input-group>.form-control+.custom-select,.pagination .input-group>.jump-to-page+.custom-select,.input-group>.pstaggerWrapper+.custom-select,.input-group>.pstaggerAddTagInput+.custom-select,.input-group>.tags-input+.custom-select,.input-group>.form-control+.custom-file,.pagination .input-group>.jump-to-page+.custom-file,.input-group>.pstaggerWrapper+.custom-file,.input-group>.pstaggerAddTagInput+.custom-file,.input-group>.tags-input+.custom-file,.input-group>.form-control-plaintext+.form-control,.pagination .input-group>.form-control-plaintext+.jump-to-page,.input-group>.form-control-plaintext+.pstaggerWrapper,.input-group>.form-control-plaintext+.pstaggerAddTagInput,.input-group>.form-control-plaintext+.tags-input,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.pagination .input-group>.custom-select+.jump-to-page,.input-group>.custom-select+.pstaggerWrapper,.input-group>.custom-select+.pstaggerAddTagInput,.input-group>.custom-select+.tags-input,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.pagination .input-group>.custom-file+.jump-to-page,.input-group>.custom-file+.pstaggerWrapper,.input-group>.custom-file+.pstaggerAddTagInput,.input-group>.custom-file+.tags-input,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,.pagination .input-group>.jump-to-page:focus,.input-group>.pstaggerWrapper:focus,.input-group>.pstaggerAddTagInput:focus,.input-group>.tags-input:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),.pagination .input-group>.jump-to-page:not(:first-child),.input-group>.pstaggerWrapper:not(:first-child),.input-group>.pstaggerAddTagInput:not(:first-child),.input-group>.tags-input:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),.pagination .input-group:not(.has-validation)>.jump-to-page:not(:last-child),.input-group:not(.has-validation)>.pstaggerWrapper:not(:last-child),.input-group:not(.has-validation)>.pstaggerAddTagInput:not(:last-child),.input-group:not(.has-validation)>.tags-input:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),.pagination .input-group.has-validation>.jump-to-page:nth-last-child(n+3),.input-group.has-validation>.pstaggerWrapper:nth-last-child(n+3),.input-group.has-validation>.pstaggerAddTagInput:nth-last-child(n+3),.input-group.has-validation>.tags-input:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .4375rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363a41;
    text-align: center;
    white-space: nowrap;
    background-color: #fafbfc;
    border: 1px solid #bbcdd2;
    border-radius: 4px
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.pagination .input-group-lg>.jump-to-page:not(textarea),.input-group-lg>.pstaggerWrapper:not(textarea),.input-group-lg>.pstaggerAddTagInput:not(textarea),.input-group-lg>.tags-input:not(textarea),.input-group-lg>.custom-select {
    height: 2.188rem
}

.input-group-lg>.form-control,.pagination .input-group-lg>.jump-to-page,.input-group-lg>.pstaggerWrapper,.input-group-lg>.pstaggerAddTagInput,.input-group-lg>.tags-input,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
    padding: .438rem .838rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.pagination .input-group-sm>.jump-to-page:not(textarea),.input-group-sm>.pstaggerWrapper:not(textarea),.input-group-sm>.pstaggerAddTagInput:not(textarea),.input-group-sm>.tags-input:not(textarea),.input-group-sm>.custom-select {
    height: calc(1.5em + .626rem + 2px)
}

.input-group-sm>.form-control,.pagination .input-group-sm>.jump-to-page,.input-group-sm>.pstaggerWrapper,.input-group-sm>.pstaggerAddTagInput,.input-group-sm>.tags-input,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
    padding: .313rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.4375rem
}

.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.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) {
    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:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #25b9d7;
    background-color: #25b9d7;
    -webkit-box-shadow: ;
    box-shadow:
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none,none;
    box-shadow: none,none
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7cd5e7
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #bbeaf3;
    border-color: #bbeaf3;
    -webkit-box-shadow: ;
    box-shadow:
}

.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label {
    color: #6c868e
}

.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #eceeef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #6c868e solid 1px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #25b9d7;
    background-color: #25b9d7;
    -webkit-box-shadow: ;
    box-shadow:
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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: rgba(37,185,215,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(37,185,215,0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(37,185,215,0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #6c868e;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(37,185,215,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.188rem;
    padding: .375rem 1.4375rem .375rem .4375rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363a41;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23363a41' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .4375rem center/8px 10px no-repeat;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #7cd5e7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075)
}

.custom-select:focus::-ms-value {
    color: #363a41;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .4375rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c868e;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #363a41
}

.custom-select-sm {
    height: calc(1.5em + .626rem + 2px);
    padding-top: .313rem;
    padding-bottom: .313rem;
    padding-left: .625rem;
    font-size: .75rem
}

.custom-select-lg {
    height: 2.188rem;
    padding-top: .438rem;
    padding-bottom: .438rem;
    padding-left: .838rem;
    font-size: 1rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.188rem;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.188rem;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #7cd5e7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label {
    background-color: #eceeef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.188rem;
    padding: .375rem .4375rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #363a41;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .4375rem;
    line-height: 1.5;
    color: #363a41;
    content: "Browse";
    background-color: #fafbfc;
    border-left: inherit;
    border-radius: 0 4px 4px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,none;
    box-shadow: 0 0 0 1px #fff,none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,none
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #25b9d7;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
    box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #bbeaf3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbcdd2;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1);
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #25b9d7;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
    -moz-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #bbeaf3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbcdd2;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #25b9d7;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
    -ms-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #bbeaf3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)
}

.custom-range::-ms-fill-lower {
    background-color: #bbcdd2;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bbcdd2;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #6c868e
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #6c868e
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #6c868e
}

.custom-control-label::before,.custom-file-label,.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .9375rem 1.25rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #bbcdd2;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #fff
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #25b9d7
}

.nav-tabs .nav-link.disabled {
    color: #bbcdd2;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #363a41;
    background-color: #fff;
    border-color: #25b9d7
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .9375rem 1.875rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .84375rem;
    padding-bottom: .84375rem;
    margin-right: 1.875rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 543.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 544px) {
    .navbar-expand-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1299.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1300px) {
    .navbar-expand-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card,.module-item-wrapper-grid,.module-addons-item-grid .module-addons-item-wrapper-grid,.module-placeholders-wrapper .timeline-item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dbe6e9;
    border-radius: 5px
}

.card>hr,.module-item-wrapper-grid>hr,.module-addons-item-grid .module-addons-item-wrapper-grid>hr,.module-placeholders-wrapper .timeline-item-wrapper>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group,.module-item-wrapper-grid>.list-group,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group,.module-placeholders-wrapper .timeline-item-wrapper>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child,.module-item-wrapper-grid>.list-group:first-child,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group:first-child,.module-placeholders-wrapper .timeline-item-wrapper>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child,.module-item-wrapper-grid>.list-group:last-child,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group:last-child,.module-placeholders-wrapper .timeline-item-wrapper>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card>.card-header+.list-group,.module-item-wrapper-grid>.card-header+.list-group,.module-addons-item-grid .module-addons-item-wrapper-grid>.card-header+.list-group,.module-placeholders-wrapper .timeline-item-wrapper>.card-header+.list-group,.card>.list-group+.card-footer,.module-item-wrapper-grid>.list-group+.card-footer,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group+.card-footer,.module-placeholders-wrapper .timeline-item-wrapper>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .625rem
}

.card-title,.module-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-name-grid,.module-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-version-author-grid {
    margin-bottom: .625rem
}

.card-subtitle {
    margin-top: -.3125rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: .625rem
}

.card-header {
    padding: .625rem .625rem;
    margin-bottom: 0;
    background-color: #fafbfc;
    border-bottom: 1px solid #dbe6e9
}

.card-header:first-child {
    border-radius: 4px 4px 0 0
}

.card-footer {
    padding: .625rem .625rem;
    background-color: #fafbfc;
    border-top: 1px solid #dbe6e9
}

.card-footer:last-child {
    border-radius: 0 0 4px 4px
}

.card-header-tabs {
    margin-right: -.3125rem;
    margin-bottom: -.625rem;
    margin-left: -.3125rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.3125rem;
    margin-left: -.3125rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 4px
}

.card-img,.card-img-top,.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card-deck .card,.card-deck .module-item-wrapper-grid,.card-deck .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-deck .module-addons-item-wrapper-grid,.card-deck .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-deck .timeline-item-wrapper {
    margin-bottom: .9375rem
}

@media (min-width: 544px) {
    .card-deck {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }

    .card-deck .card,.card-deck .module-item-wrapper-grid,.card-deck .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-deck .module-addons-item-wrapper-grid,.card-deck .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-deck .timeline-item-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: .9375rem;
        margin-bottom: 0;
        margin-left: .9375rem
    }
}

.card-group>.card,.card-group>.module-item-wrapper-grid,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid,.module-placeholders-wrapper .card-group>.timeline-item-wrapper {
    margin-bottom: .9375rem
}

@media (min-width: 544px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card,.card-group>.module-item-wrapper-grid,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid,.module-placeholders-wrapper .card-group>.timeline-item-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card,.card-group>.module-item-wrapper-grid+.card,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid+.card,.module-placeholders-wrapper .card-group>.timeline-item-wrapper+.card,.card-group>.card+.module-item-wrapper-grid,.card-group>.module-item-wrapper-grid+.module-item-wrapper-grid,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid+.module-item-wrapper-grid,.module-placeholders-wrapper .card-group>.timeline-item-wrapper+.module-item-wrapper-grid,.module-addons-item-grid .card-group>.card+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group>.module-item-wrapper-grid+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid+.module-addons-item-wrapper-grid,.module-placeholders-wrapper .module-addons-item-grid .card-group>.timeline-item-wrapper+.module-addons-item-wrapper-grid,.module-addons-item-grid .module-placeholders-wrapper .card-group>.timeline-item-wrapper+.module-addons-item-wrapper-grid,.module-placeholders-wrapper .card-group>.card+.timeline-item-wrapper,.module-placeholders-wrapper .card-group>.module-item-wrapper-grid+.timeline-item-wrapper,.module-addons-item-grid .module-placeholders-wrapper .card-group>.module-addons-item-wrapper-grid+.timeline-item-wrapper,.module-placeholders-wrapper .module-addons-item-grid .card-group>.module-addons-item-wrapper-grid+.timeline-item-wrapper,.module-placeholders-wrapper .card-group>.timeline-item-wrapper+.timeline-item-wrapper {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child),.card-group>.module-item-wrapper-grid:not(:last-child),.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:last-child),.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.module-item-wrapper-grid:not(:last-child) .card-img-top,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:last-child) .card-img-top,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header,.card-group>.module-item-wrapper-grid:not(:last-child) .card-header,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:last-child) .card-header,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.module-item-wrapper-grid:not(:last-child) .card-img-bottom,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:last-child) .card-img-bottom,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer,.card-group>.module-item-wrapper-grid:not(:last-child) .card-footer,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:last-child) .card-footer,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child),.card-group>.module-item-wrapper-grid:not(:first-child),.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:first-child),.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.module-item-wrapper-grid:not(:first-child) .card-img-top,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:first-child) .card-img-top,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header,.card-group>.module-item-wrapper-grid:not(:first-child) .card-header,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:first-child) .card-header,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.module-item-wrapper-grid:not(:first-child) .card-img-bottom,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:first-child) .card-img-bottom,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer,.card-group>.module-item-wrapper-grid:not(:first-child) .card-footer,.module-addons-item-grid .card-group>.module-addons-item-wrapper-grid:not(:first-child) .card-footer,.module-placeholders-wrapper .card-group>.timeline-item-wrapper:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card,.card-columns .module-item-wrapper-grid,.card-columns .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-columns .module-addons-item-wrapper-grid,.card-columns .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-columns .timeline-item-wrapper {
    margin-bottom: .625rem
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        grid-column-gap: 1.25rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card,.card-columns .module-item-wrapper-grid,.card-columns .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-columns .module-addons-item-wrapper-grid,.card-columns .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-columns .timeline-item-wrapper {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card,.accordion>.module-item-wrapper-grid,.module-addons-item-grid .accordion>.module-addons-item-wrapper-grid,.module-placeholders-wrapper .accordion>.timeline-item-wrapper {
    overflow: hidden
}

.accordion>.card:not(:last-of-type),.accordion>.module-item-wrapper-grid:not(:last-of-type),.module-addons-item-grid .accordion>.module-addons-item-wrapper-grid:not(:last-of-type),.module-placeholders-wrapper .accordion>.timeline-item-wrapper:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type),.accordion>.module-item-wrapper-grid:not(:first-of-type),.module-addons-item-grid .accordion>.module-addons-item-wrapper-grid:not(:first-of-type),.module-placeholders-wrapper .accordion>.timeline-item-wrapper:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header,.accordion>.module-item-wrapper-grid>.card-header,.module-addons-item-grid .accordion>.module-addons-item-wrapper-grid>.card-header,.module-placeholders-wrapper .accordion>.timeline-item-wrapper>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .3125rem .3125rem;
    margin-bottom: 0;
    list-style: none;
    background-color: none;
    border-radius: 4px;
    border: 0px !important;
    box-shadow: 0px 0px !important;
}

.breadcrumb .breadcrumb-item a{
    color: white !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem;
    color: white !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .3rem;
    color: white;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #282b30
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px
}

.page-link {
    position: relative;
    display: block;
    padding: .65rem .5rem;
    margin-left: 5px !important;
    line-height: 1.25;
    color: #483725;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none !important;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.25);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #A1BC6A;
    color: #fff;
    border: 1px solid #A1BC6A
}

.page-item.disabled .page-link {
    color: #bbcdd2;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #fff
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25rem .5rem;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,.breadcrumb li>a.badge:hover,a.badge:focus {
    text-decoration: none
}

.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: #25b9d7
}

a.badge-primary:hover,.breadcrumb li>a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #1e94ab
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c868e
}

a.badge-secondary:hover,.breadcrumb li>a.badge-secondary:hover,a.badge-secondary:focus {
    color: #fff;
    background-color: #566b71
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5);
    box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5)
}

.badge-success {
    color: #282b30;
    background-color: #70b580
}

a.badge-success:hover,.breadcrumb li>a.badge-success:hover,a.badge-success:focus {
    color: #282b30;
    background-color: #539f64
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5)
}

.badge-info {
    color: #fff;
    background-color: #25b9d7
}

a.badge-info:hover,.breadcrumb li>a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #1e94ab
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.badge-warning {
    color: #282b30;
    background-color: #fab000
}

a.badge-warning:hover,.breadcrumb li>a.badge-warning:hover,a.badge-warning:focus {
    color: #282b30;
    background-color: #c78c00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #f54c3e
}

a.badge-danger:hover,.breadcrumb li>a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #f21f0e
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5)
}

.badge-light {
    color: #282b30;
    background-color: #fafbfc
}

a.badge-light:hover,.breadcrumb li>a.badge-light:hover,a.badge-light:focus {
    color: #282b30;
    background-color: #dae2e9
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #363a41
}

a.badge-dark:hover,.breadcrumb li>a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #1f2125
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5);
    box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fafbfc;
    border-radius: .3rem
}

@media (min-width: 544px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: .125rem solid transparent;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.3125rem
}

.alert-dismissible .close,.alert-dismissible .alert.expandable-alert .read-more,.alert.expandable-alert .alert-dismissible .read-more {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1rem 1rem;
    color: inherit
}

.alert-primary {
    color: #136070;
    background-color: #d3f1f7;
    border-color: #c2ebf4
}

.alert-primary hr {
    border-top-color: #ace4f0
}

.alert-primary .alert-link {
    color: #0c3b44
}

.alert-secondary {
    color: #38464a;
    background-color: #e2e7e8;
    border-color: #d6dddf
}

.alert-secondary hr {
    border-top-color: #c8d1d4
}

.alert-secondary .alert-link {
    color: #222b2d
}

.alert-success {
    color: #3a5e43;
    background-color: #e2f0e6;
    border-color: #d7eadb
}

.alert-success hr {
    border-top-color: #c6e1cc
}

.alert-success .alert-link {
    color: #273e2d
}

.alert-info {
    color: #136070;
    background-color: #d3f1f7;
    border-color: #c2ebf4
}

.alert-info hr {
    border-top-color: #ace4f0
}

.alert-info .alert-link {
    color: #0c3b44
}

.alert-warning {
    color: #825c00;
    background-color: #feefcc;
    border-color: #fee9b8
}

.alert-warning hr {
    border-top-color: #fee19f
}

.alert-warning .alert-link {
    color: #4f3800
}

.alert-danger {
    color: #7f2820;
    background-color: #fddbd8;
    border-color: #fccdc9
}

.alert-danger hr {
    border-top-color: #fbb7b1
}

.alert-danger .alert-link {
    color: #561b16
}

.alert-light {
    color: #828383;
    background-color: #fefefe;
    border-color: #fefefe
}

.alert-light hr {
    border-top-color: #f1f1f1
}

.alert-light .alert-link {
    color: dimgray
}

.alert-dark {
    color: #1c1e22;
    background-color: #d7d8d9;
    border-color: #c7c8ca
}

.alert-dark hr {
    border-top-color: #babbbe
}

.alert-dark .alert-link {
    color: #050506
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .65625rem;
    background-color: #fafbfc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.1);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.1)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #25b9d7;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    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-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 4px
}

.list-group-item-action {
    width: 100%;
    color: #363a41;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #7cd5e7
}

.list-group-item-action:active {
    color: #363a41;
    background-color: #fafbfc
}

.list-group-item {
    position: relative;
    display: block;
    padding: .375rem .4375rem;
    background-color: #fff;
    border: 1px solid #bbcdd2
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #bbcdd2;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7cd5e7;
    border-color: #7cd5e7
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 544px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1024px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1300px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #136070;
    background-color: #c2ebf4
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #136070;
    background-color: #ace4f0
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #136070;
    border-color: #136070
}

.list-group-item-secondary {
    color: #38464a;
    background-color: #d6dddf
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #38464a;
    background-color: #c8d1d4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #38464a;
    border-color: #38464a
}

.list-group-item-success {
    color: #3a5e43;
    background-color: #d7eadb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #3a5e43;
    background-color: #c6e1cc
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #3a5e43;
    border-color: #3a5e43
}

.list-group-item-info {
    color: #136070;
    background-color: #c2ebf4
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #136070;
    background-color: #ace4f0
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #136070;
    border-color: #136070
}

.list-group-item-warning {
    color: #825c00;
    background-color: #fee9b8
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #825c00;
    background-color: #fee19f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #825c00;
    border-color: #825c00
}

.list-group-item-danger {
    color: #7f2820;
    background-color: #fccdc9
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #7f2820;
    background-color: #fbb7b1
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f2820;
    border-color: #7f2820
}

.list-group-item-light {
    color: #828383;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #828383;
    background-color: #f1f1f1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #828383;
    border-color: #828383
}

.list-group-item-dark {
    color: #1c1e22;
    background-color: #c7c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1c1e22;
    background-color: #babbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1c1e22;
    border-color: #1c1e22
}

.close,.alert.expandable-alert .read-more {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,.alert.expandable-alert .read-more:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.alert.expandable-alert .read-more:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus,.alert.expandable-alert .read-more:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close,.alert.expandable-alert button.read-more {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled,.alert.expandable-alert a.disabled.read-more {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c868e;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    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, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.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% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid none;
    border-radius: .3rem;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem;
    border-bottom: 1px solid none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close,.modal-header .alert.expandable-alert .read-more,.alert.expandable-alert .modal-header .read-more {
    padding: 1.875rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.875rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.625rem;
    border-top: 1px solid none;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 544px) {
    .modal-dialog {
        max-width:680px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-content {
        -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1)
    }

    .modal-sm {
        max-width: 400px
    }
}

@media (min-width: 1024px) {
    .modal-lg,.modal-xl {
        max-width:900px
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width:1140px
    }
}

[dir="ltr"] .tooltip {
    text-align: left
}

[dir="rtl"] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    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: .75rem;
    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-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #6c868e
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #6c868e
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #6c868e
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #6c868e
}

.tooltip-inner {
    max-width: 200px;
    padding: .625rem 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #6c868e;
    border-radius: 4px
}

[dir="ltr"] .popover {
    text-align: left
}

[dir="rtl"] .popover {
    text-align: right
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    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: .75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbcdd2;
    border-radius: .3rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #bbcdd2
}

.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #bbcdd2
}

.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #bbcdd2
}

.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #fafbfc
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #bbcdd2
}

.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .625rem 1.25rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #363a41;
    background-color: #fafbfc;
    border-bottom: 1px solid #eaeef2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .625rem 1.25rem;
    color: #363a41
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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: #25b9d7 !important
}

a.bg-primary:hover,.breadcrumb li>a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #1e94ab !important
}

.bg-secondary {
    background-color: #6c868e !important
}

a.bg-secondary:hover,.breadcrumb li>a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #566b71 !important
}

.bg-success {
    background-color: #70b580 !important
}

a.bg-success:hover,.breadcrumb li>a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #539f64 !important
}

.bg-info {
    background-color: #25b9d7 !important
}

a.bg-info:hover,.breadcrumb li>a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #1e94ab !important
}

.bg-warning {
    background-color: #fab000 !important
}

a.bg-warning:hover,.breadcrumb li>a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #c78c00 !important
}

.bg-danger {
    background-color: #f54c3e !important
}

a.bg-danger:hover,.breadcrumb li>a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #f21f0e !important
}

.bg-light {
    background-color: #fafbfc !important
}

a.bg-light:hover,.breadcrumb li>a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae2e9 !important
}

.bg-dark {
    background-color: #363a41 !important
}

a.bg-dark:hover,.breadcrumb li>a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1f2125 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #bbcdd2 !important
}

.border-top {
    border-top: 1px solid #bbcdd2 !important
}

.border-right {
    border-right: 1px solid #bbcdd2 !important
}

.border-bottom {
    border-bottom: 1px solid #bbcdd2 !important
}

.border-left {
    border-left: 1px solid #bbcdd2 !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: #25b9d7 !important
}

.border-secondary {
    border-color: #6c868e !important
}

.border-success {
    border-color: #70b580 !important
}

.border-info {
    border-color: #25b9d7 !important
}

.border-warning {
    border-color: #fab000 !important
}

.border-danger {
    border-color: #f54c3e !important
}

.border-light {
    border-color: #fafbfc !important
}

.border-dark {
    border-color: #363a41 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 544px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1300px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .d-xxl-none {
        display:none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !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 iframe,.embed-responsive embed,.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-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

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

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 544px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1300px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxl-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -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: 544px) {
    .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: 1300px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1600px) {
    .float-xxl-left {
        float:left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !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: .3125rem !important
}

.mt-1,.my-1 {
    margin-top: .3125rem !important
}

.mr-1,.mx-1 {
    margin-right: .3125rem !important
}

.mb-1,.my-1 {
    margin-bottom: .3125rem !important
}

.ml-1,.mx-1 {
    margin-left: .3125rem !important
}

.m-2 {
    margin: .625rem !important
}

.mt-2,.my-2 {
    margin-top: .625rem !important
}

.mr-2,.mx-2 {
    margin-right: .625rem !important
}

.mb-2,.my-2 {
    margin-bottom: .625rem !important
}

.ml-2,.mx-2 {
    margin-left: .625rem !important
}

.m-3 {
    margin: .9375rem !important
}

.mt-3,.my-3 {
    margin-top: .9375rem !important
}

.mr-3,.mx-3 {
    margin-right: .9375rem !important
}

.mb-3,.my-3 {
    margin-bottom: .9375rem !important
}

.ml-3,.mx-3 {
    margin-left: .9375rem !important
}

.m-4 {
    margin: 1.875rem !important
}

.mt-4,.my-4 {
    margin-top: 1.875rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.875rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.875rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.875rem !important
}

.m-5 {
    margin: 3.75rem !important
}

.mt-5,.my-5 {
    margin-top: 3.75rem !important
}

.mr-5,.mx-5 {
    margin-right: 3.75rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3.75rem !important
}

.ml-5,.mx-5 {
    margin-left: 3.75rem !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: .3125rem !important
}

.pt-1,.py-1 {
    padding-top: .3125rem !important
}

.pr-1,.px-1 {
    padding-right: .3125rem !important
}

.pb-1,.py-1 {
    padding-bottom: .3125rem !important
}

.pl-1,.px-1 {
    padding-left: .3125rem !important
}

.p-2 {
    padding: .625rem !important
}

.pt-2,.py-2 {
    padding-top: .625rem !important
}

.pr-2,.px-2 {
    padding-right: .625rem !important
}

.pb-2,.py-2 {
    padding-bottom: .625rem !important
}

.pl-2,.px-2 {
    padding-left: .625rem !important
}

.p-3 {
    padding: .9375rem !important
}

.pt-3,.py-3 {
    padding-top: .9375rem !important
}

.pr-3,.px-3 {
    padding-right: .9375rem !important
}

.pb-3,.py-3 {
    padding-bottom: .9375rem !important
}

.pl-3,.px-3 {
    padding-left: .9375rem !important
}

.p-4 {
    padding: 1.875rem !important
}

.pt-4,.py-4 {
    padding-top: 1.875rem !important
}

.pr-4,.px-4 {
    padding-right: 1.875rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.875rem !important
}

.pl-4,.px-4 {
    padding-left: 1.875rem !important
}

.p-5 {
    padding: 3.75rem !important
}

.pt-5,.py-5 {
    padding-top: 3.75rem !important
}

.pr-5,.px-5 {
    padding-right: 3.75rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3.75rem !important
}

.pb-6,.py-6 {
    padding-bottom: 5rem !important
}

.pl-5,.px-5 {
    padding-left: 3.75rem !important
}

.m-n1 {
    margin: -.3125rem !important
}

.mt-n1,.my-n1 {
    margin-top: -.3125rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -.3125rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -.3125rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -.3125rem !important
}

.m-n2 {
    margin: -.625rem !important
}

.mt-n2,.my-n2 {
    margin-top: -.625rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -.625rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -.625rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -.625rem !important
}

.m-n3 {
    margin: -.9375rem !important
}

.mt-n3,.my-n3 {
    margin-top: -.9375rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -.9375rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -.9375rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -.9375rem !important
}

.m-n4 {
    margin: -1.875rem !important
}

.mt-n4,.my-n4 {
    margin-top: -1.875rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -1.875rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.875rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -1.875rem !important
}

.m-n5 {
    margin: -3.75rem !important
}

.mt-n5,.my-n5 {
    margin-top: -3.75rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -3.75rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -3.75rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -3.75rem !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: 544px) {
    .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: .3125rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .3125rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .3125rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .3125rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .3125rem !important
    }

    .m-sm-2 {
        margin: .625rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .625rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .625rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .625rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .625rem !important
    }

    .m-sm-3 {
        margin: .9375rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: .9375rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: .9375rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: .9375rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: .9375rem !important
    }

    .m-sm-4 {
        margin: 1.875rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.875rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.875rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.875rem !important
    }

    .m-sm-5 {
        margin: 3.75rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3.75rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3.75rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3.75rem !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: .3125rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .3125rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .3125rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .3125rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .3125rem !important
    }

    .p-sm-2 {
        padding: .625rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .625rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .625rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .625rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .625rem !important
    }

    .p-sm-3 {
        padding: .9375rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: .9375rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: .9375rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: .9375rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: .9375rem !important
    }

    .p-sm-4 {
        padding: 1.875rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.875rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.875rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.875rem !important
    }

    .p-sm-5 {
        padding: 3.75rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3.75rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3.75rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3.75rem !important
    }

    .m-sm-n1 {
        margin: -.3125rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.3125rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.3125rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.3125rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.3125rem !important
    }

    .m-sm-n2 {
        margin: -.625rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.625rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.625rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.625rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.625rem !important
    }

    .m-sm-n3 {
        margin: -.9375rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -.9375rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -.9375rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -.9375rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -.9375rem !important
    }

    .m-sm-n4 {
        margin: -1.875rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.875rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.875rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.875rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.875rem !important
    }

    .m-sm-n5 {
        margin: -3.75rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3.75rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3.75rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3.75rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3.75rem !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: .3125rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .3125rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .3125rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .3125rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .3125rem !important
    }

    .m-md-2 {
        margin: .625rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .625rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .625rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .625rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .625rem !important
    }

    .m-md-3 {
        margin: .9375rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: .9375rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: .9375rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: .9375rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: .9375rem !important
    }

    .m-md-4 {
        margin: 1.875rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.875rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.875rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.875rem !important
    }

    .m-md-5 {
        margin: 3.75rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3.75rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3.75rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3.75rem !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: .3125rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .3125rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .3125rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .3125rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .3125rem !important
    }

    .p-md-2 {
        padding: .625rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .625rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .625rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .625rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .625rem !important
    }

    .p-md-3 {
        padding: .9375rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: .9375rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: .9375rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: .9375rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: .9375rem !important
    }

    .p-md-4 {
        padding: 1.875rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.875rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.875rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.875rem !important
    }

    .p-md-5 {
        padding: 3.75rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3.75rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3.75rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3.75rem !important
    }

    .m-md-n1 {
        margin: -.3125rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.3125rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.3125rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.3125rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.3125rem !important
    }

    .m-md-n2 {
        margin: -.625rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.625rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.625rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.625rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.625rem !important
    }

    .m-md-n3 {
        margin: -.9375rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -.9375rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -.9375rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -.9375rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -.9375rem !important
    }

    .m-md-n4 {
        margin: -1.875rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.875rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.875rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.875rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.875rem !important
    }

    .m-md-n5 {
        margin: -3.75rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3.75rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3.75rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3.75rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3.75rem !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: .3125rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .3125rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .3125rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .3125rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .3125rem !important
    }

    .m-lg-2 {
        margin: .625rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .625rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .625rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .625rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .625rem !important
    }

    .m-lg-3 {
        margin: .9375rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: .9375rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: .9375rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: .9375rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: .9375rem !important
    }

    .m-lg-4 {
        margin: 1.875rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.875rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.875rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.875rem !important
    }

    .m-lg-5 {
        margin: 3.75rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3.75rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3.75rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3.75rem !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: .3125rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .3125rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .3125rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .3125rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .3125rem !important
    }

    .p-lg-2 {
        padding: .625rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .625rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .625rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .625rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .625rem !important
    }

    .p-lg-3 {
        padding: .9375rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: .9375rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: .9375rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: .9375rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: .9375rem !important
    }

    .p-lg-4 {
        padding: 1.875rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.875rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.875rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.875rem !important
    }

    .p-lg-5 {
        padding: 3.75rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3.75rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3.75rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3.75rem !important
    }

    .m-lg-n1 {
        margin: -.3125rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.3125rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.3125rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.3125rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.3125rem !important
    }

    .m-lg-n2 {
        margin: -.625rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.625rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.625rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.625rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.625rem !important
    }

    .m-lg-n3 {
        margin: -.9375rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -.9375rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -.9375rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -.9375rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -.9375rem !important
    }

    .m-lg-n4 {
        margin: -1.875rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.875rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.875rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.875rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.875rem !important
    }

    .m-lg-n5 {
        margin: -3.75rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3.75rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3.75rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3.75rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3.75rem !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: 1300px) {
    .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: .3125rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .3125rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .3125rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .3125rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .3125rem !important
    }

    .m-xl-2 {
        margin: .625rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .625rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .625rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .625rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .625rem !important
    }

    .m-xl-3 {
        margin: .9375rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: .9375rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: .9375rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: .9375rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: .9375rem !important
    }

    .m-xl-4 {
        margin: 1.875rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.875rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.875rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.875rem !important
    }

    .m-xl-5 {
        margin: 3.75rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3.75rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3.75rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3.75rem !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: .3125rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .3125rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .3125rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .3125rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .3125rem !important
    }

    .p-xl-2 {
        padding: .625rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .625rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .625rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .625rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .625rem !important
    }

    .p-xl-3 {
        padding: .9375rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: .9375rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: .9375rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: .9375rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: .9375rem !important
    }

    .p-xl-4 {
        padding: 1.875rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.875rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.875rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.875rem !important
    }

    .p-xl-5 {
        padding: 3.75rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3.75rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3.75rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3.75rem !important
    }

    .m-xl-n1 {
        margin: -.3125rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.3125rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.3125rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.3125rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.3125rem !important
    }

    .m-xl-n2 {
        margin: -.625rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.625rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.625rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.625rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.625rem !important
    }

    .m-xl-n3 {
        margin: -.9375rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -.9375rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -.9375rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -.9375rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -.9375rem !important
    }

    .m-xl-n4 {
        margin: -1.875rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.875rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.875rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.875rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.875rem !important
    }

    .m-xl-n5 {
        margin: -3.75rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3.75rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3.75rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3.75rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3.75rem !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
    }
}

@media (min-width: 1600px) {
    .m-xxl-0 {
        margin:0 !important
    }

    .mt-xxl-0,.my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,.mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,.my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,.mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .3125rem !important
    }

    .mt-xxl-1,.my-xxl-1 {
        margin-top: .3125rem !important
    }

    .mr-xxl-1,.mx-xxl-1 {
        margin-right: .3125rem !important
    }

    .mb-xxl-1,.my-xxl-1 {
        margin-bottom: .3125rem !important
    }

    .ml-xxl-1,.mx-xxl-1 {
        margin-left: .3125rem !important
    }

    .m-xxl-2 {
        margin: .625rem !important
    }

    .mt-xxl-2,.my-xxl-2 {
        margin-top: .625rem !important
    }

    .mr-xxl-2,.mx-xxl-2 {
        margin-right: .625rem !important
    }

    .mb-xxl-2,.my-xxl-2 {
        margin-bottom: .625rem !important
    }

    .ml-xxl-2,.mx-xxl-2 {
        margin-left: .625rem !important
    }

    .m-xxl-3 {
        margin: .9375rem !important
    }

    .mt-xxl-3,.my-xxl-3 {
        margin-top: .9375rem !important
    }

    .mr-xxl-3,.mx-xxl-3 {
        margin-right: .9375rem !important
    }

    .mb-xxl-3,.my-xxl-3 {
        margin-bottom: .9375rem !important
    }

    .ml-xxl-3,.mx-xxl-3 {
        margin-left: .9375rem !important
    }

    .m-xxl-4 {
        margin: 1.875rem !important
    }

    .mt-xxl-4,.my-xxl-4 {
        margin-top: 1.875rem !important
    }

    .mr-xxl-4,.mx-xxl-4 {
        margin-right: 1.875rem !important
    }

    .mb-xxl-4,.my-xxl-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-xxl-4,.mx-xxl-4 {
        margin-left: 1.875rem !important
    }

    .m-xxl-5 {
        margin: 3.75rem !important
    }

    .mt-xxl-5,.my-xxl-5 {
        margin-top: 3.75rem !important
    }

    .mr-xxl-5,.mx-xxl-5 {
        margin-right: 3.75rem !important
    }

    .mb-xxl-5,.my-xxl-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-xxl-5,.mx-xxl-5 {
        margin-left: 3.75rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,.py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,.px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,.py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,.px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .3125rem !important
    }

    .pt-xxl-1,.py-xxl-1 {
        padding-top: .3125rem !important
    }

    .pr-xxl-1,.px-xxl-1 {
        padding-right: .3125rem !important
    }

    .pb-xxl-1,.py-xxl-1 {
        padding-bottom: .3125rem !important
    }

    .pl-xxl-1,.px-xxl-1 {
        padding-left: .3125rem !important
    }

    .p-xxl-2 {
        padding: .625rem !important
    }

    .pt-xxl-2,.py-xxl-2 {
        padding-top: .625rem !important
    }

    .pr-xxl-2,.px-xxl-2 {
        padding-right: .625rem !important
    }

    .pb-xxl-2,.py-xxl-2 {
        padding-bottom: .625rem !important
    }

    .pl-xxl-2,.px-xxl-2 {
        padding-left: .625rem !important
    }

    .p-xxl-3 {
        padding: .9375rem !important
    }

    .pt-xxl-3,.py-xxl-3 {
        padding-top: .9375rem !important
    }

    .pr-xxl-3,.px-xxl-3 {
        padding-right: .9375rem !important
    }

    .pb-xxl-3,.py-xxl-3 {
        padding-bottom: .9375rem !important
    }

    .pl-xxl-3,.px-xxl-3 {
        padding-left: .9375rem !important
    }

    .p-xxl-4 {
        padding: 1.875rem !important
    }

    .pt-xxl-4,.py-xxl-4 {
        padding-top: 1.875rem !important
    }

    .pr-xxl-4,.px-xxl-4 {
        padding-right: 1.875rem !important
    }

    .pb-xxl-4,.py-xxl-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-xxl-4,.px-xxl-4 {
        padding-left: 1.875rem !important
    }

    .p-xxl-5 {
        padding: 3.75rem !important
    }

    .pt-xxl-5,.py-xxl-5 {
        padding-top: 3.75rem !important
    }

    .pr-xxl-5,.px-xxl-5 {
        padding-right: 3.75rem !important
    }

    .pb-xxl-5,.py-xxl-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-xxl-5,.px-xxl-5 {
        padding-left: 3.75rem !important
    }

    .m-xxl-n1 {
        margin: -.3125rem !important
    }

    .mt-xxl-n1,.my-xxl-n1 {
        margin-top: -.3125rem !important
    }

    .mr-xxl-n1,.mx-xxl-n1 {
        margin-right: -.3125rem !important
    }

    .mb-xxl-n1,.my-xxl-n1 {
        margin-bottom: -.3125rem !important
    }

    .ml-xxl-n1,.mx-xxl-n1 {
        margin-left: -.3125rem !important
    }

    .m-xxl-n2 {
        margin: -.625rem !important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -.625rem !important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -.625rem !important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -.625rem !important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -.625rem !important
    }

    .m-xxl-n3 {
        margin: -.9375rem !important
    }

    .mt-xxl-n3,.my-xxl-n3 {
        margin-top: -.9375rem !important
    }

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -.9375rem !important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -.9375rem !important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -.9375rem !important
    }

    .m-xxl-n4 {
        margin: -1.875rem !important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -1.875rem !important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -1.875rem !important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -1.875rem !important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -1.875rem !important
    }

    .m-xxl-n5 {
        margin: -3.75rem !important
    }

    .mt-xxl-n5,.my-xxl-n5 {
        margin-top: -3.75rem !important
    }

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -3.75rem !important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -3.75rem !important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -3.75rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !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: 544px) {
    .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: 1300px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxl-left {
        text-align:left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-none {
    text-transform: none !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-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #25b9d7 !important
}

a.text-primary:hover,.breadcrumb li>a.text-primary:hover,a.text-primary:focus {
    color: #1a8196 !important
}

.text-secondary {
    color: #6c868e !important
}

a.text-secondary:hover,.breadcrumb li>a.text-secondary:hover,a.text-secondary:focus {
    color: #4b5d63 !important
}

.text-success {
    color: #70b580 !important
}

a.text-success:hover,.breadcrumb li>a.text-success:hover,a.text-success:focus {
    color: #4a8f5a !important
}

.text-info {
    color: #25b9d7 !important
}

a.text-info:hover,.breadcrumb li>a.text-info:hover,a.text-info:focus {
    color: #1a8196 !important
}

.text-warning {
    color: #fab000 !important
}

a.text-warning:hover,.breadcrumb li>a.text-warning:hover,a.text-warning:focus {
    color: #ae7a00 !important
}

.text-danger {
    color: #f54c3e !important
}

a.text-danger:hover,.breadcrumb li>a.text-danger:hover,a.text-danger:focus {
    color: #db1b0b !important
}

.text-light {
    color: #fafbfc !important
}

a.text-light:hover,.breadcrumb li>a.text-light:hover,a.text-light:focus {
    color: #cad5df !important
}

.text-dark {
    color: #363a41 !important
}

a.text-dark:hover,.breadcrumb li>a.text-dark:hover,a.text-dark:focus {
    color: #131517 !important
}

.text-body {
    color: #363a41 !important
}

.text-muted,.hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .hook_description {
    color: #6c868e !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,*::before,*::after {
        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
    }

    pre,blockquote {
        border: 1px solid #6c868e;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,.modal-title,h3 {
        orphans: 3;
        widows: 3
    }

    h2,.modal-title,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1024px !important
    }

    .container {
        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 th,.table-bordered td {
        border: 1px solid #bbcdd2 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #bbcdd2
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #bbcdd2
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(2a61b00fcc9b1afbf99be145777b1b72.eot);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(703cf8f274fbb265d49c6262825780e1.woff2) format("woff2"),url(84a37de85c17f186652a179b1145392f.woff) format("woff"),url(51cf1d641ae503ece727e7d84b182524.ttf) format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(39d27e13dce3dfe4cdc70a281ccdf113.woff2) format("woff2"),url(963eb32907744d9a0d6b98127162808f.woff) format("woff"),url(ecb4572a5e478b107dfcb60c16a7eefa.ttf) format("truetype"),url(b22164d568f72650d592271d22dd5cda.svg#OpenSansLight) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url(e7cc7120e670a8073073dbc3e4ff0184.woff2) format("woff2"),url(97534dd409492b05b11ab96b3dd4a557.woff) format("woff"),url(26f1e68dfbd8b8621e5d07f75571a1f9.ttf) format("truetype"),url(336bcb7b78f6c5e55120951f0045a8d8.svg#OpenSansLightItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url(55835483c304eaa8477fea2c36abba17.woff2) format("woff2"),url(ac327c4db6284ef64ebe872b6308f5da.woff) format("woff"),url(cd7296352d159532b66c07d98efb1126.ttf) format("truetype"),url(bf4dde0147bb02556500d922e2efc90b.svg#OpenSansRegular) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: normal;
    src: url(383eba0e55ed778006d76428812d343c.woff2) format("woff2"),url(525074686dfb8aa36b1b92e29de467ac.woff) format("woff"),url(9b30f13428e1b4a659aeeab4ac1fff35.ttf) format("truetype"),url(2a9a30e14574c9ec24add2901a80b81c.svg#OpenSansItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(08952b029e4decbc8ef9fb553cae8cea.woff2) format("woff2"),url(9f2144213fad53d4e0fdb26ecf93865f.woff) format("woff"),url(33f225b8f5f7d6b34a0926f58f96c1e9.ttf) format("truetype"),url(24aab533f87e7b434be5fa5b1684975c.svg#OpenSansSemibold) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url(3343e54368719e3786f78a1b22839455.woff2) format("woff2"),url(ec55f263e2b86bc0f28fff46b873d6df.woff) format("woff"),url(1c0b4eb93fcf561eec03297a24922d6c.ttf) format("truetype"),url(b46ff9f5c8bcba1ea3b4b320e22be5c7.svg#OpenSansSemiboldItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    src: url(3326e4d74d3924ee1c882c29f5b571c0.woff2) format("woff2"),url(892667349c5cff6fcf7e40439596b97c.woff) format("woff"),url(5a100916f94b0babde0c92aaa8fb80d6.ttf) format("truetype"),url(fedf49d31f55f4beaf2c891f3875554f.svg#OpenSansBold) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: bold;
    src: url(5aaceea2d60ddb477c6aafc825eece3d.woff2) format("woff2"),url(7be88e73fea7b64568a450d7c01346b0.woff) format("woff"),url(c36b5ac7c2dddf6f525c8d161412ef41.ttf) format("truetype"),url(a33a878f3861ca67e9bc423c58b2a357.svg#OpenSansBoldItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url(5211065d7cf88c28086d8f99f8705b71.woff2) format("woff2"),url(12e2ed7a180e601bff44253d4c7062ad.woff) format("woff"),url(19b56cfcb97fbcc245242fb28232939e.ttf) format("truetype"),url(f108c981ed9611d5cc44f688b9ce80a4.svg#OpenSansExtrabold) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: url(bc511bacf828ac9e833e6208292066b8.woff2) format("woff2"),url(4f44077586ec12a35ce6778e879d43da.woff) format("woff"),url(4595d7f8ce0e7b381abb0254f04f0ec2.ttf) format("truetype"),url(a84e8591bb7eb3998ad492c27c4c3d52.svg#OpenSansExtraboldItalic) format("svg")
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: url(108f1f23ad45de8aeea5849592c8b685.woff2) format("woff2"),url(693015cfe3fcf90e190a4062559e2c84.woff) format("woff"),url(cdc8a9f118ddbf85ef5d8c06cfe042fc.ttf) format("truetype"),url(df2a321f01fad21758777e44fa839ccf.svg#OpenSansCondensedLight) format("svg")
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: url(4e6f1e88254a1865c135db3feff6b399.woff2) format("woff2"),url(23c906d4759f27cdcaa699062c13b0eb.woff) format("woff"),url(15c5cdc89d241d373ce228df459821b2.ttf) format("truetype"),url(f13a42c6a06af3ffcb6986dbcf5022f5.svg#OpenSansCondensedLightItalic) format("svg")
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: url(2b5cb36ed50460769e80bf82759c0965.woff2) format("woff2"),url(b6cf1db5e3827919cd2148bdae913131.woff) format("woff"),url(f447e079e7e41d884331200758b40a75.ttf) format("truetype"),url(93c74904d1169a68c36b4edc333a692b.svg#OpenSansCondensedBold) format("svg")
}

.material-icons,.main-header #header-search-container .input-group::before,.ps-tree-items .tree-name button::before {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #bbcdd2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #bbcdd2;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #bbcdd2;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.ontop,#growls-default,#growls-tl,#growls-tr,#growls-bl,#growls-br,#growls-tc,#growls-bc,#growls-cc,#growls-cl,#growls-cr {
    z-index: 50000;
    position: fixed
}

#growls-default {
    top: 10px;
    right: 10px
}

#growls-tl {
    top: 10px;
    left: 10px
}

#growls-tr {
    top: 10px;
    right: 10px
}

#growls-bl {
    bottom: 10px;
    left: 10px
}

#growls-br {
    bottom: 10px;
    right: 10px
}

#growls-tc {
    top: 10px;
    right: 10px;
    left: 10px
}

#growls-bc {
    bottom: 10px;
    right: 10px;
    left: 10px
}

#growls-cc {
    top: 50%;
    left: 50%;
    margin-left: -125px
}

#growls-cl {
    top: 50%;
    left: 10px
}

#growls-cr {
    top: 50%;
    right: 10px
}

#growls-tc .growl,#growls-bc .growl {
    margin-left: auto;
    margin-right: auto
}

.growl {
    opacity: .8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0)
}

.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0)
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px
}

.growl.growl-default {
    color: #FFF;
    background: #7f8c8d
}

.growl.growl-error {
    color: #FFF;
    background: #C0392B
}

.growl.growl-notice {
    color: #FFF;
    background: #2ECC71
}

.growl.growl-warning {
    color: #FFF;
    background: #F39C12
}

.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px
}

@-webkit-keyframes fromTop {
    from {
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fromTop {
    from {
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fromBottom {
    from {
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fromBottom {
    from {
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fromLeft {
    from {
        -webkit-transform: translateX(-2rem);
        transform: translateX(-2rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fromLeft {
    from {
        -webkit-transform: translateX(-2rem);
        transform: translateX(-2rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fromRight {
    from {
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.tooltip-link>.material-icons,.main-header #header-search-container .tooltip-link>.input-group::before,.ps-tree-items .tree-name .tooltip-link>button::before {
    color: #6c868e;
    vertical-align: middle
}

.tooltip-link>.material-icons:hover,.main-header #header-search-container .tooltip-link>.input-group:hover::before,.ps-tree-items .tree-name .tooltip-link>button:hover::before {
    color: #25b9d7
}

.external-link::before {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "";
    display: inline-block;
    margin-right: .125rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle
}

.small-text {
    font-size: .75rem
}

.xsmall-text {
    font-size: .625rem
}

.alert {
    position: relative;
    padding: 1rem 15px 1rem 2.875rem;
    color: #363a41;
    background-color: #fff;
    border-radius: 8px
}

.alert a {
    font-weight: 600;
    color: #363a41;
    text-decoration: underline;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.alert a:hover,.alert .breadcrumb li>a:hover,.breadcrumb .alert li>a:hover {
    opacity: .6
}

.alert::before {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    position: absolute;
    top: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center
}

.alert.toast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1)
}

.alert.toast::before {
    content: none
}

.alert.toast p,.alert.toast a {
    color: #fff
}

.alert.toast .close,.alert.toast .alert.expandable-alert .read-more,.alert.expandable-alert .alert.toast .read-more {
    margin-right: 0
}

.alert.toast a {
    font-weight: 600
}

.alert.toast-fixed-right,.alert.toast-fixed-left {
    position: fixed;
    bottom: 20px;
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.alert.toast-fixed-left {
    left: 10vh
}

.alert.toast-fixed-right {
    right: 10vh
}

.alert .close,.alert.expandable-alert .read-more {
    margin-left: 20px;
    line-height: .8
}

.alert .alert-action {
    margin-left: 15px
}

.alert p,.alert ul {
    margin: 0;
    font-size: .875rem
}

.alert>* {
    padding: 0 1rem
}

.alert>ul,.alert>ol {
    margin-left: 1.5rem
}

.alert .close,.alert.expandable-alert .read-more {
    margin-right: .625rem;
    color: #6c868e;
    cursor: pointer;
    opacity: 1
}

.alert .close .material-icons,.alert.expandable-alert .read-more .material-icons,.alert .close .main-header #header-search-container .input-group::before,.main-header #header-search-container .alert .close .input-group::before,.alert.expandable-alert .read-more .main-header #header-search-container .input-group::before,.main-header #header-search-container .alert.expandable-alert .read-more .input-group::before,.alert .close .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .alert .close button::before,.alert.expandable-alert .read-more .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .alert.expandable-alert .read-more button::before {
    font-size: 1.125rem;
    vertical-align: middle
}

.alert.medium-alert p {
    font-size: .75rem
}

.alert.expandable-alert .alert-text {
    font-weight: 600;
    color: #363a41
}

.alert.expandable-alert .read-more {
    float: inherit;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.375rem;
    color: #25b9d7;
    opacity: 1
}

.alert.expandable-alert .read-more-container {
    text-align: right
}

.alert.expandable-alert .read-more:hover {
    opacity: .8
}

.alert.expandable-alert .read-more:focus {
    outline: none
}

.alert.expandable-alert .alert-more {
    color: #363a41;
    padding-top: 1.375rem;
    padding-bottom: .75rem
}

.alert.expandable-alert .alert-more p {
    font-size: .75rem;
    color: inherit
}

.alert-success {
    background-color: #cbf2d4;
    border: 1px solid #53d572
}

.alert-success.toast {
    color: #fff;
    background: #cbf2d4
}

.alert-success.toast .close,.alert-success.toast .alert.expandable-alert .read-more,.alert.expandable-alert .alert-success.toast .read-more,.alert-success.toast.expandable-alert .read-more,.alert-success.toast.expandable-alert .read-more:hover,.alert-success.toast.expandable-alert .read-more:focus {
    color: #fff
}

.alert-success::before {
    color: #53d572;
    content: ""
}

.alert-success .close,.alert-success .alert.expandable-alert .read-more,.alert.expandable-alert .alert-success .read-more {
    color: #70b580
}

.alert-success.expandable-alert .read-more,.alert-success.expandable-alert .read-more:hover {
    color: #363a41
}

.alert-info {
    background-color: #beeaf3;
    border: 1px solid #25b9d7
}

.alert-info.toast {
    color: #fff;
    background: #beeaf3
}

.alert-info.toast .close,.alert-info.toast .alert.expandable-alert .read-more,.alert.expandable-alert .alert-info.toast .read-more,.alert-info.toast.expandable-alert .read-more,.alert-info.toast.expandable-alert .read-more:hover,.alert-info.toast.expandable-alert .read-more:focus {
    color: #fff
}

.alert-info::before {
    color: #25b9d7;
    content: ""
}

.alert-info .close,.alert-info .alert.expandable-alert .read-more,.alert.expandable-alert .alert-info .read-more {
    color: #25b9d7
}

.alert-info.expandable-alert .read-more,.alert-info.expandable-alert .read-more:hover {
    color: #363a41
}

.alert-warning {
    background-color: #fffbd3;
    border: 1px solid #fab000
}

.alert-warning.toast {
    color: #fff;
    background: #fffbd3
}

.alert-warning.toast .close,.alert-warning.toast .alert.expandable-alert .read-more,.alert.expandable-alert .alert-warning.toast .read-more,.alert-warning.toast.expandable-alert .read-more,.alert-warning.toast.expandable-alert .read-more:hover,.alert-warning.toast.expandable-alert .read-more:focus {
    color: #fff
}

.alert-warning::before {
    color: #fab000;
    content: ""
}

.alert-warning .close,.alert-warning .alert.expandable-alert .read-more,.alert.expandable-alert .alert-warning .read-more {
    color: #fab000
}

.alert-warning.expandable-alert .read-more,.alert-warning.expandable-alert .read-more:hover {
    color: #363a41
}

.alert-danger {
    background-color: #fbc6c3;
    border: 1px solid #f44336
}

.alert-danger.toast {
    color: #fff;
    background: #fbc6c3
}

.alert-danger.toast .close,.alert-danger.toast .alert.expandable-alert .read-more,.alert.expandable-alert .alert-danger.toast .read-more,.alert-danger.toast.expandable-alert .read-more,.alert-danger.toast.expandable-alert .read-more:hover,.alert-danger.toast.expandable-alert .read-more:focus {
    color: #fff
}

.alert-danger::before {
    color: #f44336;
    content: ""
}

.alert-danger .close,.alert-danger .alert.expandable-alert .read-more,.alert.expandable-alert .alert-danger .read-more {
    color: #f54c3e
}

.alert-danger.expandable-alert .read-more,.alert-danger.expandable-alert .read-more:hover {
    color: #363a41
}

.help-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.4rem;
    height: 1.2rem;
    padding: 0;
    margin: 0 5px 2px;
    line-height: 19px;
    vertical-align: middle;
    cursor: pointer
}

.help-box i,.help-box::after {
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 19px;
    color: #25b9d7;
    content: "\e88e"
}

.popover {
    padding: 10px;
    background: #363a41;
    border: none
}

.popover .popover-header,.popover .popover-body {
    padding: 0;
    color: #fff;
    background: none;
    border: none
}

.popover .popover-header {
    margin-bottom: .2rem
}

.popover.bs-popover-right .arrow,.popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((.5rem) * -1)
}

.popover.bs-popover-right .arrow::before,.popover.bs-popover-auto[x-placement^="right"] .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #363a41
}

.popover.bs-popover-left .arrow,.popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((.5rem) * -1)
}

.popover.bs-popover-left .arrow::before,.popover.bs-popover-auto[x-placement^="left"] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #363a41
}

.popover.bs-popover-bottom .arrow,.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((.5rem) * -1)
}

.popover.bs-popover-bottom .arrow::before,.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #363a41
}

.popover.bs-popover-top .arrow,.popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((.5rem) * -1)
}

.popover.bs-popover-top .arrow::before,.popover.bs-popover-auto[x-placement^="top"] .arrow::before,.popover.bs-popover-top .arrow::after,.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #363a41
}

.badge.status {
    padding: 0 5px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5
}

.badge-primary {
    color: #fff;
    background-color: #25b9d7
}

a.badge-primary:hover,.breadcrumb li>a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #1e94ab
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c868e
}

a.badge-secondary:hover,.breadcrumb li>a.badge-secondary:hover,a.badge-secondary:focus {
    color: #fff;
    background-color: #566b71
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5);
    box-shadow: 0 0 0 .2rem rgba(108,134,142,0.5)
}

.badge-success {
    color: #282b30;
    background-color: #70b580
}

a.badge-success:hover,.breadcrumb li>a.badge-success:hover,a.badge-success:focus {
    color: #282b30;
    background-color: #539f64
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5);
    box-shadow: 0 0 0 .2rem rgba(112,181,128,0.5)
}

.badge-info {
    color: #fff;
    background-color: #25b9d7
}

a.badge-info:hover,.breadcrumb li>a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #1e94ab
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.badge-warning {
    color: #282b30;
    background-color: #fab000
}

a.badge-warning:hover,.breadcrumb li>a.badge-warning:hover,a.badge-warning:focus {
    color: #282b30;
    background-color: #c78c00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,176,0,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #f54c3e
}

a.badge-danger:hover,.breadcrumb li>a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #f21f0e
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5);
    box-shadow: 0 0 0 .2rem rgba(245,76,62,0.5)
}

.badge-light {
    color: #282b30;
    background-color: #fafbfc
}

a.badge-light:hover,.breadcrumb li>a.badge-light:hover,a.badge-light:focus {
    color: #282b30;
    background-color: #dae2e9
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #363a41
}

a.badge-dark:hover,.breadcrumb li>a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #1f2125
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5);
    box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5)
}

.badge-primary-hover {
    color: #282b30;
    background-color: #7cd5e7
}

a.badge-primary-hover:hover,.breadcrumb li>a.badge-primary-hover:hover,a.badge-primary-hover:focus {
    color: #282b30;
    background-color: #51c7df
}

a.badge-primary-hover:focus,a.badge-primary-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(124,213,231,0.5);
    box-shadow: 0 0 0 .2rem rgba(124,213,231,0.5)
}

.badge-secondary-hover {
    color: #282b30;
    background-color: #b7ced3
}

a.badge-secondary-hover:hover,.breadcrumb li>a.badge-secondary-hover:hover,a.badge-secondary-hover:focus {
    color: #282b30;
    background-color: #97b8c0
}

a.badge-secondary-hover:focus,a.badge-secondary-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(183,206,211,0.5);
    box-shadow: 0 0 0 .2rem rgba(183,206,211,0.5)
}

.badge-success-hover {
    color: #282b30;
    background-color: #9bcba6
}

a.badge-success-hover:hover,.breadcrumb li>a.badge-success-hover:hover,a.badge-success-hover:focus {
    color: #282b30;
    background-color: #79ba88
}

a.badge-success-hover:focus,a.badge-success-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(155,203,166,0.5);
    box-shadow: 0 0 0 .2rem rgba(155,203,166,0.5)
}

.badge-info-hover {
    color: #282b30;
    background-color: #7cd5e7
}

a.badge-info-hover:hover,.breadcrumb li>a.badge-info-hover:hover,a.badge-info-hover:focus {
    color: #282b30;
    background-color: #51c7df
}

a.badge-info-hover:focus,a.badge-info-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(124,213,231,0.5);
    box-shadow: 0 0 0 .2rem rgba(124,213,231,0.5)
}

.badge-warning-hover {
    color: #282b30;
    background-color: #e6b045
}

a.badge-warning-hover:hover,.breadcrumb li>a.badge-warning-hover:hover,a.badge-warning-hover:focus {
    color: #282b30;
    background-color: #db9b1d
}

a.badge-warning-hover:focus,a.badge-warning-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(230,176,69,0.5);
    box-shadow: 0 0 0 .2rem rgba(230,176,69,0.5)
}

.badge-danger-hover {
    color: #fff;
    background-color: #e76d7a
}

a.badge-danger-hover:hover,.breadcrumb li>a.badge-danger-hover:hover,a.badge-danger-hover:focus {
    color: #fff;
    background-color: #e04152
}

a.badge-danger-hover:focus,a.badge-danger-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(231,109,122,0.5);
    box-shadow: 0 0 0 .2rem rgba(231,109,122,0.5)
}

.badge-light-hover {
    color: #fff;
    background-color: #363a41
}

a.badge-light-hover:hover,.breadcrumb li>a.badge-light-hover:hover,a.badge-light-hover:focus {
    color: #fff;
    background-color: #1f2125
}

a.badge-light-hover:focus,a.badge-light-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5);
    box-shadow: 0 0 0 .2rem rgba(54,58,65,0.5)
}

.badge-dark-hover {
    color: #282b30;
    background-color: #fafbfc
}

a.badge-dark-hover:hover,.breadcrumb li>a.badge-dark-hover:hover,a.badge-dark-hover:focus {
    color: #282b30;
    background-color: #dae2e9
}

a.badge-dark-hover:focus,a.badge-dark-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5);
    box-shadow: 0 0 0 .2rem rgba(250,251,252,0.5)
}

.badge-default-hover {
    color: #282b30;
    background-color: #f4fcfd
}

a.badge-default-hover:hover,.breadcrumb li>a.badge-default-hover:hover,a.badge-default-hover:focus {
    color: #282b30;
    background-color: #c9f0f5
}

a.badge-default-hover:focus,a.badge-default-hover.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(244,252,253,0.5);
    box-shadow: 0 0 0 .2rem rgba(244,252,253,0.5)
}

.badge-primary {
    color: #fff
}

.badge-primary[href] {
    color: #fff
}

.badge-secondary {
    color: #fff
}

.badge-secondary[href] {
    color: #fff
}

.badge-success {
    color: #fff
}

.badge-success[href] {
    color: #fff
}

.badge-info {
    color: #fff
}

.badge-info[href] {
    color: #fff
}

.badge-warning {
    color: #fff
}

.badge-warning[href] {
    color: #fff
}

.badge-danger {
    color: #fff
}

.badge-danger[href] {
    color: #fff
}

.badge-light {
    color: #fff
}

.badge-light[href] {
    color: #fff
}

.badge-dark {
    color: #fff
}

.badge-dark[href] {
    color: #fff
}

.badge-primary-hover {
    color: #fff
}

.badge-primary-hover[href] {
    color: #fff
}

.badge-secondary-hover {
    color: #fff
}

.badge-secondary-hover[href] {
    color: #fff
}

.badge-success-hover {
    color: #fff
}

.badge-success-hover[href] {
    color: #fff
}

.badge-info-hover {
    color: #fff
}

.badge-info-hover[href] {
    color: #fff
}

.badge-warning-hover {
    color: #fff
}

.badge-warning-hover[href] {
    color: #fff
}

.badge-danger-hover {
    color: #fff
}

.badge-danger-hover[href] {
    color: #fff
}

.badge-light-hover {
    color: #fff
}

.badge-light-hover[href] {
    color: #fff
}

.badge-dark-hover {
    color: #fff
}

.badge-dark-hover[href] {
    color: #fff
}

.badge-default-hover {
    color: #fff
}

.badge-default-hover[href] {
    color: #fff
}

.btn {
    font-weight: 600;
    white-space: nowrap;
    border-width: 1px;
    border-radius: 4px;
    text-transform: uppercase
}

.btn:hover,.btn:focus {
    cursor: pointer
}

.btn.disabled,.btn:disabled {
    cursor: not-allowed;
    background-color: #eaebec;
    opacity: 1
}

.btn>.material-icons,.main-header #header-search-container .btn>.input-group::before,.ps-tree-items .tree-name .btn>button::before {
    margin-top: -.083em;
    font-size: 1.45em
}

.btn-default {
    color: #363a41;
    background-color: transparent;
    background-image: none;
    border-color: #363a41;
    border-color: #bbcdd2
}

.btn-default:hover {
    color: #25b9d7;
    background-color: #f4fcfd;
    border-color: #f4fcfd
}

.btn-default:focus,.btn-default.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default.disabled,.btn-default:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.btn-default:not([disabled]):not(.disabled):active,.btn-default:not([disabled]):not(.disabled).active,.show>.btn-default.dropdown-toggle {
    color: #25b9d7;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.btn-default:hover {
    border-color: #bbcdd2
}

.btn-default:not([disabled]):not(.disabled):active,.btn-default:not([disabled]):not(.disabled).active {
    color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary.disabled,.btn-primary:disabled,.custom-file .custom-file-input.disabled ~ .custom-file-label::after,.custom-file .custom-file-input :disabled ~ .custom-file-label::after {
    color: #b3c7cd;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary {
    color: #fff;
    background-color: #6c868e;
    border-color: #6c868e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary:hover {
    color: #fff;
    background-color: #b7ced3;
    border-color: #b7ced3
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #fff;
    background-color: #6c868e;
    border-color: #6c868e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    background-color: #889da2;
    border-color: #889da2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success:hover {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success.disabled,.btn-success:disabled {
    color: #A1BC6A;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    background-color: #A1BC6A;
    border-color: #A1BC6A;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info:hover {
    color: #fff;
    background-color: #7cd5e7;
    border-color: #7cd5e7
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info.disabled,.btn-info:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    background-color: #1e94ab;
    border-color: #1e94ab;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning {
    color: #fff;
    background-color: #fab000;
    border-color: #fab000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning:hover {
    color: #fff;
    background-color: #e6b045;
    border-color: #e6b045
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #fab000;
    border-color: #fab000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    background-color: #c78c00;
    border-color: #c78c00;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger {
    color: #fff;
    background-color: #483725;
    border-color: #483725;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger:hover {
    color: #fff;
    background-color: #e76d7a;
    border-color: #e76d7a
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #f54c3e;
    border-color: #f54c3e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    background-color: #c3362b;
    border-color: #c3362b;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light {
    color: #fff;
    background-color: #fafbfc;
    border-color: #fafbfc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light:hover {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41
}

.btn-light:focus,.btn-light.focus {
    color: #fff;
    background-color: #fafbfc;
    border-color: #fafbfc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light.disabled,.btn-light:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    background-color: #dae2e9;
    border-color: #dae2e9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark:hover {
    color: #fff;
    background-color: #fafbfc;
    border-color: #fafbfc
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    background-color: #1f2125;
    border-color: #1f2125;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary {
    color: white;
    border-color: white
}

.btn-outline-primary:hover {
    color: #A1BC6A;
    background-color: white;    
    border-color: white
}

.btn-outline-primary i{
    margin-right: 5px;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.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: #21a6c1;
    border-color: #21a6c1
}

.btn-outline-secondary {
    color: #6c868e;
    background-color: transparent;
    background-image: none;
    border-color: #6c868e
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #b7ced3;
    border-color: #b7ced3
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.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: #889da2;
    border-color: #889da2
}

.btn-outline-success {
    color: #70b580;
    background-color: transparent;
    background-image: none;
    border-color: #70b580
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #9bcba6;
    border-color: #9bcba6
}

.btn-outline-success:focus,.btn-outline-success.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5a9166;
    border-color: #5a9166
}

.btn-outline-info {
    color: #25b9d7;
    background-color: transparent;
    background-image: none;
    border-color: #25b9d7
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #7cd5e7;
    border-color: #7cd5e7
}

.btn-outline-info:focus,.btn-outline-info.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.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: #1e94ab;
    border-color: #1e94ab
}

.btn-outline-warning {
    color: #fab000;
    background-color: transparent;
    background-image: none;
    border-color: #fab000
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #e6b045;
    border-color: #e6b045
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #c78c00;
    border-color: #c78c00
}

.btn-outline-danger {
    color: #f54c3e;
    background-color: transparent;
    background-image: none;
    border-color: #f54c3e
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e76d7a;
    border-color: #e76d7a
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.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: #c3362b;
    border-color: #c3362b
}

.btn-outline-light {
    color: #fafbfc;
    background-color: transparent;
    background-image: none;
    border-color: #fafbfc
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #363a41;
    border-color: #363a41
}

.btn-outline-light:focus,.btn-outline-light.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.btn-outline-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #dae2e9;
    border-color: #dae2e9
}

.btn-outline-dark {
    color: #363a41;
    background-color: transparent;
    background-image: none;
    border-color: #483725
}

/*.btn-outline-dark:hover {
    color: #fff;
    background-color: #fafbfc;
    border-color: #fafbfc
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #b3c7cd;
    background-color: transparent;
    border-color: #eaebec
}

.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: #1f2125;
    border-color: #1f2125
}*/

.btn-group input[type="radio"] {
    display: none
}

.btn-group .btn.dropdown-toggle-split:not([class*="outline"]) {
    margin-left: 1px
}

.btn-group .btn-group-lg>.btn.dropdown-toggle-split,.btn-group .btn.btn-lg.dropdown-toggle-split {
    padding-right: .563rem;
    padding-left: .563rem
}

.btn-group .btn.dropdown-toggle-split[class*="outline"] {
    margin-left: -1px
}

.breadcrumb {
    margin: 0;
    font-size: .75rem
}

.breadcrumb li+li::before {
    padding-right: 0;
    padding-left: .1875rem
}

.breadcrumb li>a {
    font-weight: 600;
    color: #25b9d7
}

.breadcrumb-item {
    font-weight: 400;
    color: #363a41;
    padding: 0px !important;
    padding-right: 5px !important;
}

.toolbar-button {
    display: inline-block;
    margin: 0 .3125rem;
    color: #6c868e;
    text-align: center
}

.toolbar-button>.material-icons,.main-header #header-search-container .toolbar-button>.input-group::before,.ps-tree-items .tree-name .toolbar-button>button::before {
    font-size: 1.5rem
}

.toolbar-button>.title {
    display: block;
    font-size: .75rem;
    color: #6c868e
}

.toolbar-button:hover {
    text-decoration: none
}

.ps-card {
    padding: 10px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.ps-card:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1)
}

.ps-card .list-group-item {
    padding: .625rem .625rem
}

.ps-card .ps-card-body {
    padding: 0
}

.ps-card .ps-card-body-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-card .ps-card-img,.ps-card .ps-card-img-top {
    width: 100%;
    border-radius: 0
}

.ps-card .ps-card-title {
    margin: .625rem 0;
    font-size: 14px;
    font-weight: 700;
    color: #363a41
}

.ps-card .ps-card-button {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #25b9d7
}

.ps-card .ps-card-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #708090
}

.card .list-group-item,.module-item-wrapper-grid .list-group-item,.module-addons-item-grid .module-addons-item-wrapper-grid .list-group-item,.module-placeholders-wrapper .timeline-item-wrapper .list-group-item {
    padding: .625rem .625rem
}

.custom-file,.custom-select {
    width: 100%;
    height: 2.188rem
}

.custom-file .custom-file-input {
    height: 2.188rem
}

.custom-file .custom-file-input:focus ~ .custom-file-label {
    border-color: #7cd5e7
}

.custom-file .custom-file-input.disabled,.custom-file .custom-file-input :disabled {
    cursor: not-allowed
}

.custom-file .custom-file-input.disabled ~ .custom-file-label,.custom-file .custom-file-input :disabled ~ .custom-file-label {
    color: #6c868e;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-file .custom-file-label::after {
    top: -1px;
    right: -1px;
    bottom: -1px;
    height: auto;
    font-weight: 600;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file .custom-file-label::after:hover,.custom-file .custom-file-label::after:focus {
    cursor: pointer
}

.custom-file .custom-file-label::after:hover {
    color: #fff
}

.custom-file .custom-file-label::after:focus,.custom-file .custom-file-label::after.focus {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file .custom-file-label::after.disabled,.custom-file .custom-file-label::after:disabled {
    color: #b3c7cd;
    background-color: #eaebec;
    border-color: #eaebec
}

.custom-file .custom-file-label::after:not([disabled]):not(.disabled):active,.custom-file .custom-file-label::after:not([disabled]):not(.disabled).active,.show>.custom-file .custom-file-label::after.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-select {
    position: relative
}

.dropdown-toggle,.dropup .dropdown-toggle {
    padding-right: .6285rem
}

.dropdown-toggle[aria-expanded="true"]:not(.no-rotate)::after,.dropup .dropdown-toggle[aria-expanded="true"]:not(.no-rotate)::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown-toggle::after,.dropup .dropdown-toggle::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "expand_more";
    display: inline-block;
    width: auto;
    line-height: 0;
    vertical-align: middle;
    border: none;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
}

.dropup .dropdown-toggle::after {
    content: "expand_less"
}

.dropdown-toggle:not(.dropdown-toggle-split)::after {
    margin-left: .625rem
}

.dropdown-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 8.625rem;
    padding: 1px 0 0;
    padding-bottom: 1px;
    margin: .125rem -.1px 0;
    color: #576c72;
    border: 1px solid #b3c7cd;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3)
}

.dropdown-menu .material-icons,.dropdown-menu .main-header #header-search-container .input-group::before,.main-header #header-search-container .dropdown-menu .input-group::before,.dropdown-menu .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .dropdown-menu button::before {
    padding-right: .5rem;
    font-size: 1.125rem;
    color: #6c868e;
    vertical-align: text-bottom
}

.dropdown-menu>.dropdown-item {
    padding: 0.438rem 0.938rem;
    padding-right: 1rem;
    line-height: normal;
    color: inherit;
    border-bottom: 0
}

.dropdown-menu>.dropdown-item:hover {
    color: #25b9d7;
    background-color: #f4fcfd
}

.dropdown-menu>.dropdown-item:hover .material-icons,.dropdown-menu>.dropdown-item:hover .main-header #header-search-container .input-group::before,.main-header #header-search-container .dropdown-menu>.dropdown-item:hover .input-group::before,.dropdown-menu>.dropdown-item:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .dropdown-menu>.dropdown-item:hover button::before {
    color: #25b9d7
}

.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    color: #fff;
    background-color: #25b9d7
}

.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active .material-icons,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active .main-header #header-search-container .input-group::before,.main-header #header-search-container .dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active .input-group::before,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active button::before,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active .material-icons,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active .main-header #header-search-container .input-group::before,.main-header #header-search-container .dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active .input-group::before,.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active button::before {
    color: #fff
}

.dropdown-menu>.dropdown-divider {
    margin: .313rem 0
}

.btn-primary+.dropdown-menu,.btn-outline-primary+.dropdown-menu {
    border: 1px solid #25b9d7
}

.btn-primary+.dropdown-menu>.dropdown-item:hover,.btn-outline-primary+.dropdown-menu>.dropdown-item:hover {
    color: #25b9d7;
    background-color: rgba(37,185,215,0.1)
}

.btn-primary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-primary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-primary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-primary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #25b9d7
}

.btn-secondary+.dropdown-menu,.btn-outline-secondary+.dropdown-menu {
    border: 1px solid #6c868e
}

.btn-secondary+.dropdown-menu>.dropdown-item:hover,.btn-outline-secondary+.dropdown-menu>.dropdown-item:hover {
    color: #6c868e;
    background-color: rgba(108,134,142,0.1)
}

.btn-secondary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-secondary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-secondary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-secondary+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #6c868e
}

.btn-success+.dropdown-menu,.btn-outline-success+.dropdown-menu {
    border: 1px solid #70b580
}

.btn-success+.dropdown-menu>.dropdown-item:hover,.btn-outline-success+.dropdown-menu>.dropdown-item:hover {
    color: #70b580;
    background-color: rgba(112,181,128,0.1)
}

.btn-success+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-success+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-success+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-success+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #70b580
}

.btn-info+.dropdown-menu,.btn-outline-info+.dropdown-menu {
    border: 1px solid #25b9d7
}

.btn-info+.dropdown-menu>.dropdown-item:hover,.btn-outline-info+.dropdown-menu>.dropdown-item:hover {
    color: #25b9d7;
    background-color: rgba(37,185,215,0.1)
}

.btn-info+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-info+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-info+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-info+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #25b9d7
}

.btn-warning+.dropdown-menu,.btn-outline-warning+.dropdown-menu {
    border: 1px solid #fab000
}

.btn-warning+.dropdown-menu>.dropdown-item:hover,.btn-outline-warning+.dropdown-menu>.dropdown-item:hover {
    color: #fab000;
    background-color: rgba(250,176,0,0.1)
}

.btn-warning+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-warning+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-warning+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-warning+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #fab000
}

.btn-danger+.dropdown-menu,.btn-outline-danger+.dropdown-menu {
    border: 1px solid #f54c3e
}

.btn-danger+.dropdown-menu>.dropdown-item:hover,.btn-outline-danger+.dropdown-menu>.dropdown-item:hover {
    color: #f54c3e;
    background-color: rgba(245,76,62,0.1)
}

.btn-danger+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-danger+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-danger+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-danger+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #f54c3e
}

.btn-light+.dropdown-menu,.btn-outline-light+.dropdown-menu {
    border: 1px solid #fafbfc
}

.btn-light+.dropdown-menu>.dropdown-item:hover,.btn-outline-light+.dropdown-menu>.dropdown-item:hover {
    color: #fafbfc;
    background-color: rgba(250,251,252,0.1)
}

.btn-light+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-light+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-light+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-light+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #fafbfc
}

.btn-dark+.dropdown-menu,.btn-outline-dark+.dropdown-menu {
    border: 1px solid #363a41
}

.btn-dark+.dropdown-menu>.dropdown-item:hover,.btn-outline-dark+.dropdown-menu>.dropdown-item:hover {
    color: #363a41;
    background-color: rgba(54,58,65,0.1)
}

.btn-dark+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-dark+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active,.btn-outline-dark+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled):active,.btn-outline-dark+.dropdown-menu>.dropdown-item:not([disabled]):not(.disabled).active {
    background-color: #363a41
}

.form.form-background {
    padding: 2rem;
    background-color: #eff1f2
}

.form-control-label {
    margin-bottom: .3125rem;
    color: #363a41
}

.form-text {
    font-size: .75rem;
    color: #6c868e
}

.form-text a.btn,.form-text a {
    color: #25b9d7
}

label+.form-text {
    float: right
}

.form-group .small a,.form-group .small a.btn {
    color: #25b9d7
}

.form-group .form-control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-group .form-control-label .help-box {
    margin-top: .125rem
}

.form-control,.pagination .jump-to-page,.pstaggerWrapper,.pstaggerAddTagInput,.tags-input {
    height: auto;
    min-height: 2.188rem;
    padding: .5rem 1rem
}

.form-control[type="text"]:hover,.pagination .jump-to-page[type="text"]:hover,.pstaggerWrapper[type="text"]:hover,.pstaggerAddTagInput[type="text"]:hover,.tags-input[type="text"]:hover,.form-control[type="text"]:focus,.pagination .jump-to-page[type="text"]:focus,.pstaggerWrapper[type="text"]:focus,.pstaggerAddTagInput[type="text"]:focus,.tags-input[type="text"]:focus,.form-control[type="number"]:hover,.pagination .jump-to-page[type="number"]:hover,.pstaggerWrapper[type="number"]:hover,.pstaggerAddTagInput[type="number"]:hover,.tags-input[type="number"]:hover,.form-control[type="number"]:focus,.pagination .jump-to-page[type="number"]:focus,.pstaggerWrapper[type="number"]:focus,.pstaggerAddTagInput[type="number"]:focus,.tags-input[type="number"]:focus {
    background-color: #f4fcfd
}

.form-control.disabled,.pagination .disabled.jump-to-page,.disabled.pstaggerWrapper,.disabled.pstaggerAddTagInput,.disabled.tags-input,.form-control :disabled,.pagination .jump-to-page :disabled,.pstaggerWrapper :disabled,.pstaggerAddTagInput :disabled,.tags-input :disabled {
    color: #6c868e;
    cursor: not-allowed
}

.form-control-lg {
    padding: .375rem .838rem
}

.has-success,.has-warning,.has-danger {
    position: relative
}

.has-success .form-control-label,.has-warning .form-control-label,.has-danger .form-control-label {
    color: #363a41
}

.has-success .form-control,.has-success .pagination .jump-to-page,.pagination .has-success .jump-to-page,.has-success .pstaggerWrapper,.has-success .pstaggerAddTagInput,.has-success .tags-input,.has-warning .form-control,.has-warning .pagination .jump-to-page,.pagination .has-warning .jump-to-page,.has-warning .pstaggerWrapper,.has-warning .pstaggerAddTagInput,.has-warning .tags-input,.has-danger .form-control,.has-danger .pagination .jump-to-page,.pagination .has-danger .jump-to-page,.has-danger .pstaggerWrapper,.has-danger .pstaggerAddTagInput,.has-danger .tags-input {
    padding-right: 1.5625rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23f54c3e' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.has-success:not(.multiple) .form-control,.has-success:not(.multiple) .pagination .jump-to-page,.pagination .has-success:not(.multiple) .jump-to-page,.has-success:not(.multiple) .pstaggerWrapper,.has-success:not(.multiple) .pstaggerAddTagInput,.has-success:not(.multiple) .tags-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%2370b580' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.has-warning:not(.multiple) .form-control,.has-warning:not(.multiple) .pagination .jump-to-page,.pagination .has-warning:not(.multiple) .jump-to-page,.has-warning:not(.multiple) .pstaggerWrapper,.has-warning:not(.multiple) .pstaggerAddTagInput,.has-warning:not(.multiple) .tags-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fab000' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.has-danger:not(.multiple) .form-control,.has-danger:not(.multiple) .pagination .jump-to-page,.pagination .has-danger:not(.multiple) .jump-to-page,.has-danger:not(.multiple) .pstaggerWrapper,.has-danger:not(.multiple) .pstaggerAddTagInput,.has-danger:not(.multiple) .tags-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23f54c3e' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.form-check.disabled .form-check-label,.form-check :disabled .form-check-label {
    color: #6c868e
}

.form-check-radio {
    padding: 0;
    margin-bottom: 10px
}

.form-check-radio .form-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-check-radio input {
    position: absolute;
    cursor: pointer;
    opacity: 0
}

.form-check-radio input:checked ~ .form-check-round {
    border-color: #25b9d7
}

.form-check-radio input:checked ~ .form-check-round::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.form-check-radio input:disabled ~ .form-check-round {
    cursor: not-allowed
}

.form-check-round {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 2px solid #b3c7cd;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border-radius: 50%
}

.form-check-round::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background: #25b9d7;
    opacity: 0;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%
}

.form-control.is-valid,.pagination .is-valid.jump-to-page,.is-valid.pstaggerWrapper,.is-valid.pstaggerAddTagInput,.is-valid.tags-input,.is-valid {
    border-color: #70b580
}

.form-control.is-valid:focus,.pagination .is-valid.jump-to-page:focus,.is-valid.pstaggerWrapper:focus,.is-valid.pstaggerAddTagInput:focus,.is-valid.tags-input:focus,.is-valid:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.valid-feedback {
    margin-top: .3125rem;
    font-size: .625rem;
    font-weight: 700;
    color: #70b580
}

.form-control.is-invalid,.pagination .is-invalid.jump-to-page,.is-invalid.pstaggerWrapper,.is-invalid.pstaggerAddTagInput,.is-invalid.tags-input,.is-invalid {
    border-color: #f54c3e
}

.form-control.is-invalid:focus,.pagination .is-invalid.jump-to-page:focus,.is-invalid.pstaggerWrapper:focus,.is-invalid.pstaggerAddTagInput:focus,.is-invalid.tags-input:focus,.is-invalid:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.invalid-feedback {
    margin-top: .3125rem;
    font-size: .625rem;
    font-weight: 700;
    color: #f54c3e
}

.form-control.is-warning,.pagination .is-warning.jump-to-page,.is-warning.pstaggerWrapper,.is-warning.pstaggerAddTagInput,.is-warning.tags-input,.is-warning {
    border-color: #fab000
}

.form-control.is-warning:focus,.pagination .is-warning.jump-to-page:focus,.is-warning.pstaggerWrapper:focus,.is-warning.pstaggerAddTagInput:focus,.is-warning.tags-input:focus,.is-warning:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.warning-feedback {
    margin-top: .3125rem;
    font-size: .625rem;
    font-weight: 700;
    color: #fab000
}

.switch-input {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin: -2px 4px 0 0
}

.switch-input,.switch-input::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c868e;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.switch-input {
    background: #fffbd3
}

.switch-input>input {
    display: none
}

.switch-input::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "close";
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.switch-input.-checked {
    background: #25b9d7
}

.switch-input.-checked::after {
    left: 16px;
    color: #25b9d7;
    content: "check";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.switch-input.switch-input-lg {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    margin: -2px 5px 0 0
}

.switch-input.switch-input-lg,.switch-input.switch-input-lg::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c868e;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.switch-input.switch-input-lg {
    background: #fffbd3
}

.switch-input.switch-input-lg>input {
    display: none
}

.switch-input.switch-input-lg::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "close";
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.switch-input.switch-input-lg.-checked {
    background: #25b9d7
}

.switch-input.switch-input-lg.-checked::after {
    left: 25px;
    color: #25b9d7;
    content: "check";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.switch-input.switch-input-sm {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin: -2px 3px 0 0
}

.switch-input.switch-input-sm,.switch-input.switch-input-sm::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c868e;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.switch-input.switch-input-sm {
    background: #fffbd3
}

.switch-input.switch-input-sm>input {
    display: none
}

.switch-input.switch-input-sm::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "close";
    position: absolute;
    top: -3px;
    left: -3px;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.switch-input.switch-input-sm.-checked {
    background: #25b9d7
}

.switch-input.switch-input-sm.-checked::after {
    left: 9px;
    color: #25b9d7;
    content: "check";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.search.search-with-icon {
    position: relative
}

.search.search-with-icon input {
    padding-right: 1.6rem
}

.search.search-with-icon::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "";
    position: absolute;
    top: 50%;
    right: .3125rem;
    margin-top: -.6875rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #6c868e
}

.input-group-text {
    padding: .375rem 0.625rem;
    font-size: .875rem;
    color: #6c868e
}

.input-group-text .material-icons,.input-group-text .main-header #header-search-container .input-group::before,.main-header #header-search-container .input-group-text .input-group::before,.input-group-text .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .input-group-text button::before {
    font-size: .875rem
}

.input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group .input-group-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%
}

.input-group .input-group-input .form-control,.input-group .input-group-input .pagination .jump-to-page,.pagination .input-group .input-group-input .jump-to-page,.input-group .input-group-input .pstaggerWrapper,.input-group .input-group-input .pstaggerAddTagInput,.input-group .input-group-input .tags-input {
    padding: .375rem 2rem .375rem .625rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .input-group-input+.input-group-append>span {
    border-left: 0
}

.multiple.has-danger .valid-feedback,.multiple.has-danger .warning-feedback,.multiple.has-danger .invalid-feedback,.multiple.has-warning .valid-feedback,.multiple.has-warning .warning-feedback,.multiple.has-warning .invalid-feedback,.multiple.has-success .valid-feedback,.multiple.has-success .warning-feedback,.multiple.has-success .invalid-feedback {
    display: block
}

.list-group-item-action:active {
    color: #fff;
    background-color: #7cd5e7;
    border-top-color: #25b9d7;
    border-left-color: #25b9d7;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),inset 1px 1px 3px 0 #25b9d7;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),inset 1px 1px 3px 0 #25b9d7
}

.list-group-item-action .badge {
    float: right
}

.list-group-item-action:hover .badge,.list-group-item-action.active .badge {
    color: #363a41;
    background: #fafbfc
}

.modal .modal-dialog {
    top: 50%;
    max-height: 100vh
}

.modal.show .modal-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-header .close,.modal-header .alert.expandable-alert .read-more,.alert.expandable-alert .modal-header .read-more {
    padding: 1.25rem;
    margin: -1.825rem -1.25rem -1.25rem auto;
    font-size: 2rem;
    cursor: pointer
}

.modal-header .close i,.modal-header .alert.expandable-alert .read-more i,.alert.expandable-alert .modal-header .read-more i {
    font-size: 1.7rem
}

.modal-header,.modal-body {
    padding: 1.25rem;
    padding-bottom: 0
}

.modal-header p:last-child,.modal-body p:last-child {
    margin-bottom: 0
}

.modal-title {
    font-size: 1rem
}

.modal-content {
    border-radius: 6px
}

.modal-footer {
    padding: 1.25rem;
    padding-top: 1.875rem
}

.modal-footer>:not(:first-child) {
    margin-right: .3125rem
}

.modal-footer>:not(:first-child) {
    margin-left: .3125rem
}

.modal-title {
    margin-bottom: 0
}

.nav-link {
    color: #6c868e
}

.nav-tabs {
    border: none
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    border-top: solid 0.1875rem #25b9d7
}

.tab-content {
    padding: .9375rem;
    background-color: #fff
}

.page-item.previous .page-link,.page-item.next .page-link {
    padding: 0
}

.page-item.previous .page-link::after,.page-item.next .page-link::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    line-height: 2.375rem
}

.page-item.previous .page-link:hover,.page-item.next .page-link:hover {
    text-decoration: underline
}

.page-item.previous.previous .page-link::after,.page-item.next.previous .page-link::after {
    content: "\E314"
}

.page-item.previous.next .page-link::after,.page-item.next.next .page-link::after {
    content: "\E315"
}

.page-item.active .page-link {
    font-weight: 700
}

.page-link {
    font-weight: 400
}

.page-link:hover,.page-link:focus {
    text-decoration: underline
}

.pagination .jump-to-page {
    width: 3rem;
    margin-top: 2px;
    margin-right: 1px;
    font-weight: 700;
    color: #25b9d7
}

.pagination .jump-to-page:focus {
    font-weight: 400
}

.pstaggerWrapper {
    padding: 0;
    border: 0
}

.pstaggerTagsWrapper {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    padding: .4375rem .5rem;
    padding-bottom: 0;
    background: #fff;
    border: solid 1px #bbcdd2
}

.pstaggerAddTagWrapper {
    width: 100%;
    height: 100%
}

.pstaggerTag {
    display: inline-block;
    padding: .125rem .5rem;
    margin: 0 .5rem .25rem 0;
    font-size: .75rem;
    color: #25b9d7;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    color: #fff;
    background-color: #25b9d7
}

a.pstaggerTag:hover,.breadcrumb li>a.pstaggerTag:hover,a.pstaggerTag:focus {
    color: #fff;
    background-color: #1e94ab
}

a.pstaggerTag:focus,a.pstaggerTag.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.pstaggerTag .pstaggerClosingCross {
    margin: 0 0 0 .5rem;
    font-size: 0;
    color: #363a41;
    text-decoration: none
}

.pstaggerTag .pstaggerClosingCross::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "";
    font-size: 1.063rem;
    vertical-align: bottom
}

.pstaggerTag .pstaggerClosingCross:hover {
    color: #363a41
}

.pstaggerAddTagInput {
    height: 100%
}

.input-group .pstaggerAddTagInput {
    display: block;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tags-input {
    padding: 0;
    background-color: #fff;
    border: 1px solid #bbcdd2
}

.tags-input[focus-within] {
    border-color: #7cd5e7
}

.tags-input:focus-within {
    border-color: #7cd5e7
}

.tags-input .tags-wrapper {
    font-size: 0
}

.tags-input .tags-wrapper:not(:empty) {
    padding: .5rem 1rem;
    padding-right: 0
}

.tags-input .tag {
    display: inline-block;
    padding: .125rem .5rem;
    margin: 0 .5rem 0 0;
    font-size: .75rem;
    color: #25b9d7;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    color: #fff;
    background-color: #25b9d7
}

a.tags-input .tag:hover,a.tags-input .tag:focus {
    color: #fff;
    background-color: #1e94ab
}

a.tags-input .tag:focus,a.tags-input .tag.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5);
    box-shadow: 0 0 0 .2rem rgba(37,185,215,0.5)
}

.tags-input .tag:last-child {
    margin-right: 0
}

.tags-input .tag>.material-icons,.tags-input .main-header #header-search-container .tag>.input-group::before,.main-header #header-search-container .tags-input .tag>.input-group::before,.tags-input .ps-tree-items .tree-name .tag>button::before,.ps-tree-items .tree-name .tags-input .tag>button::before {
    margin: 0 0 0 .5rem;
    font-size: 1.063rem;
    color: #363a41;
    cursor: pointer
}

.tags-input [type="text"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    min-width: 75px;
    border: none
}

.ps-switch {
    position: relative;
    display: block;
    width: 100%;
    height: 21px
}

.ps-switch-nolabel label {
    display: none
}

.ps-switch label {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    padding-left: 2.8rem;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-switch .slide-button {
    position: relative;
    position: absolute;
    top: 50%;
    z-index: 0;
    display: block;
    width: 35px;
    height: 21px;
    background: #b3c7cd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border-radius: 1000px
}

.ps-switch .slide-button::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 46%;
    height: calc(100% - 4px);
    content: "";
    background: #fff;
    -webkit-transform: translate(2px, -48%);
    transform: translate(2px, -48%);
    border-radius: 50%;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.ps-switch-center .slide-button {
    position: inherit;
    margin: auto
}

.ps-switch input {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ps-switch input:disabled {
    cursor: not-allowed
}

.ps-switch input:disabled ~ .slide-button {
    opacity: .2
}

.ps-switch input:checked {
    z-index: 0
}

.ps-switch input:first-of-type:checked ~ label:first-of-type {
    opacity: 1
}

.ps-switch input:first-of-type:checked:disabled ~ label:first-of-type {
    opacity: .2
}

.ps-switch input:first-of-type:checked ~ .slide-button {
    background: #b3c7cd
}

.ps-switch input:last-of-type:checked ~ label:last-of-type {
    opacity: 1
}

.ps-switch input:last-of-type:checked:disabled ~ label:last-of-type {
    opacity: .2
}

.ps-switch input:last-of-type:checked ~ .slide-button {
    background: #70b580
}

.ps-switch input:last-of-type:checked ~ .slide-button::after {
    -webkit-transform: translate(17px, -48%);
    transform: translate(17px, -48%)
}

.ps-switch.ps-switch-sm {
    min-width: 6.25rem;
    height: 16px;
    font-size: .75rem
}

.ps-switch.ps-switch-sm label {
    padding-left: 2.5rem
}

.ps-switch.ps-switch-sm .slide-button {
    width: 30px;
    height: 16px
}

.ps-switch.ps-switch-sm .slide-button::after {
    width: 37%
}

.ps-switch.ps-switch-lg {
    height: 30px;
    font-size: 1rem
}

.ps-switch.ps-switch-lg label {
    padding-left: 4.075rem
}

.ps-switch.ps-switch-lg .slide-button {
    width: 55px;
    height: 30px
}

.ps-switch.ps-switch-lg input:last-of-type:checked ~ .slide-button::after {
    -webkit-transform: translate(28px, -50%);
    transform: translate(28px, -50%)
}

.ps-sortable-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.ps-sortable-column [role="columnheader"] {
    text-overflow: ellipsis
}

.ps-sortable-column .ps-sort {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: .125rem;
    margin-left: .5rem;
    font-size: 1rem;
    color: #6c868e;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ps-sortable-column .ps-sort::before {
    content: "code"
}

.ps-sortable-column[data-sort-is-current] .ps-sort {
    font-weight: 700;
    color: #25b9d7;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ps-sortable-column[data-sort-is-current][data-sort-direction="asc"] .ps-sort::before {
    content: "keyboard_arrow_up"
}

.ps-sortable-column[data-sort-is-current][data-sort-direction="desc"] .ps-sort::before {
    content: "keyboard_arrow_down"
}

.ps-sortable-column:hover {
    cursor: pointer
}

.ps-sortable-column:not([data-sort-is-current="true"]):hover .ps-sort {
    width: auto;
    opacity: 1
}

.text-center>.ps-sortable-column:not([data-sort-is-current="true"])>.ps-sort,.text-right>.ps-sortable-column:not([data-sort-is-current="true"])>.ps-sort {
    width: 0;
    margin-left: 0;
    overflow: hidden
}

.text-center>.ps-sortable-column:not([data-sort-is-current="true"]):hover>.ps-sort,.text-right>.ps-sortable-column:not([data-sort-is-current="true"]):hover>.ps-sort {
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    margin-left: .5rem
}

.text-center>.ps-sortable-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-right>.ps-sortable-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ps-dropdown {
    width: 100%;
    padding: .188em 0;
    font-size: .875rem;
    line-height: 2.286em;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
}

.ps-dropdown.bordered {
    border: #bbcdd2 1px solid;
    border-radius: 4px
}

.ps-dropdown.bordered.show {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1)
}

.ps-dropdown .dropdown-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5px 0 15px
}

.ps-dropdown .arrow-down {
    position: relative;
    font-size: 1.8em;
    line-height: 2rem;
    color: #6c868e;
    cursor: pointer;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out
}

.ps-dropdown.show .arrow-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ps-dropdown>.ps-dropdown-menu {
    z-index: 1;
    width: 100%;
    min-width: 18.75rem;
    padding: 0;
    margin: 0;
    margin-top: .3rem;
    border-color: #bbcdd2;
    border-top: 0;
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.ps-dropdown>.ps-dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.ps-number-input {
    position: relative
}

.ps-number-input .ps-number-input-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-number-input .ps-number-input-inputs input::-webkit-outer-spin-button,.ps-number-input .ps-number-input-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.ps-number-input .ps-number-input-inputs input[type="number"] {
    -moz-appearance: textfield
}

.ps-number-input .ps-number-input-inputs .btn {
    min-width: 2.5rem;
    padding: .44rem .47rem
}

.ps-number-input .ps-number-input-inputs .btn>.material-icons,.ps-number-input .ps-number-input-inputs .main-header #header-search-container .btn>.input-group::before,.main-header #header-search-container .ps-number-input .ps-number-input-inputs .btn>.input-group::before,.ps-number-input .ps-number-input-inputs .ps-tree-items .tree-name .btn>button::before,.ps-tree-items .tree-name .ps-number-input .ps-number-input-inputs .btn>button::before {
    font-size: 1.2em
}

.ps-number-input.ps-number-input-enable-arrows .ps-number-input-inputs input::-webkit-outer-spin-button,.ps-number-input.ps-number-input-enable-arrows .ps-number-input-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: auto
}

.ps-number-input.ps-number-input-enable-arrows .ps-number-input-inputs input[type="number"] {
    -moz-appearance: auto
}

.ps-number-input.ps-number-input-enable-arrows .ps-number-input-inputs input[type="number"].is-invalid {
    padding-right: 1.7625rem
}

.ps-number-input .ps-number-input-controls {
    height: 2.2rem;
    margin-left: 5px
}

.ps-number-input .invalid-feedback.show {
    display: block
}

.table {
    border-bottom: 1px solid #bbcdd2;
    box-shadow: 0px 0px transparent
}

.table thead th {
    border-top: none;
    border-bottom: solid 0.125rem #25b9d7
}

.table thead th>.material-icons,.table thead .main-header #header-search-container th>.input-group::before,.main-header #header-search-container .table thead th>.input-group::before,.table thead .ps-tree-items .tree-name th>button::before,.ps-tree-items .tree-name .table thead th>button::before {
    margin-top: -.5rem;
    color: #6c868e
}

.table thead .column-filters {
    background: #fafbfc
}

.table thead .column-filters th {
    vertical-align: top;
    border-bottom: none;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.table .with-filters+tbody>tr:first-of-type td,.table .with-filters+tbody>tr:first-of-type th {
    border-top: none
}

.table td,.table th,.table tr {
    vertical-align: middle
}

.table td {
    font-size: .815rem
}

.table .form-group {
    text-align: center
}

.table .form-group .form-check {
    display: inherit;
    margin-bottom: 0
}

.table-form tbody tr:nth-of-type(odd) {
    background-color: #dff5f9
}

.table-hover tbody tr:hover {
    color: #fff;
    cursor: pointer
}

.thead-dark th {
    background-color: #282b30
}

.table-dark.table-form tbody tr:nth-of-type(odd) {
    background-color: #dff5f9
}

.spinner {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    color: #fff;
    background-color: #fff;
    border-style: solid;
    border-width: .1875rem;
    border-top-color: #bbcdd2;
    border-right-color: #25b9d7;
    border-bottom-color: #25b9d7;
    border-left-color: #bbcdd2;
    border-radius: 2.5rem;
    outline: none;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.spinner-primary {
    border-right-color: #7cd5e7;
    border-bottom-color: #7cd5e7
}

.spinner-secondary {
    border-right-color: #b7ced3;
    border-bottom-color: #b7ced3
}

.spinner-success {
    border-right-color: #9bcba6;
    border-bottom-color: #9bcba6
}

.spinner-info {
    border-right-color: #7cd5e7;
    border-bottom-color: #7cd5e7
}

.spinner-warning {
    border-right-color: #e6b045;
    border-bottom-color: #e6b045
}

.spinner-danger {
    border-right-color: #e76d7a;
    border-bottom-color: #e76d7a
}

.spinner-light {
    border-right-color: #363a41;
    border-bottom-color: #363a41
}

.spinner-dark {
    border-right-color: #fafbfc;
    border-bottom-color: #fafbfc
}

.spinner-default {
    border-right-color: #f4fcfd;
    border-bottom-color: #f4fcfd
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.md-checkbox {
    position: relative;
    margin: 0;
    margin: initial;
    text-align: left
}

.md-checkbox.md-checkbox-inline {
    display: inline-block
}

.md-checkbox.disabled {
    color: #6c868e
}

.md-checkbox label {
    padding-left: 28px;
    margin-bottom: 0
}

.md-checkbox .md-checkbox-control {
    cursor: pointer
}

.md-checkbox .md-checkbox-control::before,.md-checkbox .md-checkbox-control::after {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.md-checkbox .md-checkbox-control::before {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #b3c7cd;
    border-radius: 2px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.md-checkbox [type="checkbox"] {
    display: none;
    outline: 0
}

.md-checkbox [type="checkbox"]:disabled+.md-checkbox-control {
    cursor: not-allowed;
    opacity: .5
}

.md-checkbox [type="checkbox"]:disabled+.md-checkbox-control::before {
    cursor: not-allowed
}

.md-checkbox [type="checkbox"]:checked+.md-checkbox-control::before,.md-checkbox .indeterminate+.md-checkbox-control::before {
    background: #25b9d7;
    border: none
}

.md-checkbox [type="checkbox"]:checked+.md-checkbox-control::after,.md-checkbox .indeterminate+.md-checkbox-control::after {
    top: 4.5px;
    left: 3px;
    width: 14px;
    height: 7px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.md-checkbox .indeterminate+.md-checkbox-control::after {
    top: 9px;
    height: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.growl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4rem;
    color: #363a41;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    opacity: 1;
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft;
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}

.growl.growl-medium {
    width: auto;
    max-width: 800px;
    padding: 15px;
    padding-right: 4rem
}

.growl .growl-close {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    float: none;
    float: initial;
    font-size: 1.6rem;
    font-weight: 300;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.growl .growl-close:hover {
    opacity: .7
}

.growl .growl-title {
    display: none;
    min-width: 100%;
    margin-bottom: .3rem;
    font-weight: 600
}

.growl .growl-message {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .875rem
}

.growl.growl-default {
    color: #363a41;
    background: #cbf2d4;
    border: 1px solid #53d572
}

.growl.growl-error {
    color: #363a41;
    background: #fbc6c3;
    border: 1px solid #f44336
}

.growl.growl-notice {
    color: #363a41;
    background: #beeaf3;
    border: 1px solid #25b9d7
}

.growl.growl-warning {
    color: #363a41;
    background: #fffbd3;
    border: 1px solid #fab000
}

.search.input-group .search-input {
    padding: 0 .9375rem
}

.search.input-group .search-input:focus {
    border-color: #25b9d7
}

.btn-floating {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999
}

.btn-floating>.btn {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    padding: .5rem;
    font-size: 18px;
    border-radius: 100%;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.btn-floating>.btn:not(.collapsed) {
    background: #f54c3e;
    border-color: #f54c3e
}

.btn-floating>.btn:not(.collapsed) i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-floating>.btn i {
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.btn-floating .btn-floating-container {
    position: absolute;
    right: 0;
    bottom: calc(100% + 1rem);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.btn-floating .btn-floating-container.collapsing .btn-floating-menu::after {
    pointer-events: none;
    opacity: 0
}

.btn-floating .btn-floating-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 20rem;
    overflow: hidden;
    border-radius: .5rem
}

.btn-floating .btn-floating-menu a,.btn-floating .btn-floating-menu button {
    position: relative;
    z-index: 1
}

.btn-floating .btn-floating-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: .5rem;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.btn-floating .btn-floating-menu::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    content: "";
    background: rgba(0,0,0,0.8);
    opacity: 1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.btn-floating .btn-floating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: .5rem .75rem;
    font-weight: 500;
    color: #363a41;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border-radius: 0
}

.btn-floating .btn-floating-item .material-icon {
    margin-top: 0
}

.btn-floating .btn-floating-item:first-of-type {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.btn-floating .btn-floating-item:last-of-type {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.btn-floating .btn-floating-item:hover {
    color: #fff;
    background: #25b9d7
}

.select2-container--bootstrap {
    display: block
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    color: #363a41;
    font-size: .875rem;
    outline: 0
}

.select2-container--bootstrap .select2-selection.form-control,.select2-container--bootstrap .pagination .select2-selection.jump-to-page,.pagination .select2-container--bootstrap .select2-selection.jump-to-page,.select2-container--bootstrap .select2-selection.pstaggerWrapper,.select2-container--bootstrap .select2-selection.pstaggerAddTagInput,.select2-container--bootstrap .select2-selection.tags-input {
    border-radius: 0
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    color: #363a41;
    font-size: .875rem
}

.select2-container--bootstrap .select2-search__field {
    outline: 0
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #6c868e
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #6c868e
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #6c868e;
    opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #6c868e
}

.select2-container--bootstrap .select2-results__option {
    padding: .375rem .625rem
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #6c868e;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #fff;
    color: #25b9d7
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #25b9d7;
    color: #fff
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: .375rem .625rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -.625rem;
    padding-left: 1.25rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1.25rem;
    padding-left: 1.875rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1.875rem;
    padding-left: 2.5rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2.5rem;
    padding-left: 3.125rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3.125rem;
    padding-left: 3.75rem
}

.select2-container--bootstrap .select2-results__group {
    color: #6c868e;
    display: block;
    padding: .375rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    white-space: nowrap
}

.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    border-color: #7cd5e7
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #6c868e transparent;
    border-width: 0 .25rem .25rem .25rem
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
    color: #6c868e;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #25b9d7
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #bbcdd2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eceeef
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #7cd5e7;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--bootstrap .select2-dropdown--above {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 1px
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
    height: 2.188rem;
    line-height: 1.5;
    padding: .375rem 1.375rem .375rem .625rem
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: .625rem;
    top: 0;
    width: .25rem
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #6c868e transparent transparent transparent;
    border-style: solid;
    border-width: .25rem .25rem 0 .25rem;
    height: 0;
    left: 0;
    margin-left: -.25rem;
    margin-top: -.125rem;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #363a41;
    padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #6c868e
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 2.188rem;
    padding: 0;
    height: auto
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #6c868e;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #363a41;
    background: #dff5f9;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    cursor: default;
    float: left;
    margin: -.625rem 0 0 .3125rem;
    padding: 0 .375rem
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 .625rem;
    height: .188rem;
    line-height: 1.5;
    margin-top: 0;
    min-width: 5em
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #6c868e;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: .1875rem
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #25b9d7
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: .375rem
}

.select2-container--bootstrap .select2-selection--single.input-sm,.input-group-sm .select2-container--bootstrap .select2-selection--single,.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: .75rem;
    height: calc(1.5em + .626rem + 2px);
    line-height: 1.5;
    padding: .313rem 1.375rem .313rem .625rem
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -.313rem
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.5em + .626rem + 2px);
    border-radius: 0
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: .75rem;
    line-height: 1.5;
    margin: -.687rem 0 0 .3125rem;
    padding: 0 .313rem
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 .625rem;
    font-size: .75rem;
    height: calc(1.5em + .626rem + 2px)-2;
    line-height: 1.5
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: .313rem
}

.select2-container--bootstrap .select2-selection--single.input-lg,.input-group-lg .select2-container--bootstrap .select2-selection--single,.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: 1rem;
    height: 2.188rem;
    line-height: 1.5;
    padding: .438rem 1.588rem .438rem .838rem
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: .25rem
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: .25rem .25rem 0 .25rem;
    margin-left: -.25rem;
    margin-left: -.438rem;
    margin-top: -.125rem
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 2.188rem;
    border-radius: 0
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    margin: -.562rem 0 0 .419rem;
    padding: 0 .438rem
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 .838rem;
    font-size: 1rem;
    height: .188rem;
    line-height: 1.5
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: .438rem
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6c868e transparent;
    border-width: 0 .25rem .25rem .25rem
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6c868e transparent;
    border-width: 0 .25rem .25rem .25rem
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 1.375rem;
    padding-right: .625rem
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: .625rem;
    right: auto
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: .3125rem
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown,.has-warning .select2-selection {
    border-color: #fab000
}

.has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ffd061;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ffd061;
    border-color: #c78c00
}

.has-warning.select2-drop-active {
    border-color: #c78c00
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #c78c00
}

.has-error .select2-dropdown,.has-error .select2-selection {
    border-color: #f54c3e
}

.has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #faa69f;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #faa69f;
    border-color: #f21f0e
}

.has-error.select2-drop-active {
    border-color: #f21f0e
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #f21f0e
}

.has-success .select2-dropdown,.has-success .select2-selection {
    border-color: #70b580
}

.has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #b3d8bc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #b3d8bc;
    border-color: #539f64
}

.has-success.select2-drop-active {
    border-color: #539f64
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #539f64
}

.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.form-control,.pagination .input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.jump-to-page,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.pstaggerWrapper,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.pstaggerAddTagInput,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.tags-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.form-control,.pagination .input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.jump-to-page,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.pstaggerWrapper,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.pstaggerAddTagInput,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.tags-input {
    border-radius: 0
}

.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.form-control,.pagination .input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.jump-to-page,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.pstaggerWrapper,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.pstaggerAddTagInput,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.tags-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0
}

.input-group>.select2-container--bootstrap>.selection>.select2-selection.form-control,.pagination .input-group>.select2-container--bootstrap>.selection>.select2-selection.jump-to-page,.input-group>.select2-container--bootstrap>.selection>.select2-selection.pstaggerWrapper,.input-group>.select2-container--bootstrap>.selection>.select2-selection.pstaggerAddTagInput,.input-group>.select2-container--bootstrap>.selection>.select2-selection.tags-input {
    float: none
}

.input-group>.select2-container--bootstrap.select2-container--open,.input-group>.select2-container--bootstrap.select2-container--focus {
    z-index: 3
}

.input-group>.select2-container--bootstrap,.input-group>.select2-container--bootstrap .input-group-btn,.input-group>.select2-container--bootstrap .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible,.pagination .select2-hidden-accessible.jump-to-page,.select2-hidden-accessible.pstaggerWrapper,.select2-hidden-accessible.pstaggerAddTagInput,.select2-hidden-accessible.tags-input {
    position: absolute !important;
    width: 1px !important
}

@media (min-width: 544px) {
    .form-inline .select2-container--bootstrap {
        display:inline-block
    }
}

.select2-container--bootstrap .select2-dropdown {
    padding: .4375rem .375rem;
    padding: 0;
    border-color: #bbcdd2;
    border-top: 1px solid
}

.select2-container--bootstrap .select2-search--dropdown {
    padding: 10px;
    background: #fafbfc
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background: #fff;
    border: 1px solid #bbcdd2;
    border-radius: 4px
}

.select2-container--bootstrap .select2-results {
    padding: 0
}

.select2-container--bootstrap .select2-results__option:not([role="group"]):hover {
    color: #25b9d7;
    background: rgba(37,185,215,0.1)
}

.select2-container--bootstrap .select2-results__option:not([role="group"]):focus,.select2-container--bootstrap .select2-results__option:not([role="group"]):active {
    color: #fff;
    background: #25b9d7
}

.select2-container--bootstrap .select2-selection--single {
    height: 2.188rem;
    padding: .4375rem .375rem;
    padding-left: 15px;
    cursor: default;
    border-color: #bbcdd2;
    border-radius: 4px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 15px;
    margin-right: .625rem
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    width: auto;
    height: auto;
    margin-top: 0;
    font-size: 0;
    border: none
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b::after {
    display: inline-block;
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "expand_more";
    display: inline-block;
    width: auto;
    line-height: 0;
    color: #6c868e;
    vertical-align: middle;
    border: none;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
}

.select2-container--bootstrap .select2-selection__rendered {
    padding: 0 .375rem;
    line-height: 1.125rem
}

.select2-container--bootstrap.select2-container--open .select2-selection__arrow b::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #bbcdd2
}

.alert {
    min-height: 55px
}

.alert>a {
    padding: 0
}

.content-div {
    padding-top: 1rem;
    padding-right: .9375rem;
    padding-bottom: .9375rem;
    padding-left: 14.0675rem;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease
}

@media (max-width: 1023.98px) {
    .content-div {
        padding-left:.9375rem
    }
}

@media (max-width: 767.98px) {
    .content-div {
        padding-right:1rem;
        padding-left: 1rem
    }

    .content-div .container {
        padding: 0
    }

    .content-div .col {
        padding: 0
    }

    body:not(.adminproducts) .content-div .row {
        margin-right: 0;
        margin-left: 0
    }

    body:not(.adminproducts) .content-div .row [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }
}

.content-div.-notoolbar {
    padding-top: 0
}

.content-div.-notoolbar .header-toolbar {
    padding-left: 0;
    margin: 0 -.9375rem;
    margin-bottom: 1rem
}

#main-div {
    padding-top: 2.5rem
}

@media (max-width: 1023.98px) {
    #main-div {
        padding-top:3.5rem
    }
}

.light_display_layout #main-div {
    padding-top: 0.625rem
}

.page-sidebar-closed:not(.mobile) .content-div {
    padding-left: 4.0625rem
}

.page-sidebar-closed:not(.mobile) .content-div.-notoolbar .header-toolbar {
    padding-left: 0
}

.mobile .content-div {
    padding-bottom: 5rem
}

.header-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 2.5rem;
    right: 0;
    z-index: 990;
    padding-left: 13.13rem;
    background: #fff;
    border-bottom: 0.0625rem solid #dfdfdf;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease
}

.mobile .header-toolbar {
    top: 3.75rem
}

@media (max-width: 1023.98px) {
    .header-toolbar {
        padding-left:0
    }
}

@media (max-width: 767.98px) {
    .header-toolbar {
        top:3.5rem
    }
}

.header-toolbar .container-fluid .title-row,.header-toolbar .container-sm .title-row,.header-toolbar .container-md .title-row,.header-toolbar .container-lg .title-row,.header-toolbar .container-xl .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1300px) {
    .header-toolbar .container-fluid .title-row .toolbar-icons,.header-toolbar .container-sm .title-row .toolbar-icons,.header-toolbar .container-md .title-row .toolbar-icons,.header-toolbar .container-lg .title-row .toolbar-icons,.header-toolbar .container-xl .title-row .toolbar-icons {
        padding:15px 0
    }
}

.header-toolbar .container-fluid .title-row::after,.header-toolbar .container-sm .title-row::after,.header-toolbar .container-md .title-row::after,.header-toolbar .container-lg .title-row::after,.header-toolbar .container-xl .title-row::after {
    content: none
}

.header-toolbar .title {
    float: left;
    padding: 0.3125rem;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.625rem;
    font-weight: 400
}

@media (max-width: 767.98px) {
    .header-toolbar .title {
        float:none
    }
}

@media (max-width: 767.98px) {
    .header-toolbar nav {
        display:none
    }
}

.header-toolbar nav>ol {
    padding-left: 0
}

@media (max-width: 767.98px) {
    .header-toolbar .toolbar-icons {
        display:none
    }
}

.header-toolbar .toolbar-icons>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 767.98px) {
    .header-toolbar .toolbar-icons>.wrapper {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767.98px) {
    .header-toolbar .toolbar-icons>.wrapper #recommended-modules-button,.header-toolbar .toolbar-icons>.wrapper .btn-help {
        display:none
    }
}

.header-toolbar .toolbar-icons>.wrapper a+a {
    margin-left: .9375rem
}

.header-toolbar .title-row {
    margin-bottom: .9375rem
}

.header-toolbar .title-row::after {
    clear: both;
    content: "";
    display: table
}

.header-toolbar .btn-floating {
    display: none
}

.header-toolbar .btn-floating-menu {
    max-width: calc(100vw - 2rem)
}

@media (max-width: 767.98px) {
    .header-toolbar .btn-floating {
        display:block
    }
}

.page-head-tabs {
    background: #fff
}

.page-head-tabs>ul {
    border-bottom: 0
}

.page-head-tabs .tab {
    position: relative
}

.page-head-tabs .tab .notification-container {
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
    position: relative;
    color: #6c868e;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: -5px
}

.page-head-tabs .tab .notification-container .notification-counter {
    position: absolute;
    top: 0.25rem;
    right: 0;
    display: inline-block;
    padding: 0 0.1875rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #fff;
    background: #f1b746;
    border: 0.125rem solid #fff;
    border-radius: 1rem;
    top: -1.75rem;
    right: -0.9375rem
}

.page-head-tabs .tab .notification-container .notification-counter:empty {
    border: none
}

.page-sidebar-closed:not(.mobile) .header-toolbar {
    padding-left: 3rem
}

.main-header {
    position: fixed;
    z-index: 1040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 2.5rem;
    font-size: 0.8125rem;
    color: #4e6167;
    background: #fff
}

.main-header .material-icons,.main-header #header-search-container .input-group::before,.main-header .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header button::before {
    position: relative
}

.mobile .main-header {
    height: 3.75rem;
    padding: .625rem 0
}

.mobile .main-header>.component {
    margin-right: 0
}

.mobile .main-header .notification-center .dropdown-toggle {
    position: relative
}

@media (max-width: 767.98px) {
    .mobile .main-header .notification-center {
        position:inherit;
        padding: 0 5px;
        margin: -15px 0
    }
}

@media (max-width: 767.98px) {
    .mobile .main-header .notification-center .dropdown-menu {
        min-width:21rem
    }

    .mobile .main-header .notification-center .dropdown-menu .notifications {
        min-width: auto
    }

    .mobile .main-header .notification-center .dropdown-menu .notifications .tab-content {
        border-top: 0
    }

    .mobile .main-header .notification-center .dropdown-menu .notifications .nav .nav-link {
        font-size: 1rem
    }

    .mobile .main-header .notification-center .dropdown-menu .notifications .nav .nav-link.active {
        color: #363a41;
        background: #f4fcfd
    }

    .mobile .main-header .notification-center .dropdown-menu .notifications::before,.mobile .main-header .notification-center .dropdown-menu .notifications::after {
        content: none
    }
}

.mobile .main-header>.material-icons:not(.js-mobile-menu),.mobile .main-header #header-search-container .main-header>.input-group:not(.js-mobile-menu)::before,.main-header #header-search-container .mobile .main-header>.input-group:not(.js-mobile-menu)::before,.mobile .ps-tree-items .tree-name .main-header>button:not(.js-mobile-menu)::before,.ps-tree-items .tree-name .mobile .main-header>button:not(.js-mobile-menu)::before {
    padding-top: 0.625rem;
    font-size: 1.313rem
}

.main-header>.logo {
    width: 13.13rem;
    height: 100%;
    background: url(fbc2a379fdad6d5a1b10c881644bc5dd.png) no-repeat center left
}

.mobile .main-header>.logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    min-width: 172px;
    margin-left: -15px
}

.main-header #shop_version {
    position: absolute;
    top: 0.9375rem;
    left: 11.25rem;
    font-size: 0.625rem
}

@media (max-width: 1023.98px) {
    .main-header #shop_version {
        display:none
    }
}

.main-header .ajax-spinner {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    margin-left: 0
}

.main-header #quick-access-container {
    height: 100%
}

@media (max-width: 1023.98px) {
    .main-header #quick-access-container {
        display:none
    }
}

.main-header #quick-access-container #quick_select,.main-header #quick-access-container #quick_select:hover {
    height: 100%;
    color: #4e6167;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 0.8125rem
}

.main-header #quick-access-container #quick_select:hover {
    color: #25b9d7
}

.main-header #quick-access-container #quick_select::after,.main-header #quick-access-container #quick_select:hover::after {
    margin-left: -0.313rem
}

.main-header #header-search-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 0
}

@media (max-width: 767.98px) {
    .main-header #header-search-container {
        display:none
    }
}

.main-header #header-search-container form {
    width: 100%;
    height: 1.875rem;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out
}

.main-header #header-search-container form .btn {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.main-header #header-search-container form.collapsed {
    width: 15.625rem
}

.main-header #header-search-container form.collapsed input#bo_query {
    padding-left: 2rem;
    border-radius: .983rem
}

.main-header #header-search-container form.collapsed .input-group::before {
    margin-top: -.625rem;
    font-size: 1.25rem;
    opacity: 1
}

.main-header #header-search-container form.collapsed .btn {
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0
}

.main-header #header-search-container input#bo_query {
    font-size: 0.75rem;
    border: 1px solid #bbcdd2;
    border-top-left-radius: .983rem;
    border-bottom-left-radius: .983rem;
    -webkit-transition: padding-left 0.5s;
    transition: padding-left 0.5s;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}

.main-header #header-search-container input#bo_query::-webkit-input-placeholder {
    font-style: italic;
    color: #6c868e
}

.main-header #header-search-container input#bo_query::-moz-placeholder {
    font-style: italic;
    color: #6c868e
}

.main-header #header-search-container input#bo_query:-ms-input-placeholder {
    font-style: italic;
    color: #6c868e
}

.main-header #header-search-container input#bo_query::-ms-input-placeholder {
    font-style: italic;
    color: #6c868e
}

.main-header #header-search-container input#bo_query::placeholder {
    font-style: italic;
    color: #6c868e
}

.main-header #header-search-container .input-group::before {
    position: absolute;
    top: 50%;
    left: 0.563rem;
    z-index: 5;
    font-size: 0;
    content: "search";
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.main-header #header-search-container .input-group button:not(:first-of-type) {
    margin-left: -1px
}

.main-header #header-search-container .btn,.main-header #header-search-container .btn-primary {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.313rem 0.625rem;
    color: #6c868e;
    text-transform: none;
    letter-spacing: normal;
    background-color: #fafbfc;
    border: 1px solid #bbcdd2
}

.main-header #header-search-container .btn:hover,.main-header #header-search-container .btn-primary:hover {
    background-color: #eff1f2
}

.main-header #header-search-container .btn:active,.main-header #header-search-container .btn:focus,.main-header #header-search-container .btn-primary:active,.main-header #header-search-container .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-header #header-search-container .btn-primary {
    border-top-right-radius: 0.983rem;
    border-bottom-right-radius: 0.983rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.main-header #header-search-container .show>.btn-outline-secondary.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-header #quick-access-container .dropdown-toggle::after,.main-header #header-search-container .dropdown-toggle::after {
    font-size: 1.6em;
    content: "arrow_drop_down"
}

.main-header #quick-access-container .dropdown-menu,.main-header #header-search-container .dropdown-menu {
    font-size: 0.75rem;
    min-width: 15.625rem;
    padding: 0.313rem 0;
    color: #363a41
}

.main-header #quick-access-container .dropdown-menu .material-icons,.main-header #quick-access-container .dropdown-menu #header-search-container .input-group::before,.main-header #header-search-container #quick-access-container .dropdown-menu .input-group::before,.main-header #quick-access-container .dropdown-menu .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #quick-access-container .dropdown-menu button::before,.main-header #header-search-container .dropdown-menu .material-icons,.main-header #header-search-container .dropdown-menu .input-group::before,.main-header #header-search-container .dropdown-menu .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #header-search-container .dropdown-menu button::before {
    padding-right: 0.5rem;
    color: #6c868e;
    vertical-align: text-bottom
}

.main-header #quick-access-container .dropdown-menu>a,.main-header #header-search-container .dropdown-menu>a {
    padding: 0.438rem 0.938rem;
    padding-right: 1.5rem;
    color: inherit;
    border-bottom: 0
}

.main-header #quick-access-container .dropdown-menu>a:hover,.main-header #quick-access-container .breadcrumb li.dropdown-menu>a:hover,.main-header #header-search-container .dropdown-menu>a:hover,.main-header #header-search-container .breadcrumb li.dropdown-menu>a:hover {
    color: #fff;
    background-color: #25b9d7
}

.main-header #quick-access-container .dropdown-menu>a:hover .material-icons,.main-header #quick-access-container .breadcrumb li.dropdown-menu>a:hover .material-icons,.main-header #quick-access-container .dropdown-menu>a:hover #header-search-container .input-group::before,.main-header #header-search-container #quick-access-container .dropdown-menu>a:hover .input-group::before,.main-header #quick-access-container .breadcrumb li.dropdown-menu>a:hover #header-search-container .input-group::before,.main-header #header-search-container #quick-access-container .breadcrumb li.dropdown-menu>a:hover .input-group::before,.main-header #quick-access-container .dropdown-menu>a:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #quick-access-container .dropdown-menu>a:hover button::before,.main-header #quick-access-container .breadcrumb li.dropdown-menu>a:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #quick-access-container .breadcrumb li.dropdown-menu>a:hover button::before,.main-header #header-search-container .dropdown-menu>a:hover .material-icons,.main-header #header-search-container .breadcrumb li.dropdown-menu>a:hover .material-icons,.main-header #header-search-container .dropdown-menu>a:hover .input-group::before,.main-header #header-search-container .breadcrumb li.dropdown-menu>a:hover .input-group::before,.main-header #header-search-container .dropdown-menu>a:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #header-search-container .dropdown-menu>a:hover button::before,.main-header #header-search-container .breadcrumb li.dropdown-menu>a:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header #header-search-container .breadcrumb li.dropdown-menu>a:hover button::before {
    color: #fff
}

.main-header #quick-access-container .dropdown-menu>.dropdown-divider,.main-header #header-search-container .dropdown-menu>.dropdown-divider {
    margin: 0.313rem 0
}

.main-header>.component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    margin-left: 0.5rem
}

@media (max-width: 767.98px) {
    .main-header>.component.hide-mobile-sm {
        display:none
    }
}

.main-header>.component.header-right-component,.main-header>.component.gamification-component {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem
}

@media (max-width: 767.98px) {
    .main-header>.component.header-right-component,.main-header>.component#header-employee-container {
        margin:-0.6rem 0
    }

    .main-header>.component.header-right-component .dropdown,.main-header>.component#header-employee-container .dropdown {
        position: inherit;
        border-bottom: 2px solid transparent;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        border-radius: 0
    }

    .main-header>.component.header-right-component [data-toggle="dropdown"],.main-header>.component#header-employee-container [data-toggle="dropdown"] {
        padding: 0 0.5rem;
        margin: 0
    }

    .main-header>.component.header-right-component>.show::before,.main-header>.component#header-employee-container>.show::before {
        pointer-events: all;
        opacity: 1
    }

    .main-header>.component.header-right-component>.show.dropdown,.main-header>.component#header-employee-container>.show.dropdown {
        border-bottom: 2px solid #25b9d7
    }

    .main-header>.component.header-right-component>.show [data-toggle="dropdown"],.main-header>.component#header-employee-container>.show [data-toggle="dropdown"] {
        margin: 0
    }

    .main-header>.component.header-right-component>.show [data-toggle="dropdown"] i,.main-header>.component#header-employee-container>.show [data-toggle="dropdown"] i {
        color: #25b9d7
    }

    .main-header>.component.header-right-component>div,.main-header>.component#header-employee-container>div {
        height: 100%
    }

    .main-header>.component.header-right-component>div::before,.main-header>.component#header-employee-container>div::before {
        position: fixed;
        top: 5rem;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        content: "";
        background: rgba(0,0,0,0.8);
        opacity: 0
    }

    .main-header>.component.header-right-component>div>button,.main-header>.component#header-employee-container>div>button {
        height: 100%
    }

    .main-header>.component.header-right-component .dropdown-menu,.main-header>.component#header-employee-container .dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        width: 100%;
        height: auto !important;
        overflow: hidden;
        border: none;
        border-top: 1px solid #eaebec;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
        border-radius: 5px;
        -webkit-transform: inherit !important;
        transform: inherit !important
    }
}

@media (max-width: 767.98px) {
    .main-header>.component.gamification-component {
        display:none !important
    }
}

.main-header>.component>.stores .ps-dropdown-menu {
    right: 0;
    left: auto
}

.main-header .shop-state,.main-header .shop-list>.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 0.8125rem;
    color: #4e6167;
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .main-header .shop-state,.main-header .shop-list>.link {
        font-size:0
    }
}

.main-header .shop-state:hover,.main-header .shop-list>.link:hover {
    color: #25b9d7;
    text-decoration: none
}

.main-header .shop-state .material-icons,.main-header .shop-state #header-search-container .input-group::before,.main-header #header-search-container .shop-state .input-group::before,.main-header .shop-state .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header .shop-state button::before {
    font-size: 1.25rem;
    color: #6c868e;
    padding-right: 0.3125rem
}

@media (max-width: 1299.98px) {
    .main-header .shop-state span {
        display:none
    }
}

.main-header .shop-list>.link>.material-icons,.main-header #header-search-container .shop-list>.link>.input-group::before,.main-header .ps-tree-items .tree-name .shop-list>.link>button::before,.ps-tree-items .tree-name .main-header .shop-list>.link>button::before {
    padding-right: 0.3125rem;
    font-size: 1.25rem;
    color: #6c868e
}

.main-header .shop-list>.link:hover .material-icons,.main-header .shop-list>.link:hover #header-search-container .input-group::before,.main-header #header-search-container .shop-list>.link:hover .input-group::before,.main-header .shop-list>.link:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-header .shop-list>.link:hover button::before {
    color: #25b9d7
}

.main-header #header-employee-container {
    margin-right: 0.3125rem
}

.main-header #header-notification-container {
    min-width: 2.5rem
}

#shop-list>.btn {
    padding: 0;
    font-weight: 400;
    color: #4e6167;
    text-decoration: none
}

#shop-list>.btn .selected-item {
    font-size: 0.8125rem;
    line-height: 17px
}

#shop-list>.btn .selected-item .material-icons,#shop-list>.btn .selected-item .main-header #header-search-container .input-group::before,.main-header #header-search-container #shop-list>.btn .selected-item .input-group::before,#shop-list>.btn .selected-item .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name #shop-list>.btn .selected-item button::before {
    top: -1px;
    font-size: 1.25rem
}

#shop-list>.btn .selected-item .material-icons.visibility,#shop-list>.btn .selected-item .main-header #header-search-container .visibility.input-group::before,.main-header #header-search-container #shop-list>.btn .selected-item .visibility.input-group::before,#shop-list>.btn .selected-item .ps-tree-items .tree-name button.visibility::before,.ps-tree-items .tree-name #shop-list>.btn .selected-item button.visibility::before {
    color: #6c868e;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

@media (max-width: 1299.98px) {
    #shop-list>.btn .selected-item {
        font-size:0
    }

    #shop-list>.btn .selected-item .arrow-down {
        display: none
    }
}

#shop-list>.btn:hover {
    color: #25b9d7
}

#shop-list>.btn:hover .selected-item .material-icons.visibility,#shop-list>.btn:hover .selected-item .main-header #header-search-container .visibility.input-group::before,.main-header #header-search-container #shop-list>.btn:hover .selected-item .visibility.input-group::before,#shop-list>.btn:hover .selected-item .ps-tree-items .tree-name button.visibility::before,.ps-tree-items .tree-name #shop-list>.btn:hover .selected-item button.visibility::before {
    color: #25b9d7
}

#shop-list.show .selected-item {
    color: #25b9d7
}

#shop-list.show .selected-item .material-icons.visibility,#shop-list.show .selected-item .main-header #header-search-container .visibility.input-group::before,.main-header #header-search-container #shop-list.show .selected-item .visibility.input-group::before,#shop-list.show .selected-item .ps-tree-items .tree-name button.visibility::before,.ps-tree-items .tree-name #shop-list.show .selected-item button.visibility::before {
    color: #25b9d7
}

#shop-list .dropdown-menu {
    min-width: 17.75rem !important;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1)
}

#shop-list .dropdown-menu .items-list {
    max-height: 500px;
    padding-left: 0;
    margin: 20px;
    overflow-y: auto;
    list-style: none
}

#shop-list .dropdown-menu .items-list a {
    color: #4e6167
}

#shop-list .dropdown-menu .items-list li:first-child a {
    padding-left: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #5bc0de
}

#shop-list .dropdown-menu .items-list li:first-child a:hover {
    cursor: pointer
}

#shop-list .dropdown-menu .items-list li:not(:first-child) {
    line-height: 32px
}

#shop-list .dropdown-menu .items-list li:not(:first-child) a:not(.link-shop) {
    display: inline-block;
    width: inherit;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem
}

#shop-list .dropdown-menu .items-list .group a {
    padding-left: 0.625rem
}

#shop-list .dropdown-menu .items-list .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#shop-list .dropdown-menu .items-list .shop a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.5625rem;
    font-weight: 600
}

#shop-list .dropdown-menu .items-list .shop a.disabled {
    cursor: not-allowed
}

#shop-list .dropdown-menu .items-list .shop a.link-shop {
    float: right;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: inherit;
    margin-left: auto;
    text-decoration: none
}

#shop-list .dropdown-menu .items-list .shop a.link-shop i.material-icons,#shop-list .dropdown-menu .items-list .shop a.link-shop .main-header #header-search-container i.input-group::before,.main-header #header-search-container #shop-list .dropdown-menu .items-list .shop a.link-shop i.input-group::before {
    width: inherit;
    height: inherit;
    padding: 0.125rem 0.625em;
    font-size: 1.25rem;
    color: #6c868e;
    cursor: pointer;
    border: solid 1px #bbcdd2;
    border-radius: .0625rem
}

#shop-list .dropdown-menu .items-list .material-icons,#shop-list .dropdown-menu .items-list .main-header #header-search-container .input-group::before,.main-header #header-search-container #shop-list .dropdown-menu .items-list .input-group::before,#shop-list .dropdown-menu .items-list .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name #shop-list .dropdown-menu .items-list button::before {
    margin-right: 0.625rem;
    vertical-align: middle
}

#shop-list .dropdown-menu .items-list li.active a,#shop-list .dropdown-menu .items-list li:hover a {
    color: #4e6167 !important;
    background: none
}

#shop-list .dropdown-menu .items-list li.active i.material-icons,#shop-list .dropdown-menu .items-list li.active .main-header #header-search-container i.input-group::before,.main-header #header-search-container #shop-list .dropdown-menu .items-list li.active i.input-group::before,#shop-list .dropdown-menu .items-list li:hover i.material-icons,#shop-list .dropdown-menu .items-list li:hover .main-header #header-search-container i.input-group::before,.main-header #header-search-container #shop-list .dropdown-menu .items-list li:hover i.input-group::before {
    color: #5bc0de !important;
    border: solid 1px #5bc0de !important
}

#shop-list .selected-item {
    vertical-align: middle;
    cursor: pointer
}

#shop-list .selected-item .material-icons,#shop-list .selected-item .main-header #header-search-container .input-group::before,.main-header #header-search-container #shop-list .selected-item .input-group::before,#shop-list .selected-item .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name #shop-list .selected-item button::before {
    vertical-align: middle
}

#shop-list .selected-item .arrow-down {
    top: 0;
    left: 0;
    font-size: 1.25rem
}

#shop-list .dropdown-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

.employee-dropdown>.person {
    margin-right: 0.625rem;
    cursor: pointer
}

.employee-dropdown>.person .material-icons,.employee-dropdown>.person .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown>.person .input-group::before,.employee-dropdown>.person .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown>.person button::before {
    font-size: 1.375rem;
    color: #6c868e;
    vertical-align: bottom
}

.employee-dropdown .dropdown-menu {
    top: 0.9rem !important;
    left: 0.3rem !important;
    min-width: 17.5rem;
    margin: 0
}

.employee-dropdown .dropdown-menu hr {
    border-top-width: 2px
}

.employee-dropdown .dropdown-menu .divider {
    width: 90%;
    margin: 5px auto;
    clear: both;
    border: 1px solid #eee
}

.employee-dropdown .dropdown-menu a.dropdown-item {
    margin: 10px 0
}

.employee-dropdown .dropdown-menu a.admin-link {
    color: #576c72;
    background-color: inherit;
    border: 1px solid #899ea5;
    border-radius: 1px
}

.employee-dropdown .dropdown-menu a.admin-link:hover {
    color: #25b9d7;
    border-color: #25b9d7
}

.employee-dropdown .dropdown-menu a.admin-link:hover .material-icons,.employee-dropdown .dropdown-menu a.admin-link:hover .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown .dropdown-menu a.admin-link:hover .input-group::before,.employee-dropdown .dropdown-menu a.admin-link:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown .dropdown-menu a.admin-link:hover button::before {
    color: #25b9d7
}

.employee-dropdown .dropdown-menu a:hover .material-icons,.employee-dropdown .dropdown-menu a:hover .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown .dropdown-menu a:hover .input-group::before,.employee-dropdown .dropdown-menu a:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown .dropdown-menu a:hover button::before {
    color: #fff
}

.employee-dropdown .dropdown-menu .employee-avatar {
    padding: 0.687rem 0 1rem;
    margin-bottom: 0.46875rem;
    font-weight: 600;
    text-align: center
}

.employee-dropdown .dropdown-menu .profile-link.dropdown-item {
    display: table;
    width: auto;
    min-width: 130px;
    margin: 0 auto;
    color: #576c72;
    border: 1px solid #899ea5;
    border-radius: 1px
}

.employee-dropdown .dropdown-menu .profile-link.dropdown-item:active,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover {
    color: #25b9d7;
    background-color: inherit;
    border-color: #25b9d7
}

.employee-dropdown .dropdown-menu .profile-link.dropdown-item:active .material-icons,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:active .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown .dropdown-menu .profile-link.dropdown-item:active .input-group::before,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:active .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown .dropdown-menu .profile-link.dropdown-item:active button::before,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover .material-icons,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover .input-group::before,.employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown .dropdown-menu .profile-link.dropdown-item:hover button::before {
    color: #25b9d7
}

.employee-dropdown .dropdown-menu .employee_profile {
    display: inline-block;
    max-width: 120px;
    margin-left: 20px;
    font-weight: 600;
    text-align: left
}

.employee-dropdown .dropdown-menu .employee-wrapper-avatar {
    float: left;
    margin: 20px
}

.employee-dropdown .dropdown-menu .employee-wrapper-profile {
    display: inline-block;
    max-width: 130px;
    margin: 0 0 12.5px;
    text-align: right
}

.employee-dropdown .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    content: "";
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.employee-dropdown .dropdown-menu::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    content: "";
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    border-left: 7px solid transparent
}

.employee-dropdown .dropdown-menu .avatar {
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 0.3125rem;
    cursor: pointer
}

.employee-dropdown .dropdown-menu .material-icons,.employee-dropdown .dropdown-menu .main-header #header-search-container .input-group::before,.main-header #header-search-container .employee-dropdown .dropdown-menu .input-group::before,.employee-dropdown .dropdown-menu .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .employee-dropdown .dropdown-menu button::before {
    font-size: 1.5rem;
    color: #6c868e;
    vertical-align: middle
}

.employee-dropdown .dropdown-menu .employee-link#header_logout {
    margin: 10px 0;
    color: #6c868e
}

.employee-dropdown .dropdown-menu .employee-link#header_logout:hover {
    color: #25b9d7;
    background-color: inherit
}

@media (max-width: 767.98px) {
    .employee-dropdown {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .employee-dropdown .dropdown-menu {
        padding: 0.75rem 1.25rem;
        overflow: inherit
    }

    .employee-dropdown .dropdown-menu::before {
        content: none
    }

    .employee-dropdown .dropdown-menu .divider {
        width: 100%;
        margin: 0.5rem auto
    }

    .employee-dropdown .dropdown-menu .employee-wrapper-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: none;
        float: initial;
        width: 100%;
        margin: 0
    }

    .employee-dropdown .dropdown-menu .employee-wrapper-avatar .employee-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0.5rem 1rem;
        border-radius: 4px
    }

    .employee-dropdown .dropdown-menu .employee_profile {
        max-width: inherit;
        font-size: 1rem;
        font-weight: 500;
        color: #363a41
    }

    .employee-dropdown .dropdown-menu .employee-avatar {
        padding: 0;
        margin: 0
    }

    .employee-dropdown .dropdown-menu a.dropdown-item {
        width: calc(100% + 2.5rem);
        padding: 0.75rem 1.25rem;
        margin: 0 -1.25rem;
        color: #363a41
    }

    .employee-dropdown .dropdown-menu a.dropdown-item:active,.employee-dropdown .dropdown-menu a.dropdown-item:hover,.employee-dropdown .dropdown-menu a.dropdown-item:focus {
        background-color: #25b9d7 !important
    }

    .employee-dropdown .dropdown-menu a.dropdown-item:active,.employee-dropdown .dropdown-menu a.dropdown-item:active i,.employee-dropdown .dropdown-menu a.dropdown-item:hover,.employee-dropdown .dropdown-menu a.dropdown-item:hover i,.employee-dropdown .dropdown-menu a.dropdown-item:focus,.employee-dropdown .dropdown-menu a.dropdown-item:focus i {
        color: #fff !important
    }

    .employee-dropdown .dropdown-menu a.dropdown-item i {
        color: #6c868e
    }

    .employee-dropdown .dropdown-menu #header_logout {
        padding: 0.5rem 0;
        margin: 10px -1.25rem !important
    }

    .employee-dropdown .dropdown-menu #header_logout:hover,.employee-dropdown .dropdown-menu #header_logout:active,.employee-dropdown .dropdown-menu #header_logout:focus {
        background-color: #f54c3e !important
    }

    .employee-dropdown .dropdown-menu #header_logout:hover,.employee-dropdown .dropdown-menu #header_logout:hover i,.employee-dropdown .dropdown-menu #header_logout:active,.employee-dropdown .dropdown-menu #header_logout:active i,.employee-dropdown .dropdown-menu #header_logout:focus,.employee-dropdown .dropdown-menu #header_logout:focus i {
        color: #fff !important
    }

    .employee-dropdown .dropdown-menu #header_logout,.employee-dropdown .dropdown-menu #header_logout i {
        color: #f54c3e
    }
}

.js-mobile-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    padding-top: 0;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    font-size: 1.8rem;
    cursor: pointer
}

@media (max-width: 1023.98px) {
    .js-mobile-menu {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.nav-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 13.13rem;
    height: 100%;
    margin-top: 2.5rem;
    background: #363a41;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.nav-bar-overflow {
    height: 100%;
    overflow: hidden
}

.nav-bar .material-icons,.nav-bar .main-header #header-search-container .input-group::before,.main-header #header-search-container .nav-bar .input-group::before,.nav-bar .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .nav-bar button::before {
    font-size: 1.188rem;
    line-height: inherit;
    color: #fff
}

.nav-bar.mobile-nav {
    width: 70%;
    margin-top: 3.75rem;
    margin-left: -100%
}

.nav-bar.mobile-nav::before {
    position: fixed;
    top: 5rem;
    left: 75%;
    display: none;
    font-family: "Material Icons", sans-serif;
    font-size: 1.5rem;
    color: #fff;
    pointer-events: none;
    content: "\e5cd"
}

.expanded .nav-bar.mobile-nav::before {
    display: block
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .nav-bar.mobile-nav::before {
        left:50%
    }
}

@media (min-width: 544px) and (max-width: 767.98px) {
    .nav-bar.mobile-nav {
        width:60%
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .nav-bar.mobile-nav {
        width:40%
    }
}

.nav-bar.mobile-nav.expanded {
    display: block;
    margin-left: 0
}

.nav-bar.mobile-nav .onboarding-navbar {
    display: none
}

.nav-bar.mobile-nav .panel-collapse {
    padding-left: 0
}

.nav-bar.mobile-nav .panel-collapse .link-leveltwo .link {
    padding-left: 0.75rem
}

@media (max-width: 1023.98px) {
    .nav-bar.mobile-nav .panel-collapse .link-leveltwo .link {
        padding-left:0.35rem
    }
}

.nav-bar.mobile-nav .employee-avatar {
    padding-top: 1rem;
    text-align: center;
    text-decoration: none
}

.nav-bar.mobile-nav .employee-avatar .material-icons,.nav-bar.mobile-nav .employee-avatar .main-header #header-search-container .input-group::before,.main-header #header-search-container .nav-bar.mobile-nav .employee-avatar .input-group::before,.nav-bar.mobile-nav .employee-avatar .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .nav-bar.mobile-nav .employee-avatar button::before {
    font-size: 3.75rem;
    line-height: 3.75rem
}

@media (max-width: 1023.98px) {
    .nav-bar.mobile-nav .employee-avatar .material-icons,.nav-bar.mobile-nav .employee-avatar .main-header #header-search-container .input-group::before,.main-header #header-search-container .nav-bar.mobile-nav .employee-avatar .input-group::before,.nav-bar.mobile-nav .employee-avatar .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .nav-bar.mobile-nav .employee-avatar button::before {
        font-size:4.6875rem;
        line-height: 4.6875rem
    }
}

.nav-bar.mobile-nav .employee-avatar span {
    display: block;
    margin-bottom: 0.625rem;
    color: #fff
}

@media (max-width: 1023.98px) {
    .nav-bar.mobile-nav .employee-avatar span {
        font-size:1.09375rem
    }
}

.nav-bar.mobile-nav .employee-avatar img {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 0.625rem
}

.nav-bar.mobile-nav .employee-avatar img.img-thumbnail {
    border-radius: 36px
}

.nav-bar.mobile-nav .shop-list {
    padding-bottom: 1rem;
    font-weight: 600;
    text-align: center
}

@media (max-width: 1023.98px) {
    .nav-bar.mobile-nav .shop-list a {
        font-size:1.09375rem
    }
}

.nav-bar.mobile-nav .main-menu {
    margin-top: 0.625rem
}

.nav-bar.mobile-nav .main-menu>li:first-child {
    padding-bottom: 1rem
}

.nav-bar.mobile-nav .shop-list-title {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    color: #25b9d7;
    text-align: center;
    text-transform: uppercase
}

.nav-bar.mobile-nav .shop-list-title::after {
    margin-left: 0.625rem;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.375rem;
    vertical-align: bottom;
    content: "\E313"
}

.nav-bar.mobile-nav .items-list {
    padding-left: 0
}

.nav-bar.mobile-nav .items-list a:focus {
    background-color: transparent
}

.nav-bar.mobile-nav .items-list li {
    background-color: #fff;
    border-bottom: #bbcdd2 1px solid
}

.nav-bar.mobile-nav .items-list li.group a {
    padding: 0.9375rem 2.5rem;
    font-weight: 700
}

.nav-bar.mobile-nav .items-list li.shop {
    padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem
}

.nav-bar.mobile-nav .items-list li.shop a {
    display: inline-block;
    width: auto
}

.nav-bar.mobile-nav .items-list li.shop a.link-shop {
    float: right
}

.nav-bar.mobile-nav .items-list li.shop a.link-shop .material-icons,.nav-bar.mobile-nav .items-list li.shop a.link-shop .main-header #header-search-container .input-group::before,.main-header #header-search-container .nav-bar.mobile-nav .items-list li.shop a.link-shop .input-group::before,.nav-bar.mobile-nav .items-list li.shop a.link-shop .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .nav-bar.mobile-nav .items-list li.shop a.link-shop button::before {
    font-size: 1.25rem;
    color: #6c868e
}

.nav-bar.mobile-nav .items-list li:first-child a {
    padding: 0.9375rem 1.25rem;
    font-size: 0.9375rem;
    color: #25b9d7;
    text-transform: uppercase
}

.main-menu {
    padding: 0 0 8.313rem;
    margin: 0
}

.main-menu.sidebar-closed .link-levelone .link>span,.main-menu.sidebar-closed .link-leveltwo .link>span {
    display: none
}

.main-menu.sidebar-closed .link-levelone.open>.submenu,.main-menu.sidebar-closed .open.link-leveltwo>.submenu {
    display: none
}

.main-menu .category-title>.title {
    text-transform: uppercase
}

.main-menu .link-levelone,.main-menu .link-leveltwo {
    display: block
}

.main-menu .link-levelone #header_logout,.main-menu .link-leveltwo #header_logout {
    margin-top: 1rem;
    color: #f44336
}

.main-menu .link-levelone #header_logout i,.main-menu .link-leveltwo #header_logout i {
    color: #f44336
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone[data-submenu] a.link,.main-menu .link-leveltwo[data-submenu] a.link {
        padding-top:0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        font-size: 1rem;
        line-height: inherit
    }

    .main-menu .link-levelone[data-submenu] a.link .material-icons,.main-menu .link-leveltwo[data-submenu] a.link .material-icons,.main-menu .link-levelone[data-submenu] a.link .main-header #header-search-container .input-group::before,.main-header #header-search-container .main-menu .link-levelone[data-submenu] a.link .input-group::before,.main-menu .link-leveltwo[data-submenu] a.link .main-header #header-search-container .input-group::before,.main-header #header-search-container .main-menu .link-leveltwo[data-submenu] a.link .input-group::before,.main-menu .link-levelone[data-submenu] a.link .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-menu .link-levelone[data-submenu] a.link button::before,.main-menu .link-leveltwo[data-submenu] a.link .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .main-menu .link-leveltwo[data-submenu] a.link button::before {
        margin-top: 0.1rem;
        font-size: 1.25rem;
        line-height: 1.4rem
    }

    .main-menu .link-levelone[data-submenu] a.link .material-icons.sub-tabs-arrow,.main-menu .link-leveltwo[data-submenu] a.link .material-icons.sub-tabs-arrow,.main-menu .link-levelone[data-submenu] a.link .main-header #header-search-container .sub-tabs-arrow.input-group::before,.main-header #header-search-container .main-menu .link-levelone[data-submenu] a.link .sub-tabs-arrow.input-group::before,.main-menu .link-leveltwo[data-submenu] a.link .main-header #header-search-container .sub-tabs-arrow.input-group::before,.main-header #header-search-container .main-menu .link-leveltwo[data-submenu] a.link .sub-tabs-arrow.input-group::before,.main-menu .link-levelone[data-submenu] a.link .ps-tree-items .tree-name button.sub-tabs-arrow::before,.ps-tree-items .tree-name .main-menu .link-levelone[data-submenu] a.link button.sub-tabs-arrow::before,.main-menu .link-leveltwo[data-submenu] a.link .ps-tree-items .tree-name button.sub-tabs-arrow::before,.ps-tree-items .tree-name .main-menu .link-leveltwo[data-submenu] a.link button.sub-tabs-arrow::before {
        padding-right: 1.2rem
    }
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone[data-submenu].has_submenu .sub-tabs-arrow,.main-menu .link-leveltwo[data-submenu].has_submenu .sub-tabs-arrow {
        visibility:visible
    }
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone.link-active,.main-menu .link-active.link-leveltwo {
        border-right:none
    }
}

.main-menu .link-levelone.link-active>.link,.main-menu .link-active.link-leveltwo>.link {
    padding-left: 0.7rem;
    border-left: 0.25rem solid #25b9d7
}

.main-menu .link-levelone.link-active>.link .material-icons:first-child,.main-menu .link-active.link-leveltwo>.link .material-icons:first-child,.main-menu .link-levelone.link-active>.link .main-header #header-search-container .input-group:first-child::before,.main-header #header-search-container .main-menu .link-levelone.link-active>.link .input-group:first-child::before,.main-menu .link-active.link-leveltwo>.link .main-header #header-search-container .input-group:first-child::before,.main-header #header-search-container .main-menu .link-active.link-leveltwo>.link .input-group:first-child::before,.main-menu .link-levelone.link-active>.link .ps-tree-items .tree-name button:first-child::before,.ps-tree-items .tree-name .main-menu .link-levelone.link-active>.link button:first-child::before,.main-menu .link-active.link-leveltwo>.link .ps-tree-items .tree-name button:first-child::before,.ps-tree-items .tree-name .main-menu .link-active.link-leveltwo>.link button:first-child::before {
    color: #25b9d7
}

.main-menu .link-levelone:not(#subtab-AdminParentModulesSf) i.material-icons.mi-extension,.main-menu .link-leveltwo:not(#subtab-AdminParentModulesSf) i.material-icons.mi-extension,.main-menu .link-levelone:not(#subtab-AdminParentModulesSf) .main-header #header-search-container i.mi-extension.input-group::before,.main-header #header-search-container .main-menu .link-levelone:not(#subtab-AdminParentModulesSf) i.mi-extension.input-group::before,.main-menu .link-leveltwo:not(#subtab-AdminParentModulesSf) .main-header #header-search-container i.mi-extension.input-group::before,.main-header #header-search-container .main-menu .link-leveltwo:not(#subtab-AdminParentModulesSf) i.mi-extension.input-group::before {
    color: #6c868e
}

.main-menu .link-levelone>.link,.main-menu .link-leveltwo>.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: auto;
    height: initial;
    padding: 0.5rem 0.3125rem 0.5rem 0.938rem;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #bebebe;
    text-decoration: none;
    text-overflow: initial;
    word-break: break-word;
    white-space: normal;
    white-space: initial
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone>.link,.main-menu .link-leveltwo>.link {
        font-size:1rem
    }
}

.main-menu .link-levelone>.link span,.main-menu .link-leveltwo>.link span {
    padding-left: 0.625rem
}

.main-menu .link-levelone>.link .sub-tabs-arrow,.main-menu .link-leveltwo>.link .sub-tabs-arrow {
    margin-left: auto;
    line-height: inherit;
    color: #6c868e;
    vertical-align: middle;
    visibility: hidden
}

.main-menu .link-levelone.ul-open>.link,.main-menu .ul-open.link-leveltwo>.link,.main-menu .link-levelone.link-active>.link,.main-menu .link-active.link-leveltwo>.link,.main-menu .link-levelone.link-hover>.link,.main-menu .link-hover.link-leveltwo>.link {
    color: #fff;
    background: #202226;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone.ul-open>.link,.main-menu .ul-open.link-leveltwo>.link,.main-menu .link-levelone.link-active>.link,.main-menu .link-active.link-leveltwo>.link,.main-menu .link-levelone.link-hover>.link,.main-menu .link-hover.link-leveltwo>.link {
        background:#363a41
    }
}

.main-menu .link-levelone.ul-open.has_submenu .link .sub-tabs-arrow,.main-menu .ul-open.has_submenu.link-leveltwo .link .sub-tabs-arrow,.main-menu .link-levelone.link-active.has_submenu .link .sub-tabs-arrow,.main-menu .link-active.has_submenu.link-leveltwo .link .sub-tabs-arrow,.main-menu .link-levelone.link-hover.has_submenu .link .sub-tabs-arrow,.main-menu .link-hover.has_submenu.link-leveltwo .link .sub-tabs-arrow {
    visibility: visible
}

.main-menu .link-levelone>.submenu,.main-menu .link-leveltwo>.submenu {
    display: none;
    padding-left: 2.8rem;
    white-space: nowrap;
    list-style: none;
    background: #202226
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone>.submenu>li a.link,.main-menu .link-leveltwo>.submenu>li a.link {
        padding-top:0.5rem;
        padding-bottom: 0.5rem
    }
}

.main-menu .link-levelone>.submenu>li:first-of-type,.main-menu .link-leveltwo>.submenu>li:first-of-type {
    padding-top: 0.625rem
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone>.submenu>li:first-of-type,.main-menu .link-leveltwo>.submenu>li:first-of-type {
        padding-top:0
    }
}

.main-menu .link-levelone>.submenu>li:last-of-type,.main-menu .link-leveltwo>.submenu>li:last-of-type {
    padding-bottom: 0.75rem
}

@media (max-width: 1023.98px) {
    .main-menu .link-levelone>.submenu>li:last-of-type,.main-menu .link-leveltwo>.submenu>li:last-of-type {
        padding-bottom:0
    }

    .main-menu .link-levelone>.submenu>li:last-of-type a.link,.main-menu .link-leveltwo>.submenu>li:last-of-type a.link {
        padding-bottom: 1.5rem
    }
}

.main-menu .link-levelone.ul-open .link,.main-menu .ul-open.link-leveltwo .link,.main-menu .link-levelone.link-active .link,.main-menu .link-active.link-leveltwo .link {
    background: #202226
}

.main-menu .link-levelone.open>.submenu,.main-menu .open.link-leveltwo>.submenu {
    display: block
}

.main-menu .link-leveltwo.link-active>.link {
    padding-left: 0;
    color: #fff;
    border-left: none
}

.main-menu .link-leveltwo>.link {
    height: auto;
    height: initial;
    padding: 0.3125rem 0.3rem 0.3125rem 0;
    line-height: 0.9rem
}

@media (max-width: 1023.98px) {
    .main-menu .link-leveltwo>.link {
        padding-top:1.4rem;
        padding-bottom: 1.4rem;
        line-height: 1.6rem
    }
}

.main-menu .link-leveltwo>.link:hover {
    color: #fff
}

.category-title {
    display: block;
    padding: 0.875rem 0 0.75rem;
    margin: 1.813rem 0 0 0.938rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-top: 1px solid #bbcdd2
}

@media (max-width: 1023.98px) {
    .category-title {
        margin:0.75rem 0 0 0.5rem;
        font-size: 1rem;
        font-weight: 500;
        border-top: none
    }
}

.category-title>.title {
    color: #fff;
    background: #363a41
}

.sidebar-closed .category-title>.title {
    display: none
}

.menu-collapse {
    display: block;
    height: 0.813rem;
    padding: 0.688rem 0.938rem 2.188rem 0;
    font-size: 2rem;
    line-height: 0.813rem;
    color: #bebebe;
    text-align: right;
    cursor: pointer
}

@media (max-width: 1023.98px) {
    .menu-collapse {
        display:none;
        padding-bottom: 1rem
    }
}

.menu-collapse .material-icons,.menu-collapse .main-header #header-search-container .input-group::before,.main-header #header-search-container .menu-collapse .input-group::before,.menu-collapse .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .menu-collapse button::before {
    color: #bebebe
}

.menu-collapse .material-icons:last-child,.menu-collapse .main-header #header-search-container .input-group:last-child::before,.main-header #header-search-container .menu-collapse .input-group:last-child::before,.menu-collapse .ps-tree-items .tree-name button:last-child::before,.ps-tree-items .tree-name .menu-collapse button:last-child::before {
    margin-left: -1.313rem
}

.page-sidebar-closed:not(.mobile) .menu-collapse {
    padding-right: 0.8rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-sidebar-closed:not(.mobile) .nav-bar {
    width: 3.125rem;
    overflow: visible !important
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu {
    overflow: hidden
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .category-title>.title,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone span,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo span {
    display: none
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .sub-tabs-arrow {
    display: none
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .category-title {
    padding-bottom: 0;
    margin-top: 0.8rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link {
    line-height: normal;
    line-height: initial
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone:first-of-type,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo:first-of-type {
    margin-bottom: 0
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.link-hover>.link,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-hover.link-leveltwo>.link,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.submenu-hover>.link,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .submenu-hover.link-leveltwo>.link {
    width: 250px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.link-hover>.link>span,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-hover.link-leveltwo>.link>span,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.submenu-hover>.link>span,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .submenu-hover.link-leveltwo>.link>span {
    display: inline-block;
    padding-left: 1.563rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.link-hover ul.submenu,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-hover.link-leveltwo ul.submenu,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.submenu-hover ul.submenu,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .submenu-hover.link-leveltwo ul.submenu {
    position: absolute;
    top: 34px;
    left: 50px;
    display: block;
    width: 200px;
    padding-left: 5px
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo:first-of-type,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo:first-of-type {
    padding-top: 0;
    margin-top: 0.2rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo:last-of-type,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo:last-of-type {
    padding-bottom: 0;
    margin-bottom: 1rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo .link,.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo .link {
    padding-left: 1.5rem
}

@media (max-height: 870px) {
    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu,.page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu {
        top:0 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 35px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu li,.page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu li {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu li:last-of-type,.page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu li:last-of-type {
        margin-bottom: 0
    }
}

.mobile-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.mobile-layer.expanded {
    display: block
}

#non-responsive {
    position: fixed;
    top: 3.438rem;
    left: 0.125rem;
    z-index: 501;
    display: none;
    width: 100%;
    height: 100%;
    padding: 4.375rem 2.5rem 0;
    font-size: 1.063rem;
    color: #fff;
    background: #363a41
}

#non-responsive h1 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #fff
}

.header-multishop {
    position: relative;
    z-index: 1000
}

.header-multishop-top-bar {
    position: relative;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0.5625rem 1rem;
    background-color: #ebebeb
}

.header-multishop-allshops .header-multishop-top-bar {
    background-color: #25b9d7
}

.header-multishop-allshops .header-multishop-top-bar .header-multishop-title {
    color: #fff
}

.header-multishop-title {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    text-align: center
}

.header-multishop-right {
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1002;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767.98px) {
    .header-multishop-right a {
        font-size:0
    }

    .header-multishop-right a i {
        margin: 0
    }
}

.header-multishop-dark .header-multishop-title,.header-multishop-dark .header-multishop-center,.header-multishop-dark .header-multishop-view-action {
    color: #383c43
}

.header-multishop-dark .header-multishop-title i,.header-multishop-dark .header-multishop-center i,.header-multishop-dark .header-multishop-view-action i {
    color: #757575
}

.header-multishop-dark .header-multishop-button {
    background: #fff
}

.header-multishop-dark .header-multishop-center svg {
    opacity: 0.8
}

.header-multishop-dark .header-multishop-view-action:hover {
    color: #383c43
}

.header-multishop-view-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 18px;
    color: #fff;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.header-multishop-view-action i {
    margin-top: 0.1rem;
    margin-left: 0.5rem;
    font-size: 1.25rem;
    color: #fff
}

.header-multishop-view-action:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7
}

.header-multishop-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 1rem;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    border: none;
    border-radius: 3px
}

.header-multishop-button i {
    font-size: 1.2rem;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.header-multishop-button:active,.header-multishop-button:focus {
    outline: none
}

.header-multishop-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.header-multishop-center:hover {
    opacity: 0.6
}

.header-multishop-center.active .header-multishop-button i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-multishop-center svg {
    position: absolute;
    right: calc(100% + 0.75rem);
    bottom: -0.5625rem
}

@media (max-width: 767.98px) {
    .header-multishop-center svg {
        display:none
    }
}

.card,.module-item-wrapper-grid,.module-addons-item-grid .module-addons-item-wrapper-grid,.module-placeholders-wrapper .timeline-item-wrapper {
    position: relative;
    display: block;
    margin-bottom: .625rem;
    background-color: #fff;
    border: 1px solid #dbe6e9;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.06)
}

.card-block,.module-item-wrapper-grid,.module-addons-item-grid .module-addons-item-wrapper-grid,.module-placeholders-wrapper .timeline-item-wrapper {
    padding: .625rem
}

.card-title,.module-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-name-grid,.module-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-version-author-grid {
    margin-bottom: .625rem
}

.card-subtitle {
    margin-top: -.3125rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: .625rem
}

.card>.list-group:first-child .list-group-item:first-child,.module-item-wrapper-grid>.list-group:first-child .list-group-item:first-child,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group:first-child .list-group-item:first-child,.module-placeholders-wrapper .timeline-item-wrapper>.list-group:first-child .list-group-item:first-child {
    border-radius: 5px 5px 0 0
}

.card>.list-group:last-child .list-group-item:last-child,.module-item-wrapper-grid>.list-group:last-child .list-group-item:last-child,.module-addons-item-grid .module-addons-item-wrapper-grid>.list-group:last-child .list-group-item:last-child,.module-placeholders-wrapper .timeline-item-wrapper>.list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 5px 5px
}

.card-header {
    padding: .625rem .625rem;
    font-weight: 600;
    line-height: 1.5rem;
    background-color: #fafbfc;
    border-bottom: 1px solid #dbe6e9
}

.card-header .card-header-title {
    font-weight: 600;
    line-height: 1.5rem
}

.card-header:first-child {
    border-radius: 5px 5px 0 0
}

.card-header .material-icons,.card-header .main-header #header-search-container .input-group::before,.main-header #header-search-container .card-header .input-group::before,.card-header .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .card-header button::before {
    margin-right: 5px;
    color: #6c868e;
    vertical-align: text-bottom
}

.card-header h3 {
    margin-bottom: 0
}

.card-header .btn-toolbar .btn {
    padding: 0 0.125rem
}

.card-footer {
    padding: .625rem .9375rem;
    background-color: #fafbfc;
    border-top: 1px solid #dbe6e9
}

.card-footer:last-child {
    border-radius: 0 0 5px 5px
}

.card-primary {
    background-color: #25b9d7;
    border-color: #25b9d7
}

.card-success {
    background-color: #70b580;
    border-color: #70b580
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-danger {
    background-color: #f54c3e;
    border-color: #f54c3e
}

.card-primary-outline {
    background-color: transparent;
    border-color: #7cd5e7
}

.card-secondary-outline {
    background-color: transparent;
    border-color: #000
}

.card-info-outline {
    background-color: transparent;
    border-color: #5bc0de
}

.card-success-outline {
    background-color: transparent;
    border-color: #70b580
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-danger-outline {
    background-color: transparent;
    border-color: #f54c3e
}

.card-inverse .card-header,.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

.card-inverse .card-header,.card-inverse .card-footer,.card-inverse .card-title,.card-inverse .module-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-item-wrapper-grid .module-item-heading-grid .card-inverse .module-name-grid,.card-inverse .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .card-inverse .module-name-grid,.card-inverse .module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-name-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .card-inverse .module-name-grid,.card-inverse .module-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-item-wrapper-grid .module-item-heading-grid .card-inverse .module-version-author-grid,.card-inverse .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .card-inverse .module-version-author-grid,.card-inverse .module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-version-author-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .card-inverse .module-version-author-grid,.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-link,.card-inverse .card-text,.card-inverse .card-blockquote>footer {
    color: rgba(255,255,255,0.65)
}

.card-inverse .card-link:focus,.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-radius: 5px 5px 0 0
}

.card-img-bottom {
    border-radius: 0 0 5px 5px
}

@media (min-width: 544px) {
    .card-deck {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.625rem;
        margin-left: -0.625rem
    }

    .card-deck .card,.card-deck .module-item-wrapper-grid,.card-deck .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-deck .module-addons-item-wrapper-grid,.card-deck .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-deck .timeline-item-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-right: 0.625rem;
        margin-left: 0.625rem
    }
}

@media (min-width: 544px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card,.card-group .module-item-wrapper-grid,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid,.card-group .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-group .timeline-item-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .card-group .card+.card,.card-group .module-item-wrapper-grid+.card,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid+.card,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid+.card,.card-group .module-placeholders-wrapper .timeline-item-wrapper+.card,.module-placeholders-wrapper .card-group .timeline-item-wrapper+.card,.card-group .card+.module-item-wrapper-grid,.card-group .module-item-wrapper-grid+.module-item-wrapper-grid,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid+.module-item-wrapper-grid,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid+.module-item-wrapper-grid,.card-group .module-placeholders-wrapper .timeline-item-wrapper+.module-item-wrapper-grid,.module-placeholders-wrapper .card-group .timeline-item-wrapper+.module-item-wrapper-grid,.card-group .module-addons-item-grid .card+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group .card+.module-addons-item-wrapper-grid,.card-group .module-addons-item-grid .module-item-wrapper-grid+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group .module-item-wrapper-grid+.module-addons-item-wrapper-grid,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid+.module-addons-item-wrapper-grid,.card-group .module-placeholders-wrapper .module-addons-item-grid .timeline-item-wrapper+.module-addons-item-wrapper-grid,.module-addons-item-grid .card-group .module-placeholders-wrapper .timeline-item-wrapper+.module-addons-item-wrapper-grid,.module-placeholders-wrapper .card-group .module-addons-item-grid .timeline-item-wrapper+.module-addons-item-wrapper-grid,.module-addons-item-grid .module-placeholders-wrapper .card-group .timeline-item-wrapper+.module-addons-item-wrapper-grid,.card-group .module-placeholders-wrapper .card+.timeline-item-wrapper,.module-placeholders-wrapper .card-group .card+.timeline-item-wrapper,.card-group .module-placeholders-wrapper .module-item-wrapper-grid+.timeline-item-wrapper,.module-placeholders-wrapper .card-group .module-item-wrapper-grid+.timeline-item-wrapper,.card-group .module-addons-item-grid .module-placeholders-wrapper .module-addons-item-wrapper-grid+.timeline-item-wrapper,.module-placeholders-wrapper .card-group .module-addons-item-grid .module-addons-item-wrapper-grid+.timeline-item-wrapper,.module-addons-item-grid .card-group .module-placeholders-wrapper .module-addons-item-wrapper-grid+.timeline-item-wrapper,.module-placeholders-wrapper .module-addons-item-grid .card-group .module-addons-item-wrapper-grid+.timeline-item-wrapper,.card-group .module-placeholders-wrapper .timeline-item-wrapper+.timeline-item-wrapper,.module-placeholders-wrapper .card-group .timeline-item-wrapper+.timeline-item-wrapper {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child,.card-group .module-item-wrapper-grid:first-child,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:first-child,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:first-child,.card-group .module-placeholders-wrapper .timeline-item-wrapper:first-child,.module-placeholders-wrapper .card-group .timeline-item-wrapper:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top,.card-group .module-item-wrapper-grid:first-child .card-img-top,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:first-child .card-img-top,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:first-child .card-img-top,.card-group .module-placeholders-wrapper .timeline-item-wrapper:first-child .card-img-top,.module-placeholders-wrapper .card-group .timeline-item-wrapper:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom,.card-group .module-item-wrapper-grid:first-child .card-img-bottom,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:first-child .card-img-bottom,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:first-child .card-img-bottom,.card-group .module-placeholders-wrapper .timeline-item-wrapper:first-child .card-img-bottom,.module-placeholders-wrapper .card-group .timeline-item-wrapper:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child,.card-group .module-item-wrapper-grid:last-child,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:last-child,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:last-child,.card-group .module-placeholders-wrapper .timeline-item-wrapper:last-child,.module-placeholders-wrapper .card-group .timeline-item-wrapper:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top,.card-group .module-item-wrapper-grid:last-child .card-img-top,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:last-child .card-img-top,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:last-child .card-img-top,.card-group .module-placeholders-wrapper .timeline-item-wrapper:last-child .card-img-top,.module-placeholders-wrapper .card-group .timeline-item-wrapper:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom,.card-group .module-item-wrapper-grid:last-child .card-img-bottom,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:last-child .card-img-bottom,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:last-child .card-img-bottom,.card-group .module-placeholders-wrapper .timeline-item-wrapper:last-child .card-img-bottom,.module-placeholders-wrapper .card-group .timeline-item-wrapper:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child),.card-group .module-item-wrapper-grid:not(:first-child):not(:last-child),.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:not(:first-child):not(:last-child),.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:not(:first-child):not(:last-child),.card-group .module-placeholders-wrapper .timeline-item-wrapper:not(:first-child):not(:last-child),.module-placeholders-wrapper .card-group .timeline-item-wrapper:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,.card-group .module-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-top,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-top,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-top,.card-group .module-placeholders-wrapper .timeline-item-wrapper:not(:first-child):not(:last-child) .card-img-top,.module-placeholders-wrapper .card-group .timeline-item-wrapper:not(:first-child):not(:last-child) .card-img-top,.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .module-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-bottom,.card-group .module-addons-item-grid .module-addons-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-bottom,.module-addons-item-grid .card-group .module-addons-item-wrapper-grid:not(:first-child):not(:last-child) .card-img-bottom,.card-group .module-placeholders-wrapper .timeline-item-wrapper:not(:first-child):not(:last-child) .card-img-bottom,.module-placeholders-wrapper .card-group .timeline-item-wrapper:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        grid-column-gap: 1.25rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card,.card-columns .module-item-wrapper-grid,.card-columns .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .card-columns .module-addons-item-wrapper-grid,.card-columns .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .card-columns .timeline-item-wrapper {
        display: inline-block;
        width: 100%
    }
}

.kpi-container {
    position: relative;
    display: block;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 5px
}

@media (max-width: 767.98px) {
    .kpi-container {
        background:none
    }

    .kpi-container:not(.box-stats) {
        padding: 0
    }

    .kpi-container.box-stats {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 13rem;
        padding: 1rem;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
        border-radius: 5px
    }

    .kpi-container .kpi-content {
        padding-left: 35px
    }

    .kpi-container .kpi-content .title {
        font-size: 0.875rem
    }

    .kpi-container .kpi-content .kpi-description .value {
        font-size: 0.875rem
    }

    .kpi-container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding: 1.1rem 0.6rem;
        padding-top: 0.5rem;
        margin: 0 -1rem !important;
        overflow: scroll
    }

    .kpi-container>.row>div {
        margin: 0 0.5rem
    }

    .kpi-container>.row>div:last-child .box-stats {
        margin-right: 1rem
    }

    .kpi-container>.row>div i {
        font-size: 1.5rem
    }
}

.kpi-container:hover {
    text-decoration: none
}

.kpi-refresh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 767.98px) {
    .kpi-refresh button {
        display:none
    }
}

.kpi-content {
    position: relative;
    padding-left: 40px;
    text-align: left
}

.kpi-content>.material-icons,.main-header #header-search-container .kpi-content>.input-group::before,.ps-tree-items .tree-name .kpi-content>button::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.25rem;
    color: #25b9d7
}

.kpi-content.-color2 .value,.kpi-content.-color2>.material-icons,.main-header #header-search-container .kpi-content.-color2>.input-group::before,.ps-tree-items .tree-name .kpi-content.-color2>button::before {
    color: #f54c3e
}

.kpi-content.-color3 .value,.kpi-content.-color3>.material-icons,.main-header #header-search-container .kpi-content.-color3>.input-group::before,.ps-tree-items .tree-name .kpi-content.-color3>button::before {
    color: #70b580
}

.kpi-content .title,.kpi-content .subtitle,.kpi-content .value {
    padding-left: 0.125rem;
    font-size: 0.75rem;
    color: #363a41
}

.kpi-content .title {
    display: inline-block
}

.kpi-content .subtitle {
    display: block;
    color: #6c868e;
    text-transform: uppercase
}

.kpi-content .value {
    display: block;
    font-size: 1.25rem;
    color: #25b9d7
}

.orders-kpi .kpi-content .kpi-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.orders-kpi .kpi-content .kpi-description .value {
    padding-right: 10px;
    color: #363a41
}

.container-fluid>.kpi-container,.container-sm>.kpi-container,.container-md>.kpi-container,.container-lg>.kpi-container,.container-xl>.kpi-container {
    padding-right: 1rem;
    padding-left: 1rem
}

@media (max-width: 767.98px) {
    .card-kpis {
        background-color:inherit;
        border: none;
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }
}

ul.category-tree {
    padding: 0
}

ul.category-tree .less,ul.category-tree .more {
    position: relative;
    background: none
}

ul.category-tree .less>.checkbox,ul.category-tree .less>.radio,ul.category-tree .more>.checkbox,ul.category-tree .more>.radio {
    cursor: pointer
}

ul.category-tree .less>.checkbox::before,ul.category-tree .less>.radio::before,ul.category-tree .more>.checkbox::before,ul.category-tree .more>.radio::before {
    position: absolute;
    top: -0.25rem;
    left: -0.1rem;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #6c868e;
    cursor: pointer
}

ul.category-tree .less>.checkbox::before,ul.category-tree .less>.radio::before {
    content: "\E313"
}

ul.category-tree .more>.checkbox::before,ul.category-tree .more>.radio::before {
    content: "\E5CC"
}

ul.category-tree .category-label {
    position: relative;
    display: block;
    padding-right: 1.563rem
}

ul.category-tree .category-label .category {
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    cursor: pointer
}

ul.category-tree ul {
    padding-left: 1.563rem
}

ul.category-tree li {
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 12px 12px
}

ul.category-tree li .checkbox,ul.category-tree li .radio {
    padding-top: 0;
    padding-left: 20px
}

#tree-categories {
    padding: 0.625rem
}

#tree-categories .categories-tree-actions {
    margin-bottom: 0.625rem;
    white-space: nowrap;
    border-bottom: 0.063rem solid #bbcdd2
}

#tree-categories .categories-tree-actions>a {
    display: inline-block;
    margin-bottom: 0.625rem;
    color: #6c868e
}

#tree-categories .categories-tree-actions>a+a {
    margin-left: 0.9375rem
}

#tree-categories .categories-tree-actions>a:hover,#tree-categories .breadcrumb li.categories-tree-actions>a:hover {
    text-decoration: none
}

#tree-categories .categories-tree-actions>a i.material-icons,#tree-categories .categories-tree-actions>a .main-header #header-search-container i.input-group::before,.main-header #header-search-container #tree-categories .categories-tree-actions>a i.input-group::before {
    font-size: 1.25rem;
    vertical-align: bottom
}

#tree-categories label.form-control-label {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    color: #6c868e
}

#tree-categories #choice_tree .category-tree {
    margin-bottom: 0
}

.dropzone .dz-preview .dz-progress {
    height: 10px;
    background: none;
    background-color: #363a41
}

.dropzone .dz-preview .dz-progress>.dz-upload {
    background: none;
    background-color: #25b9d7
}

.module-item-wrapper-grid,.module-addons-item-grid .module-addons-item-wrapper-grid,.module-placeholders-wrapper .timeline-item-wrapper {
    min-height: 415px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1)
}

.module-item-wrapper-grid .module-item-heading-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid {
    position: relative;
    text-align: center
}

.module-item-wrapper-grid .module-item-heading-grid .module-logo-thumb-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-logo-thumb-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-logo-thumb-grid {
    width: 100%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0
}

.module-item-wrapper-grid .module-item-heading-grid .module-logo-thumb-grid>img,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-logo-thumb-grid>img,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-logo-thumb-grid>img {
    max-width: 45px;
    max-height: 45px
}

.module-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-name-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-name-grid {
    position: relative;
    min-height: 40px;
    margin: 1rem 0 0.5rem;
    font-weight: bolder;
    text-align: center
}

.module-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-version-author-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-version-author-grid {
    overflow: hidden;
    font-weight: lighter;
    color: #6c868e;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-item-wrapper-grid .module-item-heading-grid .module-version-author-grid b,.module-addons-item-grid .module-addons-item-wrapper-grid .module-item-heading-grid .module-version-author-grid b,.module-placeholders-wrapper .timeline-item-wrapper .module-item-heading-grid .module-version-author-grid b {
    font-weight: lighter
}

.module-item-wrapper-grid .module-container,.module-addons-item-grid .module-addons-item-wrapper-grid .module-container,.module-placeholders-wrapper .timeline-item-wrapper .module-container {
    text-align: center
}

.module-item-wrapper-grid .module-star-ranking-grid-0,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-0,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-0 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-0::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-0::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-0::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-0::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-0::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-0::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-05,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-05,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-05 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-05::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-05::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-05::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-05::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-05::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-05::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-1,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-1,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-1 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-1::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-1::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-1::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-1::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-1::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-1::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-15,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-15,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-15 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-15::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-15::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-15::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-15::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-15::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-15::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-2,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-2,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-2 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-2::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-2::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-2::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-2::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-2::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-2::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-25,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-25,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-25 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-25::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-25::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-25::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-25::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-25::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-25::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-3,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-3,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-3 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-3::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-3::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-3::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-3::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-3::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-3::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-35,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-35,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-35 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-35::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-35::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-35::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-35::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-35::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-35::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-4,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-4,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-4 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-4::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-4::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-4::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-4::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-4::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-4::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-45,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-45,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-45 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-45::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-45::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-45::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-45::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-45::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-45::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-star-ranking-grid-5,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-5,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-5 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    display: inline-block;
    color: #6c868e;
    text-align: right
}

.module-item-wrapper-grid .module-star-ranking-grid-5::before,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-5::before,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-5::before {
    position: absolute;
    top: 0;
    left: -70px;
    float: left;
    margin-right: 0.5em;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #bbcdd2;
    content: "\E838\E838\E838\E838\E838"
}

.module-item-wrapper-grid .module-star-ranking-grid-5::after,.module-addons-item-grid .module-addons-item-wrapper-grid .module-star-ranking-grid-5::after,.module-placeholders-wrapper .timeline-item-wrapper .module-star-ranking-grid-5::after {
    position: absolute;
    top: 0;
    left: -70px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffd100;
    content: ""
}

.module-item-wrapper-grid .module-quick-action-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid {
    display: inline;
    color: #363a41
}

.module-item-wrapper-grid .module-quick-action-grid .module-actions,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .module-actions,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .module-actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%
}

.module-item-wrapper-grid .module-quick-action-grid .light-button,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .light-button,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .light-button {
    float: none;
    width: 92%;
    height: 32px;
    padding: 0.5rem;
    margin: 0 auto;
    font-size: 0.625rem
}

.module-item-wrapper-grid .module-quick-action-grid .onclick,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .onclick,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .onclick {
    margin-bottom: -7px
}

.module-item-wrapper-grid .module-quick-description-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-description-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-description-grid {
    min-height: 100px;
    margin: 15px 0;
    text-align: center
}

.module-item-wrapper-grid .module-quick-description-grid .module-read-more-grid,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-description-grid .module-read-more-grid,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-description-grid .module-read-more-grid {
    display: inline-block
}

.module-item-wrapper-grid .module-quick-description-grid .module-read-more-grid .module-read-more-grid-btn,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-description-grid .module-read-more-grid .module-read-more-grid-btn,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-description-grid .module-read-more-grid .module-read-more-grid-btn {
    font-weight: 700
}

.module-addons-item-grid {
    display: none;
    height: 258px;
    margin-bottom: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.module-addons-item-grid .module-addons-item-wrapper-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.module-addons-item-grid .module-addons-item-wrapper-grid .module-icon-addons-exit-grid {
    display: block;
    padding-bottom: 20px
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.module-placeholders-wrapper {
    margin-top: 76px
}

.module-placeholders-wrapper .timeline-item-wrapper {
    height: 250px
}

.module-placeholders-wrapper .timeline-item-wrapper .animated-background {
    position: relative;
    height: 96px;
    background: #f6f7f8;
    background: #eee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.module-placeholders-wrapper .timeline-item-wrapper .animated-background .background-masker {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.outlined .background-masker {
    border: 1px solid #ddd
}

.outlined:hover .background-masker {
    border: none
}

.outlined:hover .background-masker:hover {
    z-index: 1;
    border: 1px solid #ccc
}

.background-masker.header-top,.background-masker.header-bottom,.background-masker.subheader-bottom {
    top: 0;
    right: 0;
    left: 40px;
    height: 10px
}

.background-masker.header-left,.background-masker.subheader-left,.background-masker.header-right,.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    width: 10px;
    height: 8px
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px
}

.background-masker.subheader-left,.background-masker.subheader-right {
    top: 24px;
    height: 6px
}

.background-masker.header-right,.background-masker.subheader-right {
    right: 0;
    left: 300px;
    width: auto
}

.background-masker.subheader-right {
    left: 230px
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px
}

.background-masker.content-top,.background-masker.content-second-line,.background-masker.content-third-line,.background-masker.content-second-end,.background-masker.content-third-end,.background-masker.content-first-end {
    top: 40px;
    right: 0;
    left: 0;
    height: 6px
}

.background-masker.content-top {
    height: 20px
}

.background-masker.content-first-end,.background-masker.content-second-end,.background-masker.content-third-end {
    top: 60px;
    right: 0;
    left: 380px;
    width: auto;
    height: 8px
}

.background-masker.content-second-line {
    top: 68px
}

.background-masker.content-second-end {
    top: 74px;
    left: 420px
}

.background-masker.content-third-line {
    top: 82px
}

.background-masker.content-third-end {
    top: 88px;
    left: 300px
}

.modal-read-more .modal-dialog {
    max-width: none
}

.module-modal-footer {
    display: block
}

.notification-center>.notification {
    padding: 9px 5px;
    color: #6c868e;
    background: transparent;
    border: none
}

.notification-center>.notification>.material-icons,.main-header #header-search-container .notification-center>.notification>.input-group::before,.ps-tree-items .tree-name .notification-center>.notification>button::before {
    font-size: 1.375rem;
    line-height: 1.375rem;
    vertical-align: middle
}

.notification-center>.notification>.count {
    position: absolute;
    top: 0.25rem;
    right: 0;
    display: inline-block;
    padding: 0 0.1875rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #fff;
    background: #f1b746;
    border: 0.125rem solid #fff;
    border-radius: 1rem
}

@media (max-width: 767.98px) {
    .notification-center>.notification>.count {
        top:0.7rem;
        right: 0.2rem
    }
}

.notification-center>.notification>.count.hide {
    display: none
}

.notification-center>.notification::after {
    display: none
}

.notification-center .dropdown-menu {
    min-width: 25rem;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.notification-center .notifications {
    top: 42px;
    right: 5px !important;
    min-width: 25rem;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1)
}

.notification-center .notifications::before,.notification-center .notifications::after {
    position: absolute;
    right: 9px;
    bottom: 100%;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent
}

.notification-center .notifications::after {
    margin-right: 1px;
    border-color: transparent;
    border-width: 7px;
    border-bottom-color: #fff
}

.notification-center .notifications::before {
    margin-left: -8px;
    border-color: transparent;
    border-width: 8px;
    border-bottom-color: #bbcdd2
}

.notification-center .notifications .nav .nav-item {
    width: 33%;
    margin-left: 0;
    text-align: center
}

.notification-center .notifications .nav .nav-link {
    padding: 0.9375rem 0.9375rem 0.625rem;
    font-weight: 400;
    color: #6c868e
}

.notification-center .notifications .nav .nav-link.active {
    color: #363a41;
    border-top: 0;
    border-bottom: 2px solid #25b9d7
}

.notification-center .notifications .nav .nav-link:hover {
    color: #25b9d7
}

.notification-center .notifications .tab-content {
    padding: 0;
    margin-top: -0.0625rem;
    border-top: 0.125rem solid #bbcdd2
}

.notification-center .notifications .tab-content>.tab-pane {
    height: 11.88rem;
    overflow-y: auto
}

.notification-center .notifications .tab-content>.tab-pane .no-notification {
    display: none
}

.notification-center .notifications .tab-content>.tab-pane.empty {
    color: #6c868e;
    text-align: center
}

.notification-center .notifications .tab-content>.tab-pane.empty::after {
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 5.625rem;
    color: #bbcdd2;
    content: "\E7F5";
    opacity: 0.7
}

@media (max-width: 767.98px) {
    .notification-center .notifications .tab-content>.tab-pane.empty::after {
        display:block;
        margin-top: 1rem;
        font-size: 1.625rem;
        color: #363a41;
        opacity: 1
    }
}

.notification-center .notifications .tab-content>.tab-pane.empty>.no-notification {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%
}

.mobile .notification-center .notifications .tab-content>.tab-pane.empty>.no-notification {
    bottom: 3.125rem
}

@media (max-width: 767.98px) {
    .notification-center .notifications .tab-content>.tab-pane.empty {
        color:#363a41
    }
}

.notification-center .notifications .tab-content .notif {
    display: block;
    padding: 0.625rem 0.9375rem;
    color: #6c868e
}

.notification-center .notifications .tab-content .notif .material-icons,.notification-center .notifications .tab-content .notif .main-header #header-search-container .input-group::before,.main-header #header-search-container .notification-center .notifications .tab-content .notif .input-group::before,.notification-center .notifications .tab-content .notif .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .notification-center .notifications .tab-content .notif button::before {
    vertical-align: top
}

.notification-center .notifications .tab-content .notif .message-notification-status.open {
    color: #70b580
}

.notification-center .notifications .tab-content .notif .message-notification-status.closed {
    color: #f54c3e
}

.notification-center .notifications .tab-content .notif .message-notification-status.pending1,.notification-center .notifications .tab-content .notif .message-notification-status.pending2 {
    color: #6c868e
}

.notification-center .notifications .tab-content .notif strong {
    color: #363a41
}

.notification-center .notifications .tab-content .notif:hover {
    color: #25b9d7;
    text-decoration: none;
    background-color: #fff
}

.notification-center .notifications .tab-content .notif:hover strong {
    color: #25b9d7
}

.mobile .notification-center .nav-link::before {
    display: none;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #363a41
}

.mobile .notification-center #orders-tab::before {
    content: "\E8CB"
}

.mobile .notification-center #customers-tab::before {
    content: "\E7FE"
}

.mobile .notification-center #messages-tab::before {
    content: "\E0BE"
}

.mobile .notification-center .no-notification {
    top: 7.75rem
}

.mobile .notification-center.show .dropdown-toggle {
    color: #25b9d7
}

.bootstrap-datetimepicker-widget .prev span::before,.bootstrap-datetimepicker-widget .next span::before,.bootstrap-datetimepicker-widget .up::before,.bootstrap-datetimepicker-widget .down::before,.bootstrap-datetimepicker-widget .date::before,.bootstrap-datetimepicker-widget .time::before {
    font-family: "Material Icons", Arial, Helvetica, sans-serif
}

.bootstrap-datetimepicker-widget .prev span::before {
    content: "\E314"
}

.bootstrap-datetimepicker-widget .next span::before {
    content: "\E315"
}

.bootstrap-datetimepicker-widget .up::before {
    content: "\E316"
}

.bootstrap-datetimepicker-widget .down::before {
    content: "\E313"
}

.bootstrap-datetimepicker-widget .date::before {
    content: "\E916"
}

.bootstrap-datetimepicker-widget .time::before {
    content: "\E192"
}

.colorpicker {
    padding: 0;
    border: none
}

.colorpicker::before,.colorpicker::after {
    border: none
}

.hint-box .alert {
    padding-right: 1rem;
    background-color: #dcf4f9;
    border: none;
    border-left: 0.125rem solid #4ac7e0
}

.ps-dropdown {
    width: 100%;
    padding: 0.188em 0;
    font-size: 1em;
    line-height: 2.286em;
    cursor: pointer;
    background: #fff
}

.ps-dropdown.bordered {
    border: #bbcdd2 1px solid
}

.ps-dropdown .dropdown-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0.5em
}

.ps-dropdown .arrow-down {
    position: relative;
    font-size: 1.8em;
    line-height: 2rem;
    color: #6c868e;
    cursor: pointer
}

.ps-dropdown>.ps-dropdown-menu {
    z-index: 1;
    width: 100%;
    min-width: 300px;
    padding: 0;
    margin-top: 1px
}

.ps-dropdown>.ps-dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.ps-dropdown>.ps-dropdown-menu .dropdown-item:first-child,.ps-dropdown>.ps-dropdown-menu .dropdown-item:last-child {
    border-radius: 0
}

.ps-dropdown>.ps-dropdown-menu .items-list {
    padding: 0;
    margin: 0;
    line-height: 0.75rem;
    list-style-type: none
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item {
    padding: 10px
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item.selected {
    color: #bbcdd2
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item.selected span {
    color: #bbcdd2
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item span {
    padding: 0.25rem;
    font-size: 0.75rem;
    color: #aeaeae
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item:hover {
    color: #fff;
    background-color: #25b9d7
}

.ps-dropdown>.ps-dropdown-menu .items-list .dropdown-item:hover span {
    color: #fff
}

.ps-number {
    position: relative;
    display: inline-block
}

.ps-number input::-webkit-outer-spin-button,.ps-number input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.ps-number input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.ps-number .danger {
    color: #363a41;
    background-color: #fff;
    border: 1px solid #f54c3e
}

.ps-number .danger:focus {
    outline: none
}

.ps-number .ps-number-spinner {
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 17px;
    cursor: pointer
}

.ps-number.hover-buttons .ps-number-spinner {
    display: none;
    opacity: 0
}

.ps-number.hover-buttons:hover .ps-number-spinner {
    display: inline-block;
    opacity: 1
}

.ps-number .ps-number-up::before {
    position: relative;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #363a41;
    content: "\E5C7"
}

.ps-number .ps-number-down::before {
    position: relative;
    bottom: 6px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #363a41;
    content: "\E5C5"
}

.ps-radio [type="radio"] {
    position: absolute;
    left: -9999px
}

.ps-radio [type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    line-height: 20px;
    color: #363a41;
    cursor: pointer
}

.ps-radio [type="radio"]+label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: #fff;
    border: 2px solid #6c868e;
    border-radius: 100%
}

.ps-radio [type="radio"]+label::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    content: "";
    background: #25b9d7;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.ps-radio [type="radio"]:checked+label::before {
    border: 2px solid #25b9d7
}

.ps-radio [type="radio"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ps-radio [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ps-spinner {
    width: 40px;
    height: 40px;
    margin: 50px auto;
    font-size: 0;
    color: #fff;
    background-color: #fff;
    border: 3px solid #bbcdd2;
    border-left-color: #25b9d7;
    border-radius: 40px;
    outline: none;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.ps-tree ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    cursor: pointer
}

.ps-tree .tree-header {
    border-bottom: #bbcdd2 1px solid
}

.ps-tree .tree-header button {
    height: 1.563rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: #6c868e
}

.ps-tree-items .tree-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-tree-items .tree-name button::before {
    font-size: 1.25rem
}

.ps-tree-items .tree-name button.open::before {
    content: "keyboard_arrow_down"
}

.ps-tree-items .tree-name button.closed::before {
    content: "keyboard_arrow_right"
}

.ps-tree-items .tree {
    padding: 0 0 0 20px
}

.ps-tree-items .tree .tree-item {
    margin: 5px 0;
    list-style-type: none
}

.ps-tree-items .tree-label {
    margin-left: 5px
}

.ps-tree-items .warning {
    color: #f54c3e;
    background: none
}

.ps-tree-items .hidden {
    visibility: hidden
}

.ps-tree-items .disable {
    display: none
}

.locale-input-group .dropdown {
    margin-left: 0.625em
}

.locale-input-group .dropdown button.dropdown-toggle {
    border-color: #bbcdd2
}

.locale-input-group .dropdown .dropdown-menu {
    min-width: auto
}

.locale-input-group .dropdown .dropdown-menu .dropdown-item {
    cursor: pointer
}

.translations.tabbable {
    border-radius: 4px
}

.choice-table,.choice-table-headers-fixed table tbody {
    max-height: 300px;
    overflow-y: auto
}

.choice-table-headers-fixed table tbody {
    display: block
}

.choice-table-headers-fixed table thead,.choice-table-headers-fixed table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed
}

/*!
 * 2007-2020 PrestaShop and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2020 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *
 */
.form-horizontal .card-block,.form-horizontal .module-item-wrapper-grid,.form-horizontal .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .form-horizontal .module-addons-item-wrapper-grid,.form-horizontal .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .form-horizontal .timeline-item-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem .625rem
}

.form-horizontal .card-block.row,.form-horizontal .row.module-item-wrapper-grid,.form-horizontal .module-addons-item-grid .row.module-addons-item-wrapper-grid,.module-addons-item-grid .form-horizontal .row.module-addons-item-wrapper-grid,.form-horizontal .module-placeholders-wrapper .row.timeline-item-wrapper,.module-placeholders-wrapper .form-horizontal .row.timeline-item-wrapper {
    margin: 0
}

.form-horizontal .form-check-radio {
    padding-top: calc(0.375rem + 1px)
}

.form-horizontal .form-group>.alert {
    margin-top: 0.75rem
}

.form-horizontal .form-group.row {
    margin-bottom: 1.2rem
}

.form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) {
    display: inline
}

.form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) .text-danger {
    margin-right: 0.5rem
}

@media (min-width: 544px) {
    .form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 25px;
        text-align: right
    }
}

@media (max-width: 767.98px) {
    .form-horizontal .form-group.row>.form-control-label:first-of-type:not(.label-on-top) {
        padding-left:0
    }
}

.form-horizontal .form-group.row.type-hidden {
    display: none
}

.form-horizontal .form-group.row .form-control-label.disabled {
    cursor: not-allowed;
    opacity: 0.4
}

.form-horizontal .col-sm.disabled {
    cursor: not-allowed;
    opacity: 0.4
}

@media (min-width: 544px) {
    .form-horizontal .ps-switch:not(.ps-switch-lg) {
        margin-top:5px
    }
}

.form-horizontal .size-small {
    width: 150px
}

.form-horizontal .custom-file input {
    outline: none
}

.invalid-feedback-container {
    padding-top: 8px
}

.modal>form {
    display: inline;
    display: initial
}

.modal>form .modal-dialog {
    top: 45%
}

[class*="form-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

[class*="form-columns-"]>.form-group {
    width: 100%;
    margin: 0.5rem 1rem
}

[class*="form-columns-"].form-columns-2>.form-group {
    max-width: calc(100% / 2 - 2rem)
}

[class*="form-columns-"].form-columns-2>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-2>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-3>.form-group {
    max-width: calc(100% / 3 - 2rem)
}

[class*="form-columns-"].form-columns-3>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-3>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-4>.form-group {
    max-width: calc(100% / 4 - 2rem)
}

[class*="form-columns-"].form-columns-4>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-4>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-5>.form-group {
    max-width: calc(100% / 5 - 2rem)
}

[class*="form-columns-"].form-columns-5>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-5>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-6>.form-group {
    max-width: calc(100% / 6 - 2rem)
}

[class*="form-columns-"].form-columns-6>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-6>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-7>.form-group {
    max-width: calc(100% / 7 - 2rem)
}

[class*="form-columns-"].form-columns-7>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-7>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-8>.form-group {
    max-width: calc(100% / 8 - 2rem)
}

[class*="form-columns-"].form-columns-8>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-8>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-9>.form-group {
    max-width: calc(100% / 9 - 2rem)
}

[class*="form-columns-"].form-columns-9>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-9>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-10>.form-group {
    max-width: calc(100% / 10 - 2rem)
}

[class*="form-columns-"].form-columns-10>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-10>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-11>.form-group {
    max-width: calc(100% / 11 - 2rem)
}

[class*="form-columns-"].form-columns-11>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-11>.form-group {
        max-width:inherit
    }
}

[class*="form-columns-"].form-columns-12>.form-group {
    max-width: calc(100% / 12 - 2rem)
}

[class*="form-columns-"].form-columns-12>.form-group.form-column-breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 0
}

@media (max-width: 767.98px) {
    [class*="form-columns-"].form-columns-12>.form-group {
        max-width:inherit
    }
}

.grid-toggler-icon-valid {
    color: #78d07d;
    cursor: pointer
}

.grid-toggler-icon-not-valid {
    color: #c05c67;
    cursor: pointer
}

table.grid-ordering-column tr {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all
}

table.grid-ordering-column tr.hover {
    background-color: #fafbfc
}

table.grid-ordering-column tr:hover .position-drag-handle {
    visibility: visible
}

table.grid-ordering-column tr.position-row-while-drag {
    color: #fff;
    background: none;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2);
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px)
}

table.grid-ordering-column tr.position-row-while-drag td {
    background-color: #6c868e
}

table.grid-ordering-column tr.position-row-while-drag td:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

table.grid-ordering-column tr.position-row-while-drag td:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

table.grid-ordering-column tr.position-row-while-drag .position-drag-handle,table.grid-ordering-column tr.position-row-while-drag .position-drag-handle:hover,table.grid-ordering-column tr.position-row-while-drag .btn,table.grid-ordering-column tr.position-row-while-drag .btn::after,table.grid-ordering-column tr.position-row-while-drag .btn .material-icons,table.grid-ordering-column tr.position-row-while-drag .btn .main-header #header-search-container .input-group::before,.main-header #header-search-container table.grid-ordering-column tr.position-row-while-drag .btn .input-group::before,table.grid-ordering-column tr.position-row-while-drag .btn .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name table.grid-ordering-column tr.position-row-while-drag .btn button::before {
    color: #fff
}

.js-drag-handle {
    cursor: move
}

.position-drag-handle {
    color: #6c868e;
    visibility: hidden
}

.position-drag-handle:hover {
    color: #25b9d7
}

.adminmailtheme .action-type .text-right .btn.preview-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-group-action a.dropdown-toggle,.btn-group-action button.dropdown-toggle,.btn-group-action .dropdown-toggle {
    color: #6c868e
}

.btn-group-action a.dropdown-toggle::after,.btn-group-action button.dropdown-toggle::after,.btn-group-action .dropdown-toggle::after {
    content: "more_vert"
}

.btn-group-action a.dropdown-toggle:hover,.btn-group-action button.dropdown-toggle:hover,.btn-group-action .dropdown-toggle:hover {
    color: #25b9d7
}

.btn-group-action .btn.tooltip-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

table .thead-default .column-headers th:last-child .grid-actions-header-text {
    float: right
}

table .thead-default .column-headers th:last-child .grid-actions-header-text span {
    padding-right: 14px
}

table .column-filters th .btn {
    white-space: nowrap
}

table .column-filters td:last-child .grid-search-button,table .column-filters td:last-child .grid-reset-button {
    float: right;
    white-space: nowrap
}

.grid table.grid-table thead tr td .min-field,.grid table.grid-table thead tr td .max-field {
    display: inline-block;
    width: 60px
}

.grid table.grid-table thead tr td .md-checkbox:not(:last-child) {
    display: inline-block
}

.grid table.grid-table thead tr td .md-checkbox ~ .form-control,.grid table.grid-table thead tr td .pagination .md-checkbox ~ .jump-to-page,.pagination .grid table.grid-table thead tr td .md-checkbox ~ .jump-to-page,.grid table.grid-table thead tr td .md-checkbox ~ .pstaggerWrapper,.grid table.grid-table thead tr td .md-checkbox ~ .pstaggerAddTagInput,.grid table.grid-table thead tr td .md-checkbox ~ .tags-input {
    display: inline-block;
    width: calc(100% - 32px)
}

.grid table.grid-table tbody tr:hover {
    background: #fafbfc
}

.grid table.grid-table tbody tr.preview-row,.grid table.grid-table tbody tr.empty_row {
    background: inherit
}

.grid table.grid-table tbody tr.preview-open {
    background-color: #e9f8fb
}

.grid table.grid-table tbody tr.dragging-row {
    cursor: move;
    background: #fafbfc
}

.grid table.grid-table tbody tr.dragging-row td {
    color: #fff;
    background: #67868e;
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px)
}

.grid table.grid-table tbody tr.dragging-row td i.grid-toggler-icon-valid,.grid table.grid-table tbody tr.dragging-row td i.grid-toggler-icon-not-valid,.grid table.grid-table tbody tr.dragging-row td i.material-icons,.grid table.grid-table tbody tr.dragging-row td .main-header #header-search-container i.input-group::before,.main-header #header-search-container .grid table.grid-table tbody tr.dragging-row td i.input-group::before,.grid table.grid-table tbody tr.dragging-row td a,.grid table.grid-table tbody tr.dragging-row td a::after {
    color: #fff
}

.grid table.grid-table tbody tr td {
    word-break: break-word
}

.grid table.grid-table tbody tr td.draggable-type .draggable-column {
    color: transparent;
    cursor: move
}

.grid table.grid-table tbody tr:hover .draggable-column {
    color: #15b7d7 !important
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-toggle {
    padding: 0 5px;
    margin-right: 20px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-toggle:hover {
    margin-right: 0
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-toggle:hover::after {
    width: 20px;
    visibility: visible
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-toggle.coloured {
    border: 0
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-toggle::after {
    width: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.grid table.grid-table tbody tr td.choice-type .dropdown.show .dropdown-toggle {
    margin-right: 20px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.grid table.grid-table tbody tr td.choice-type .dropdown.show .dropdown-toggle:hover {
    margin-right: 0
}

.grid table.grid-table tbody tr td.choice-type .dropdown.show .dropdown-toggle::after {
    width: 20px;
    visibility: visible
}

.grid table.grid-table tbody tr td.choice-type .dropdown .dropdown-menu .dropdown-item {
    cursor: pointer
}

.grid table.grid-table tbody tr td.action-type .inline-dropdown-item {
    width: inherit
}

.grid table.grid-table tbody tr td.action-type .inline-dropdown-item:only-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid table.grid-table tbody tr td.action-type .btn-group>.dropdown-item:hover,.grid table.grid-table tbody tr td.action-type .btn-group>.dropdown-item:focus {
    background-color: transparent
}

.grid table.grid-table tbody tr td.order_price-type .badge {
    padding: 5px;
    font-size: 100%;
    font-weight: 600
}

.grid table.grid-table tbody tr td.date_time-type {
    word-break: normal
}

.grid .table-responsive .row {
    margin: 0
}

.grid .preview-toggle i:hover {
    cursor: pointer
}

@media (max-width: 1023.98px) {
    table tr.column-filters input,table tr.column-filters select {
        min-width:6rem
    }
}

.showcase-card,.helper-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 810px;
    margin: auto;
    margin-bottom: 17px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.06)
}

.showcase-card__left,.showcase-card__right,.helper-card__left,.helper-card__right {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: top
}

.showcase-card__team,.showcase-card__customer,.helper-card__team,.helper-card__customer {
    background-image: url(5c7041c0b060b51529618b06b629ec58.png)
}

.showcase-card__attribute,.showcase-card__monitoring,.helper-card__attribute,.helper-card__monitoring {
    background-image: url(21297f5598e307f9171a5704655be9f8.png)
}

.showcase-card__category,.showcase-card__carrier,.helper-card__category,.helper-card__carrier {
    background-image: url(21297f5598e307f9171a5704655be9f8.png)
}

.showcase-card__left,.helper-card__left {
    width: 320px;
    -webkit-animation: showcase-img-appearance 1s;
    animation: showcase-img-appearance 1s
}

@media (max-width: 1023.98px) {
    .showcase-card__left,.helper-card__left {
        display:none
    }
}

.showcase-card__left img,.helper-card__left img {
    width: 100%;
    padding: 40px;
    -webkit-animation: showcase-img-appearance 1.5s;
    animation: showcase-img-appearance 1.5s
}

.showcase-card__left.shape-one,.helper-card__left.shape-one {
    background-repeat: no-repeat;
    background-size: contain
}

.showcase-card__right,.helper-card__right {
    width: 480px;
    padding: 45px 55px 0 20px;
    font-size: 14px
}

@media (max-width: 1023.98px) {
    .showcase-card__right,.helper-card__right {
        padding:3.438rem 1.25rem
    }
}

.showcase-card__right h2,.showcase-card__right .modal-title,.helper-card__right h2,.helper-card__right .modal-title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #363a41
}

.showcase-card__right p,.helper-card__right p {
    margin: 22px 0;
    text-align: left
}

.showcase-card__right>a.btn-outline-secondary,.helper-card__right>a.btn-outline-secondary {
    margin-right: 0.95rem
}

.showcase-card__right button,.helper-card__right button {
    padding: 7px 15px;
    font-weight: 600;
    color: #576c72;
    background-color: #fff;
    border: 1px solid #899ea5;
    outline: 0
}

@media (max-width: 1023.98px) {
    .showcase-card__right,.helper-card__right {
        width:inherit;
        text-align: center
    }
}

.showcase-card__monitoring img,.helper-card__monitoring img {
    padding: 35px 60px 0
}

.showcase-card__close,.helper-card__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.showcase-list-card__header {
    font-size: 20px;
    font-weight: 600;
    color: #363a41;
    opacity: 0.7
}

.showcase-list-card__message {
    max-width: 540px;
    font-size: 14px;
    line-height: 1.43;
    color: #6c868e
}

.material-choice-tree-container {
    padding: 0.625rem;
    border: 1px solid #bbcdd2
}

.material-choice-tree-container .choice-tree-actions {
    margin-bottom: 10px;
    border-bottom: 0.063rem solid #bbcdd2
}

.material-choice-tree-container ul.choice-tree {
    padding: 0;
    margin: 0
}

.material-choice-tree-container ul.choice-tree li {
    list-style: none;
    background: no-repeat 0 3px;
    background-size: 12px 12px
}

.material-choice-tree-container ul.choice-tree li .checkbox,.material-choice-tree-container ul.choice-tree li .radio {
    padding-top: 0;
    padding-left: 20px
}

.material-choice-tree-container ul.choice-tree li .checkbox i.md-checkbox-control::before {
    width: 16px;
    height: 16px;
    margin-top: 3px
}

.material-choice-tree-container ul.choice-tree li .checkbox input[type="checkbox"]:checked+i.md-checkbox-control::after,.material-choice-tree-container ul.choice-tree li .checkbox input[type="checkbox"]:indeterminate+i.md-checkbox-control::after {
    top: 5px;
    left: 3px;
    width: 11px;
    height: 7px
}

.material-choice-tree-container ul.choice-tree li ul {
    padding-left: 1rem
}

.material-choice-tree-container ul.choice-tree .collapsed,.material-choice-tree-container ul.choice-tree .expanded {
    position: relative;
    background: none
}

.material-choice-tree-container ul.choice-tree .collapsed>.checkbox,.material-choice-tree-container ul.choice-tree .collapsed>.radio,.material-choice-tree-container ul.choice-tree .expanded>.checkbox,.material-choice-tree-container ul.choice-tree .expanded>.radio {
    cursor: pointer
}

.material-choice-tree-container ul.choice-tree .collapsed>.checkbox::before,.material-choice-tree-container ul.choice-tree .collapsed>.radio::before,.material-choice-tree-container ul.choice-tree .expanded>.checkbox::before,.material-choice-tree-container ul.choice-tree .expanded>.radio::before {
    position: absolute;
    top: -0.25rem;
    left: -0.1rem;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #6c868e;
    cursor: pointer
}

.material-choice-tree-container ul.choice-tree .expanded>.checkbox::before,.material-choice-tree-container ul.choice-tree .expanded>.radio::before {
    content: "\E313"
}

.material-choice-tree-container ul.choice-tree .collapsed>ul {
    display: none
}

.material-choice-tree-container ul.choice-tree .collapsed>.checkbox::before,.material-choice-tree-container ul.choice-tree .collapsed>.radio::before {
    content: "\E5CC"
}

.dropdown-toggle.dropdown-toggle-dots::after {
    color: #6c868e;
    content: "more_vert"
}

.cursor-pointer {
    cursor: pointer
}

.tokenfield {
    height: auto
}

.tokenfield input.token-input[type="text"] {
    display: inline-block;
    max-width: 100%;
    background-color: transparent;
    border: 0;
    outline: none
}

.tokenfield .token {
    display: inline-block;
    padding: 0.4rem;
    margin: 0.1rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    background-color: #25b9d7
}

.tokenfield .token.invalid {
    background-color: #f0ad4e
}

.tokenfield .token>.token-label {
    white-space: nowrap
}

.tokenfield .token .close,.tokenfield .token .alert.expandable-alert .read-more,.alert.expandable-alert .tokenfield .token .read-more {
    margin: 0 0.4rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #363a41;
    text-decoration: none;
    text-shadow: none
}

.tokenfield .token .close:hover,.tokenfield .token .alert.expandable-alert .read-more:hover,.alert.expandable-alert .tokenfield .token .read-more:hover {
    color: #363a41
}

.tokenfield .token-input {
    width: auto !important
}

#attributes-generator .tokenfield .token-input {
    width: 100% !important
}

.locale-input-group:not(.d-flex) .js-taggable-field {
    width: 80%
}

.form-group [class^="popover-error-container"] .popover {
    max-width: inherit;
    border: inherit;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px #d3d3d3;
    box-shadow: 0 1px 10px #d3d3d3
}

.form-group [class^="popover-error-container"] .popover .popover-body {
    padding: 15px
}

.form-group [class^="popover-error-container"] .popover .popover-error-list ul {
    padding-left: 18px;
    margin-bottom: 0
}

.form-group [class^="popover-error-container"] .popover .popover-error-list li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5
}

.btn {
    white-space: normal
}

.btn.btn-action {
    color: #576c72;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}

.btn.btn-action:disabled,.btn.btn-action.disabled {
    color: #fff;
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.auto-pointer-events {
    pointer-events: auto
}

.font-size-100 {
    font-size: 100%
}

.font-16 {
    font-size: 16px
}

.timeline {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse
}

.timeline::before {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 50%;
    z-index: 0;
    width: 6px;
    margin-left: -4px;
    content: "";
    background-color: #ddd
}

.timeline .timeline-item {
    display: table-row
}

.timeline .timeline-item.alt {
    text-align: right
}

.timeline .timeline-item.alt::before {
    display: none
}

.timeline .timeline-item.alt .timeline-panel {
    margin-right: 42px;
    margin-left: 0
}

.timeline .timeline-item.alt .timeline-caption .timeline-panel .timeline-icon {
    right: -60px;
    left: auto
}

.timeline .timeline-item.alt .timeline-caption .timeline-panel .timeline-date {
    right: -220px;
    left: auto;
    text-align: left
}

.timeline .timeline-item::before,.timeline .timeline-item.alt::after {
    display: block;
    width: 50%;
    content: ""
}

.timeline .timeline-item .timeline-caption {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.timeline .timeline-item .timeline-caption .timeline-panel {
    position: relative;
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 42px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.timeline .timeline-item .timeline-caption .timeline-panel .timeline-icon {
    position: absolute;
    top: -2px;
    left: -62px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #666;
    border: 2px solid #fff;
    border-radius: 40px
}

.timeline .timeline-item .timeline-caption .timeline-panel .timeline-date {
    position: absolute;
    top: 10px;
    left: -270px;
    width: 200px;
    text-align: right
}

.timeline .arrow::after,.timeline .arrow::before {
    position: absolute;
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.timeline .arrow-left::before {
    top: 6px;
    left: 0;
    margin-left: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #d1d4d7
}

.timeline .arrow-right::before {
    top: 6px;
    right: 0;
    margin-right: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #d1d4d7
}

.ps-submittable-input-wrapper {
    position: relative
}

.ps-submittable-input-wrapper .check-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 33px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    background: #bbcdd2;
    border: none;
    outline: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ps-submittable-input-wrapper .check-button .material-icons,.ps-submittable-input-wrapper .check-button .main-header #header-search-container .input-group::before,.main-header #header-search-container .ps-submittable-input-wrapper .check-button .input-group::before,.ps-submittable-input-wrapper .check-button .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .ps-submittable-input-wrapper .check-button button::before,.ps-submittable-input-wrapper .check-button .spinner-border {
    color: #fff
}

.ps-submittable-input-wrapper .check-button:hover {
    cursor: default
}

.ps-submittable-input-wrapper .check-button.active:hover {
    cursor: pointer
}

.ps-submittable-input-wrapper .check-button.active {
    background: #25b9d7
}

.multishop-modal {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 78px);
    pointer-events: all;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.multishop-modal-hidden {
    pointer-events: none;
    opacity: 0
}

.multishop-modal-hidden .multishop-modal-dialog {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

.multishop-modal-dialog {
    width: 100%;
    max-width: 39.375rem;
    max-height: 100%;
    padding: 1.875rem 2.125rem;
    overflow: auto;
    background: #fff;
    border: 1px solid #b7ced3;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

@media (max-width: 767.98px) {
    .multishop-modal-dialog {
        padding:1.875rem 1.5rem
    }
}

.multishop-modal-dialog ul,.multishop-modal-dialog li {
    padding: 0;
    margin-left: 0;
    list-style-type: none
}

.multishop-modal-search {
    min-height: auto;
    padding: 0.3rem 1rem;
    padding-left: 2.2rem
}

.multishop-modal-search-container {
    position: relative;
    margin-bottom: 2rem
}

@media (max-width: 767.98px) {
    .multishop-modal-search-container {
        display:none
    }
}

.multishop-modal-search-container i {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    z-index: 1;
    font-size: 1.2rem;
    color: #6c868e;
    pointer-events: none
}

.multishop-modal-search-container .tt-menu {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.multishop-modal-search-container .tt-menu .tt-dataset>div {
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.multishop-modal-search-container .tt-menu .tt-dataset>div:hover,.multishop-modal-search-container .tt-menu .tt-dataset>div.tt-cursor {
    background-color: #f4fcfd
}

.multishop-modal-all-name,.multishop-modal-group-name,.multishop-modal-shop-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    text-decoration: underline
}

.multishop-modal-all-name i,.multishop-modal-group-name i,.multishop-modal-shop-name i {
    text-decoration: none
}

.multishop-modal-shop-name.multishop-modal-no-url {
    cursor: not-allowed
}

.multishop-modal-shop-name.multishop-modal-no-url:hover {
    color: #4a4a4a
}

.multishop-modal-all-name,.multishop-modal-group-name {
    font-weight: 600
}

.multishop-modal-group-item.multishop-modal-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.425rem
}

.multishop-modal-group-item:not(:nth-child(2)) {
    margin-top: 3.4rem
}

.multishop-modal-shop-item:not(:last-of-type) {
    margin-bottom: 1.275rem
}

.multishop-modal-color {
    display: block;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    background-color: #ebebeb;
    border-radius: 3px
}

.multishop-modal-color-container.multishop-modal-color-check {
    margin-right: 0.95rem
}

.multishop-modal-color-container.multishop-modal-color-check a {
    display: none;
    margin: 0.2rem 0
}

.multishop-modal-color-container.multishop-modal-color-check i {
    width: 1rem;
    font-size: 1.15rem
}

.multishop-modal-color-container:not(.multishop-modal-color-check) i {
    display: none
}

.multishop-modal-color-container:not(.multishop-modal-color-check) a {
    display: block
}

.multishop-modal-color-container.multishop-modal-color-check:hover a {
    display: block
}

.multishop-modal-color-container.multishop-modal-color-check:hover i {
    display: none
}

.multishop-modal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.multishop-modal-item>.multishop-modal-color-check .material-icons,.multishop-modal-item>.multishop-modal-color-check .main-header #header-search-container .input-group::before,.main-header #header-search-container .multishop-modal-item>.multishop-modal-color-check .input-group::before,.multishop-modal-item>.multishop-modal-color-check .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .multishop-modal-item>.multishop-modal-color-check button::before {
    font-size: 1.25rem
}

.multishop-modal-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multishop-modal-item-left>i {
    margin-right: 0.825rem;
    font-size: 1.2rem
}

@media (max-width: 767.98px) {
    .multishop-modal-item-left {
        max-width:80%
    }
}

.multishop-modal-all {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem
}

.multishop-modal-all i {
    margin-right: 1rem;
    font-size: 1.15rem
}

.multishop-modal-all-name {
    text-decoration: none
}

.multishop-modal-all-name:hover {
    text-decoration: none
}

.multishop-modal-all-name span {
    text-decoration: underline
}

.multishop-modal ul.multishop-modal-group-list {
    position: relative;
    max-height: 500px;
    padding-right: 1rem
}

.multishop-modal-shop-view {
    min-width: 18%
}

.multishop-modal-shop-view i {
    display: none;
    color: #25b9d7
}

@media (max-width: 767.98px) {
    .multishop-modal-shop-view {
        min-width:auto;
        font-size: 0
    }

    .multishop-modal-shop-view i {
        display: block;
        font-size: 1rem
    }
}

.multistore-dropdown.btn-group {
    height: 2.25rem
}

.multistore-dropdown>.btn::after {
    margin-left: 0
}

.multistore-dropdown-search {
    min-height: auto;
    padding: 0.3rem 1rem;
    padding-left: 2.2rem
}

.multistore-dropdown-search-container {
    position: relative;
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .multistore-dropdown-search-container {
        display:none
    }
}

.multistore-dropdown-search-container i {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    z-index: 1;
    font-size: 1.2rem;
    color: #6c868e;
    pointer-events: none
}

.multistore-dropdown-search-container .tt-menu {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.multistore-dropdown-search-container .tt-menu .tt-dataset>div {
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.multistore-dropdown-search-container .tt-menu .tt-dataset>div:hover,.multistore-dropdown-search-container .tt-menu .tt-dataset>div.tt-cursor {
    background-color: #f4fcfd
}

.multistore-dropdown .dropdown-menu {
    width: 100vw;
    max-width: 27.5rem;
    max-height: 50vh;
    padding: 1.25rem;
    overflow: auto
}

.multistore-dropdown .dropdown-menu ul,.multistore-dropdown .dropdown-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.multistore-dropdown-group-name {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #363a41
}

.multistore-dropdown-group li.multistore-dropdown-group-item:not(:first-of-type) {
    margin-top: 1.25rem
}

.multistore-dropdown ul.multistore-dropdown-shops {
    padding-left: 0.5rem
}

.multistore-dropdown ul.multistore-dropdown-shops .multistore-dropdown-shop:not(:last-of-type) {
    margin-bottom: 0.875rem
}

.multistore-dropdown-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.multistore-dropdown-shop p {
    margin: 0
}

.multistore-dropdown-shop-name {
    font-size: 0.875rem;
    line-height: 19px;
    color: #363a41;
    text-decoration: underline;
    letter-spacing: 0
}

.multistore-dropdown-shop-status {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 19px;
    color: #70b580
}

.multistore-dropdown-shop-status-locked {
    color: #000;
    opacity: 0.35
}

.multistore-dropdown-shop-status-locked i.material-icons,.multistore-dropdown-shop-status-locked .main-header #header-search-container i.input-group::before,.main-header #header-search-container .multistore-dropdown-shop-status-locked i.input-group::before {
    padding-right: 0;
    margin-right: 0.5rem
}

.multistore-dropdown-no-url {
    cursor: not-allowed
}

.multistore-dropdown-no-url:hover {
    color: #4a4a4a
}

.alert-unavailable {
    background-color: #f7f8f8
}

.alert-unavailable .alert-text {
    color: #889ea5
}

.alert-unavailable::before {
    color: #c2cdd1;
    content: "\E88E"
}

#by-status-block .badge {
    height: 19px;
    padding: 0.3rem 0.4rem;
    margin-top: 1px;
    vertical-align: top
}

.helper-card__meta-background {
    background-image: url(21297f5598e307f9171a5704655be9f8.png)
}

@media (max-width: 543.98px) {
    .adminmeta #seo-urls-showcase-card .btn:last-of-type {
        margin-top:0.75rem
    }
}

#import_progress_modal .modal-body {
    max-height: 65vh;
    overflow: auto
}

#currency_grid_panel #currency_iso_code {
    max-width: 120px
}

.grid table.grid-table tr td .unofficial {
    font-size: 20px;
    color: #6c868e
}

.admincurrencies .card-currency .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.admincurrencies .card-currency-reset {
    margin-left: 0.625rem
}

@media (max-width: 767.98px) {
    .admincurrencies .card-currency .card-footer-left,.admincurrencies .card-currency .card-footer-left .btn {
        width:100%
    }

    .admincurrencies .card-currency .card-footer-left .btn {
        margin-bottom: 0.625rem
    }

    .admincurrencies .card-currency .card-footer>.btn {
        width: 100%
    }

    .admincurrencies .card-currency-reset {
        width: 100%;
        margin-left: 0
    }
}

#themes-logo-page .logo-configuration-card-body {
    padding: inherit
}

#themes-logo-page .logo-configuration-card-body .logo-card {
    border: 0;
    border-radius: 0
}

#themes-logo-page .logo-configuration-card-body .logo-card .logo-card-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: -0.01875rem
}

#themes-logo-page .logo-configuration-card-body .logo-card .tab-content {
    padding: 0
}

#themes-logo-page .logo-configuration-card-body .logo-card .tab-content .input-in-tab {
    margin-top: -2px
}

#themes-logo-page .logo-configuration-card-body .logo-card .logo-card-description {
    height: 34px;
    margin-top: 20px;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    color: #6c868e;
    letter-spacing: -0.0125rem
}

#themes-logo-page .logo-configuration-card-body .logo-card .logo-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.625rem;
    margin-top: 2rem;
    margin-bottom: 1.6875rem
}

#themes-logo-page .logo-configuration-card-body .logo-card .logo-image-container .header-logo,#themes-logo-page .logo-configuration-card-body .logo-card .logo-image-container .email-logo,#themes-logo-page .logo-configuration-card-body .logo-card .logo-image-container .invoice-logo {
    max-width: 6.25rem;
    max-height: 6.625rem
}

#themes-logo-page .logo-configuration-card-body .logo-card .logo-image-container .favicon-logo {
    width: 2.41875rem;
    height: 2.41875rem;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3)
}

#themes-logo-page .logo-configuration-card-body .logo-card:not(:last-child) {
    border-right: 0.0625rem solid #dedede
}

#themes-logo-page .logo-configuration-card-body .nav-pills {
    border-top: 0;
    border-bottom: 0
}

#themes-logo-page .logo-configuration-card-body .nav-pills .nav-item {
    padding-right: 1.25rem
}

#themes-logo-page .logo-configuration-card-body .nav-pills .nav-link {
    height: 1.65rem;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #afbbbe
}

#themes-logo-page .logo-configuration-card-body .nav-pills .nav-link.active {
    color: #363a41;
    background-color: inherit
}

#themes-logo-page .theme-card {
    position: relative;
    height: 15.125rem;
    max-width: 24.1875rem;
    overflow-y: hidden;
    border-radius: .25rem
}

#themes-logo-page .theme-card .active-card-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25
}

#themes-logo-page .theme-card .active-card-overlay.active {
    display: block
}

@media (max-width: 767.98px) {
    #themes-logo-page .theme-card {
        max-width:100%
    }
}

#themes-logo-page .theme-card img {
    max-width: 100%;
    height: auto
}

#themes-logo-page .theme-card .actions-container {
    position: absolute;
    top: 80%;
    left: 50%;
    display: none;
    width: 100%;
    padding: 0.4rem;
    text-align: center;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%)
}

#themes-logo-page .theme-card .actions-container.active {
    display: block
}

#themes-logo-page .theme-card .actions-container .action-button {
    min-height: 2.5rem;
    background-color: #fff;
    border-radius: 1.65rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    color: #363a41;
    text-align: center;
    letter-spacing: -0.0125rem
}

#themes-logo-page .theme-card .actions-container .action-button .icon-current-theme {
    color: #25b9d7
}

#themes-logo-page .theme-card .actions-container .action-button:disabled i,#themes-logo-page .theme-card .actions-container .action-button:disabled span {
    opacity: 0.5
}

#themes-logo-page .theme-card .actions-container .delete-button {
    min-height: 2.5rem;
    background-color: #fff;
    border-radius: 1.65rem;
    position: relative;
    width: 2.5rem
}

#themes-logo-page .theme-card .actions-container .delete-button i {
    position: absolute;
    right: 25%;
    bottom: 25%
}

#themes-logo-page .theme-card .actions-container .action-button:not(:first-child):not(:disabled):hover,#themes-logo-page .theme-card .actions-container .delete-button:hover {
    color: #fff;
    background-color: #3ed1f0;
    -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.9375rem 0 rgba(0,0,0,0.2)
}

#themes-logo-page .theme-card-description {
    max-width: 24.1875rem
}

@media (max-width: 767.98px) {
    #themes-logo-page .theme-card-description {
        max-width:100%
    }
}

#themes-logo-page .theme-name {
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #363a41;
    text-align: center;
    letter-spacing: -0.01875rem
}

#themes-logo-page .theme-version {
    font-size: 1rem;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #363a41;
    text-align: center;
    letter-spacing: -0.01875rem
}

#themes-logo-page .theme-author {
    padding-bottom: 1.6875rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    color: #618596;
    text-align: center;
    letter-spacing: -0.01875rem
}

#themes-logo-page .theme-catalog-card {
    background-color: #f8f8f8
}

#themes-logo-page .theme-catalog-card .catalog-image {
    padding-top: 3.7rem
}

#themes-logo-page .theme-catalog-card .catalog-description {
    padding-top: 0.975rem
}

#themes-logo-page .theme-card:hover .active-card-overlay,#themes-logo-page .theme-card:hover .actions-container {
    display: block
}

#themes-logo-page #adapt_theme_to_rtl_languages_theme_to_adapt {
    width: 18.75rem
}

#themes-logo-page .btn-tertiary {
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #fff;
    text-align: center;
    letter-spacing: -0.2px;
    background-color: #6c868e;
    border-radius: 2px
}

#themes-logo-page .btn-tertiary-outline {
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #363a41;
    text-align: center;
    letter-spacing: -0.2px;
    background-color: transparent;
    border: 1px solid #6c858c
}

#themes-logo-page .btn-tertiary:hover {
    background-color: #363a41
}

#themes-logo-page .layout-configuration .inner-content {
    padding: 0.9375rem;
    background-color: #f8f8f8;
    border-radius: .25rem
}

#themes-logo-page .layout-configuration .inner-content .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #4a4a4a;
    letter-spacing: normal
}

#themes-logo-page .layout-configuration .inner-content .description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.33;
    color: #6c868e;
    letter-spacing: normal
}

#themes-logo-page .layout-configuration .layout-logo {
    padding-right: 1rem;
    vertical-align: text-bottom
}

#themes-logo-page .layout-configuration .choose-layouts-button {
    margin-right: 0.9375rem
}

@media (max-width: 543.98px) {
    .adminthemes .nav.nav-pills {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll
    }

    .adminthemes .nav.nav-pills li a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.helper-card__cms-pages-background {
    background-image: url(21297f5598e307f9171a5704655be9f8.png)
}

.clickable-avatar {
    width: 100px;
    height: 100px
}

.error-header {
    font-size: 1.5rem
}

table#order_states_grid_table thead tr.column-headers th:first-child,table#order_return_states_grid_table thead tr.column-headers th:first-child {
    width: 130px
}

.attributes-color-container {
    display: block;
    width: 40px;
    height: 25px;
    border: solid 1px #000
}

.thread-customer-icon {
    font-size: 68px
}

.thread-message-icon {
    font-size: 48px
}

.thread-message-employee-image {
    width: 48px;
    height: 48px
}

.thread-message {
    border-left: 2px solid #ccc
}

.admincustomers #customer_birthday select {
    width: 100%
}

.admincustomers .customer-personal-informations-card .col-8 .badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admincustomers .customer-personal-informations-card .col-8 .badge .material-icons,.admincustomers .customer-personal-informations-card .col-8 .badge .main-header #header-search-container .input-group::before,.main-header #header-search-container .admincustomers .customer-personal-informations-card .col-8 .badge .input-group::before,.admincustomers .customer-personal-informations-card .col-8 .badge .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .admincustomers .customer-personal-informations-card .col-8 .badge button::before {
    margin-right: 0.2rem;
    font-size: 1rem
}

#security-compromised-page .fake-button {
    height: 40px;
    line-height: 30px
}

#security-compromised-page h1 {
    padding-top: 40px;
    padding-bottom: 40px
}

#security-compromised-page #csrf-white-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh
}

#security-compromised-page #csrf-white-container>div:first-child {
    padding: 50px;
    background: #fff
}

.alert-can-move {
    width: 100%
}

@media (max-width: 767.98px) {
    .adminpayment .card .module-item-list .module-item-wrapper-list,.adminpayment .module-item-wrapper-grid .module-item-list .module-item-wrapper-list,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .module-item-list .module-item-wrapper-list,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .module-item-list .module-item-wrapper-list {
        position:relative;
        padding-left: 5rem
    }

    .adminpayment .card .module-item-list .module-item-wrapper-list ul,.adminpayment .module-item-wrapper-grid .module-item-list .module-item-wrapper-list ul,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list ul,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list ul,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .module-item-list .module-item-wrapper-list ul,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .module-item-list .module-item-wrapper-list ul {
        padding-left: 0
    }
}

@media (max-width: 767.98px) {
    .adminpayment .card .module-item-list .module-item-wrapper-list>div:first-of-type,.adminpayment .module-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:first-of-type,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:first-of-type,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:first-of-type,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .module-item-list .module-item-wrapper-list>div:first-of-type,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .module-item-list .module-item-wrapper-list>div:first-of-type {
        position:absolute;
        top: 1rem;
        left: 0.5rem;
        width: auto
    }
}

@media (max-width: 767.98px) {
    .adminpayment .card .module-item-list .module-item-wrapper-list>div:last-of-type,.adminpayment .module-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:last-of-type,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:last-of-type,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .module-item-list .module-item-wrapper-list>div:last-of-type,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .module-item-list .module-item-wrapper-list>div:last-of-type,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .module-item-list .module-item-wrapper-list>div:last-of-type {
        margin-top:1rem !important
    }
}

@media (max-width: 767.98px) {
    .adminpayment .card #modules_list_container_content .tab-pane,.adminpayment .module-item-wrapper-grid #modules_list_container_content .tab-pane,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid #modules_list_container_content .tab-pane,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid #modules_list_container_content .tab-pane,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper #modules_list_container_content .tab-pane,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper #modules_list_container_content .tab-pane {
        overflow:scroll
    }
}

@media (max-width: 767.98px) {
    .adminpayment .card .tab-content,.adminpayment .module-item-wrapper-grid .tab-content,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-content,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-content,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-content,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-content {
        padding:0 0.5rem
    }
}

@media (max-width: 767.98px) {
    .adminpayment .card .tab-pane .table tr,.adminpayment .module-item-wrapper-grid .tab-pane .table tr,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr {
        position:relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        min-width: 12rem;
        padding: 1rem 0;
        padding-left: 4.375rem
    }

    .adminpayment .card .tab-pane .table tr:not(:last-child),.adminpayment .module-item-wrapper-grid .tab-pane .table tr:not(:last-child),.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr:not(:last-child),.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr:not(:last-child),.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr:not(:last-child),.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr:not(:last-child) {
        border-bottom: 1px solid #bbcdd2
    }

    .adminpayment .card .tab-pane .table tr td,.adminpayment .module-item-wrapper-grid .tab-pane .table tr td,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr td,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr td,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr td,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr td {
        padding: 0;
        border: none
    }

    .adminpayment .card .tab-pane .table tr td:first-child,.adminpayment .module-item-wrapper-grid .tab-pane .table tr td:first-child,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr td:first-child,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr td:first-child,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr td:first-child,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr td:first-child {
        position: absolute;
        left: 0
    }

    .adminpayment .card .tab-pane .table tr td:last-child .btn-group,.adminpayment .module-item-wrapper-grid .tab-pane .table tr td:last-child .btn-group,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr td:last-child .btn-group,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr td:last-child .btn-group,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr td:last-child .btn-group,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr td:last-child .btn-group {
        margin-top: 0
    }

    .adminpayment .card .tab-pane .table tr .module_name .text-muted,.adminpayment .module-item-wrapper-grid .tab-pane .table tr .module_name .text-muted,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .text-muted,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .text-muted,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr .module_name .text-muted,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr .module_name .text-muted,.adminpayment .card .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .adminpayment .card .tab-pane .table tr .module_name .hook_title,.adminpayment .module-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .adminpayment .module-item-wrapper-grid .tab-pane .table tr .module_name .hook_title,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook_title,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook_title,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr .module_name .hook_title,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr .module_name .hook_title,.adminpayment .card .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .adminpayment .card .tab-pane .table tr .module_name .hook_description,.adminpayment .module-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .adminpayment .module-item-wrapper-grid .tab-pane .table tr .module_name .hook_description,.adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .adminpayment .module-addons-item-grid .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook_description,.module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-addons-item-grid .adminpayment .module-addons-item-wrapper-grid .tab-pane .table tr .module_name .hook_description,.adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .adminpayment .module-placeholders-wrapper .timeline-item-wrapper .tab-pane .table tr .module_name .hook_description,.module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr .module_name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-placeholders-wrapper .adminpayment .timeline-item-wrapper .tab-pane .table tr .module_name .hook_description {
        display: block
    }
}

@media (max-width: 767.98px) {
    .adminpayment .alert-block {
        padding:0
    }
}

.export-translations .export-translations-child {
    padding-left: 50px
}

.admintranslations .ps-tree-items .d-flex.tree-name.disable {
    opacity: 0.3
}

.module-modal-title {
    display: inline-block;
    vertical-align: top
}

.module-modal-title>h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #1e2024 !important
}

.module-badges-display {
    display: inline-block
}

.module-modal-header .read-more-stars {
    bottom: 82px;
    left: 120px
}

.module-modal-header .read-more-stars::before,.module-modal-header .read-more-stars::after {
    left: -80px
}

.module-modal-header button.close,.module-modal-header .alert.expandable-alert button.read-more,.alert.expandable-alert .module-modal-header button.read-more {
    width: auto;
    margin-top: -8px
}

.module-modal-header button.close .material-icons,.module-modal-header .alert.expandable-alert button.read-more .material-icons,.alert.expandable-alert .module-modal-header button.read-more .material-icons,.module-modal-header button.close .main-header #header-search-container .input-group::before,.main-header #header-search-container .module-modal-header button.close .input-group::before,.module-modal-header .alert.expandable-alert button.read-more .main-header #header-search-container .input-group::before,.main-header #header-search-container .module-modal-header .alert.expandable-alert button.read-more .input-group::before,.alert.expandable-alert .module-modal-header button.read-more .main-header #header-search-container .input-group::before,.main-header #header-search-container .alert.expandable-alert .module-modal-header button.read-more .input-group::before,.module-modal-header button.close .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .module-modal-header button.close button::before,.module-modal-header .alert.expandable-alert button.read-more .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .module-modal-header .alert.expandable-alert button.read-more button::before,.alert.expandable-alert .module-modal-header button.read-more .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .alert.expandable-alert .module-modal-header button.read-more button::before {
    font-size: 30px
}

.module-modal-footer .module-badges-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.module-modal-footer .module-price {
    position: relative;
    right: auto;
    bottom: auto
}

.module-modal-footer .module-stars-price {
    padding: 0 0 10px
}

.module-big-cover {
    height: 240px;
    margin-top: -15px;
    overflow: hidden;
    text-align: center
}

.module-big-cover>img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 4px
}

.module-menu-readmore {
    width: calc(100% + 2.8rem);
    margin: 0 -1.4rem;
    margin-top: 2px
}

.module-readmore-tab-content {
    padding: 5px 15px;
    margin-bottom: 61px !important;
    line-height: 20px;
    text-align: justify
}

.module-readmore-multistore-content {
    padding: 5px 15px;
    margin-top: -60px;
    text-align: justify
}

.module-menu-readmore>.tab-content {
    margin-top: 5px;
    color: #000;
    text-align: justify
}

.module-modal-badges {
    margin-top: 1em
}

.module-modal-badges>img {
    margin-right: 1em
}

.module-modal-dialog {
    width: 50%;
    height: 85%
}

@media (max-width: 767.98px) {
    .module-modal-dialog {
        width:calc(100% - 2rem);
        margin: auto
    }

    .module-modal-dialog .modal-header>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .module-modal-dialog .modal-header>div h1 {
        font-size: 1rem
    }

    .module-modal-dialog .modal-header>div img {
        width: 40px;
        height: 40px;
        margin-right: 1rem
    }

    .module-modal-dialog .modal-header button.close,.module-modal-dialog .modal-header .alert.expandable-alert button.read-more,.alert.expandable-alert .module-modal-dialog .modal-header button.read-more {
        padding: 0 1rem
    }

    .module-modal-dialog .module-readmore-tab-content {
        padding: 0
    }

    .module-modal-dialog .tab-content {
        padding: 5px 15px 35px
    }

    .module-modal-dialog .navbar {
        padding: 0
    }

    .module-modal-dialog .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll
    }

    .module-modal-dialog .nav li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .module-modal-dialog .nav li .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.module-modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.module-modal-close {
    width: auto !important;
    margin-right: 5px
}

.module-short-list {
    margin: 2em 0
}

@media (max-width: 1023.98px) {
    .module-short-list {
        margin:1rem 0
    }
}

.module-short-list .module-list-empty {
    padding: 20px;
    background: rgba(255,255,255,0.4);
    border: dashed 1px #696969;
    border-radius: 3px
}

.module-short-list .module-list-empty p {
    padding: 0;
    margin: 0
}

.module-item-list .container-fluid,.module-item-list .container-sm,.module-item-list .container-md,.module-item-list .container-lg,.module-item-list .container-xl {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    background-color: #fff
}

.module-item-list+:nth-child(even) .container-fluid,.module-item-list+:nth-child(even) .container-sm,.module-item-list+:nth-child(even) .container-md,.module-item-list+:nth-child(even) .container-lg,.module-item-list+:nth-child(even) .container-xl {
    background-color: #f5f8f9 !important
}

@media (max-width: 33.9em) {
    .module-item-list .module-item-wrapper-list>div:first-of-type {
        width:25%
    }

    .module-item-list .module-item-wrapper-list>div:last-of-type {
        width: 75%
    }

    .module-item-list .module-item-wrapper-list>div:last-of-type>div:not(.modal) {
        position: static;
        position: initial
    }
}

.module-item-list .module-item-wrapper-list .module-logo-thumb-list {
    max-width: 64px;
    height: 64px;
    margin: 0 auto
}

@media (max-width: 33.9em) {
    .module-item-list .module-item-wrapper-list .module-logo-thumb-list {
        height:auto;
        max-height: 64px
    }
}

.module-item-list .module-item-wrapper-list .module-logo-thumb-list img {
    width: 100%;
    max-width: 40px;
    margin-bottom: 0.5em
}

.module-item-list .module-item-wrapper-list .module-name-list {
    margin: 0;
    font-weight: bolder;
    color: #363a41
}

@media (max-width: 33.9em) {
    .module-item-list .module-item-wrapper-list .module-name-list {
        padding-right:1.5rem
    }
}

.module-item-list .module-item-wrapper-list .module-version-author-list {
    overflow: hidden;
    font-weight: 600;
    color: #6c868e;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-item-list .module-item-wrapper-list .module-version-author-list b {
    font-weight: 600;
    color: #363a41
}

.module-item-list .module-item-wrapper-list .module-quick-action-list>[class^="module-star-ranking-"] {
    display: none
}

.badges-container {
    min-height: 30px;
    font-size: 0.9rem;
    line-height: 50%
}

.module-price {
    position: absolute;
    right: 15px;
    bottom: 50px
}

.module-item-wrapper-grid .module-quick-action-grid .spinner,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .spinner,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .spinner {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px
}

.module-item-wrapper-grid .module-quick-action-grid .module-actions,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .module-actions,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .module-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.module-item-wrapper-grid .module-quick-action-grid .module-actions .dropdown-menu,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .module-actions .dropdown-menu,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .module-actions .dropdown-menu {
    right: 10px;
    left: 10px
}

.module-item-wrapper-grid .module-quick-action-grid .module-actions .btn-group,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .module-actions .btn-group,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .module-actions .btn-group,.module-item-wrapper-grid .module-quick-action-grid .module-actions .btn,.module-addons-item-grid .module-addons-item-wrapper-grid .module-quick-action-grid .module-actions .btn,.module-placeholders-wrapper .timeline-item-wrapper .module-quick-action-grid .module-actions .btn {
    width: 100%
}

@media (min-width: 1300px) and (max-width: 1550px) {
    .module-item-grid {
        width:33.333333%
    }
}

.module-addons-item-list {
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.module-addons-item-list .module-addons-item-wrapper-list {
    text-align: center;
    vertical-align: middle
}

.module-addons-item-list .module-addons-item-wrapper-list>.module-icon-addons-exit-list>img {
    height: 3em
}

.module-placeholders-failure {
    display: none
}

.module-placeholders-failure .module-placeholders-failure-wrapper {
    margin-top: 40px;
    text-align: center
}

.module-placeholders-failure .module-placeholders-failure-msg {
    color: #f00
}

.module-placeholders-failure #module-placeholders-failure-retry {
    margin-top: 10px
}

#module-modal-bulk-confirm-action-name {
    font-weight: 600
}

.module-checkbox-bulk-list {
    position: absolute;
    top: 7px;
    right: 7px
}

@media (max-width: 33.9em) {
    .module-checkbox-bulk-list {
        top:0;
        right: 1rem
    }
}

.module-checkbox-bulk-list.md-checkbox label {
    padding: 0
}

.module-search-bar {
    height: 50px !important;
    background-color: #fff !important;
    border: 0 !important
}

.module-search-block {
    width: 100%;
    background: #fff
}

.module-search-block .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    border-radius: 0
}

.module-sorting-menu {
    margin-bottom: 30px
}

.module-sorting {
    margin-left: 35px
}

.module-sorting .select2-selection {
    min-width: 175px;
    border-radius: 0
}

.module-sorting .select2-selection .select2-selection__arrow b {
    display: none
}

.module-sorting .select2-selection .select2-selection__arrow::before {
    position: relative;
    right: 20px;
    font-family: "Material Icons", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #6c868e;
    content: "\E313"
}

.module-sorting i {
    margin-left: 10px;
    font-size: 26px;
    cursor: pointer
}

.module-sort-active {
    color: #a6b9c0 !important
}

.module-sort-switch {
    color: #c7d6db
}

.module-search-result-title {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    color: #1e2024 !important
}

.module-addons-search {
    display: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600
}

.dropdown-menu .module-category-recently-used {
    text-align: center;
    border-bottom: 1px solid #e7e8e8
}

.module-category-reset,.module-status-reset {
    display: none
}

.module-category-reset a,.module-status-reset a {
    color: #2eacce !important;
    text-align: center;
    border-bottom: 1px solid #e7e8e8
}

.module-category-reset a:hover,.module-category-reset .breadcrumb li>a:hover,.breadcrumb .module-category-reset li>a:hover,.module-status-reset a:hover,.module-status-reset .breadcrumb li>a:hover,.breadcrumb .module-status-reset li>a:hover {
    color: #fff !important;
    text-align: center;
    background-color: #2eacce !important;
    border-bottom: 1px solid #e7e8e8
}

.module-notification-kpis {
    margin: auto
}

.module-kpi {
    display: inline;
    display: initial;
    margin-right: 15px
}

.module-kpi .material-icons,.module-kpi .main-header #header-search-container .input-group::before,.main-header #header-search-container .module-kpi .input-group::before,.module-kpi .ps-tree-items .tree-name button::before,.ps-tree-items .tree-name .module-kpi button::before {
    font-size: 1.875rem;
    vertical-align: middle
}

.module-kpi-number {
    margin: auto;
    font-size: 30px;
    font-weight: 600
}

.module-top-menu {
    min-height: 74px
}

.module-top-menu .module-top-menu-item.disabled {
    pointer-events: none;
    opacity: 0.5
}

.module-top-menu .module-top-menu-item h3 {
    margin-top: 30px;
    font-size: 14px
}

@media (max-width: 1023.98px) {
    .module-top-menu .module-top-menu-item h3 {
        margin-top:1rem
    }
}

@media (max-width: 1023.98px) {
    .top-menu-separator {
        margin-top:1rem;
        margin-bottom: 0
    }
}

#modules-categories-grid {
    display: none
}

.module-category-item {
    display: table;
    padding-bottom: 10px;
    cursor: pointer
}

.module-category-item-wrapper {
    display: table-cell;
    height: 247px;
    max-height: 247px;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #c7d6db;
    box-shadow: 0 1px 0 #c7d6db;
    -webkit-touch-callout: none
}

.module-import-processing {
    display: none;
    text-align: center
}

.module-import-processing .btn {
    margin: 25px
}

.module-import-processing-footer-text {
    font-size: smaller;
    font-style: italic;
    color: #cecccc
}

.module-import-success {
    display: none;
    text-align: center
}

.module-import-success-icon {
    font-size: 70px;
    color: #1c8ca3
}

.module-import-failure {
    display: none;
    text-align: center
}

.module-import-failure-icon {
    font-size: 70px;
    color: #c45c67
}

.module-import-failure-msg {
    margin-bottom: 0;
    font-weight: 600
}

.module-import-failure-details-action {
    display: block;
    cursor: pointer !important
}

.module-import-failure-details {
    display: none;
    margin: 35px 5px 20px;
    overflow: auto;
    overflow-y: hidden;
    font-size: small;
    text-align: justify;
    word-wrap: break-word
}

.module-import-start-icon {
    font-size: 70px;
    color: #cecccc
}

.module-import-start-select-manual {
    cursor: pointer !important
}

.module-import-start-select-manual:hover {
    text-decoration: none
}

.module-import-start-footer-text {
    font-size: smaller;
    font-style: italic;
    color: #cecccc
}

form#importDropzone {
    border: 2px dashed #6c868e
}

.dropzone.dz-clickable {
    cursor: auto !important
}

.module-import-start {
    text-align: center
}

.module-import-failure-retry {
    margin-top: 15px
}

.module-import-success-configure {
    display: none
}

#pstrust-img {
    max-width: 64px;
    max-height: 64px
}

#position-filters input[type="checkbox"] {
    display: none
}

#position-filters input[type="checkbox"]:checked ~ label {
    background-color: #25b9d7;
    border-color: #25b9d7
}

#position-filters input[type="checkbox"]:checked ~ label .done {
    opacity: 1
}

#position-filters .selectbox {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 2px solid #bbcdd2;
    border-radius: 2px
}

#position-filters .selectbox .done {
    margin-top: -7px;
    margin-left: -4px;
    font-size: 1.6em;
    color: #fff;
    opacity: 0
}

#modules-position-selection-panel {
    position: relative;
    display: none
}

#modules-position-selection-panel .btn {
    white-space: normal
}

.hook-panel {
    padding: 10px 10px 5px;
    margin-bottom: 10px !important
}

.hook-panel .highlight {
    background-color: #f7e69f !important
}

.hook-panel .hook-panel-header {
    padding: 0 10px 10px;
    margin: 0 -10px
}

.hook-panel .hook-panel-header .hook-name {
    padding: 0 4px;
    font-size: 1.4em;
    color: #25b9d7;
    background-color: #fff;
    border-radius: 3px
}

.hook-panel .hook-panel-header .hook_description {
    padding: 3px 0 0 3px
}

.hook-panel .hook-panel-header .badge {
    color: #363a41;
    background-color: #f4f4f4;
    border-radius: 4px
}

.hook-panel .hook-panel-header .badge .selectbox i {
    line-height: 1.5
}

.hook-panel .hook-panel-header .badge .selectbox i.done {
    margin-top: -5px;
    margin-left: -2px
}

.hook-panel input[type="checkbox"] {
    display: none
}

.hook-panel input[type="checkbox"]:checked ~ label {
    background-color: #25b9d7;
    border-color: #25b9d7
}

.hook-panel input[type="checkbox"]:checked ~ label .done {
    opacity: 1
}

.hook-panel .selectbox {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 2px solid #bbcdd2;
    border-radius: 2px
}

.hook-panel .selectbox .done {
    margin-top: -7px;
    margin-left: -4px;
    font-size: 1.6em;
    color: #fff;
    opacity: 0
}

.modules_list_container_tab img {
    max-width: 66px
}

.modules-list .module-item:first-of-type .container-fluid,.modules-list .module-item:first-of-type .container-sm,.modules-list .module-item:first-of-type .container-md,.modules-list .module-item:first-of-type .container-lg,.modules-list .module-item:first-of-type .container-xl {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.modules-list .module-item:last-of-type .container-fluid,.modules-list .module-item:last-of-type .container-sm,.modules-list .module-item:last-of-type .container-md,.modules-list .module-item:last-of-type .container-lg,.modules-list .module-item:last-of-type .container-xl {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.module-list-disabled {
    opacity: 0.5
}

.module-list .module-item,.module-list-disabled .module-item {
    width: 100%;
    padding: 5px 0;
    background: #fff;
    border-bottom: solid 1px #bbcdd2
}

.module-list .module-item:hover,.module-list-disabled .module-item:hover {
    background-color: #fafbfc
}

.module-list .module-item:hover .drag_indicator,.module-list-disabled .module-item:hover .drag_indicator {
    color: #15b7d7;
    opacity: 1
}

.module-list .module-item:focus,.module-list-disabled .module-item:focus {
    outline: none
}

.module-list .module-item.ui-sortable-helper,.module-list-disabled .module-item.ui-sortable-helper {
    background-color: #6c868e;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2)
}

.module-list .module-item.ui-sortable-helper .module-name,.module-list-disabled .module-item.ui-sortable-helper .module-name,.module-list .module-item.ui-sortable-helper .module-description,.module-list-disabled .module-item.ui-sortable-helper .module-description,.module-list .module-item.ui-sortable-helper .module-column-position,.module-list-disabled .module-item.ui-sortable-helper .module-column-position {
    color: #fff
}

.module-list .module-item.ui-sortable-helper .module-name .text-muted,.module-list-disabled .module-item.ui-sortable-helper .module-name .text-muted,.module-list .module-item.ui-sortable-helper .module-name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-name .hook_title,.module-list-disabled .module-item.ui-sortable-helper .module-name .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-name .hook_title,.module-list .module-item.ui-sortable-helper .module-name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-name .hook_description,.module-list-disabled .module-item.ui-sortable-helper .module-name .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-name .hook_description,.module-list .module-item.ui-sortable-helper .module-description .text-muted,.module-list-disabled .module-item.ui-sortable-helper .module-description .text-muted,.module-list .module-item.ui-sortable-helper .module-description .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-description .hook_title,.module-list-disabled .module-item.ui-sortable-helper .module-description .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-description .hook_title,.module-list .module-item.ui-sortable-helper .module-description .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-description .hook_description,.module-list-disabled .module-item.ui-sortable-helper .module-description .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-description .hook_description,.module-list .module-item.ui-sortable-helper .module-column-position .text-muted,.module-list-disabled .module-item.ui-sortable-helper .module-column-position .text-muted,.module-list .module-item.ui-sortable-helper .module-column-position .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-column-position .hook_title,.module-list-disabled .module-item.ui-sortable-helper .module-column-position .hook-panel .hook-panel-header .hook_title,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-column-position .hook_title,.module-list .module-item.ui-sortable-helper .module-column-position .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list .module-item.ui-sortable-helper .module-column-position .hook_description,.module-list-disabled .module-item.ui-sortable-helper .module-column-position .hook-panel .hook-panel-header .hook_description,.hook-panel .hook-panel-header .module-list-disabled .module-item.ui-sortable-helper .module-column-position .hook_description {
    color: #fff !important
}

.module-list .module-item.ui-sortable-helper .module-column-actions .dropdown-toggle.dropdown-toggle-dots::after,.module-list-disabled .module-item.ui-sortable-helper .module-column-actions .dropdown-toggle.dropdown-toggle-dots::after,.module-list .module-item.ui-sortable-helper .module-column-actions i,.module-list-disabled .module-item.ui-sortable-helper .module-column-actions i {
    color: #fff
}

.module-list .module-item.ui-sortable-helper .drag_indicator,.module-list-disabled .module-item.ui-sortable-helper .drag_indicator {
    color: #fff;
    opacity: 1
}

.module-list .module-item.ui-sortable-helper .selectbox,.module-list-disabled .module-item.ui-sortable-helper .selectbox {
    border-color: #fff
}

.module-list .module-item.draggable,.module-list-disabled .module-item.draggable {
    cursor: all-scroll
}

.module-list .module-column-select,.module-list-disabled .module-column-select {
    display: table-cell;
    width: 90px;
    min-height: 35px;
    padding: 0 10px;
    vertical-align: middle
}

.module-list .module-column-select .drag_indicator,.module-list-disabled .module-column-select .drag_indicator {
    opacity: 0
}

.module-list .module-column-position,.module-list-disabled .module-column-position {
    display: table-cell;
    width: 80px;
    text-align: right;
    vertical-align: middle
}

.module-list .module-column-position .index-position,.module-list-disabled .module-column-position .index-position {
    width: 40px;
    padding: 0 5px;
    font-size: 1em
}

.module-list .module-column-icon,.module-list-disabled .module-column-icon {
    display: table-cell;
    width: 75px;
    text-align: center;
    vertical-align: middle
}

.module-list .module-column-icon img,.module-list-disabled .module-column-icon img {
    max-width: 2.85em
}

.module-list .module-column-infos,.module-list-disabled .module-column-infos,.module-list .module-column-description,.module-list-disabled .module-column-description {
    display: table-cell;
    height: 50px;
    font-size: 0.95em;
    vertical-align: middle
}

.module-list .module-column-infos .module-name,.module-list-disabled .module-column-infos .module-name,.module-list .module-column-description .module-name,.module-list-disabled .module-column-description .module-name {
    color: #25b9d7
}

.module-list .module-column-infos .module-description,.module-list-disabled .module-column-infos .module-description,.module-list .module-column-description .module-description,.module-list-disabled .module-column-description .module-description {
    color: #363a41
}

.module-list .module-column-infos,.module-list-disabled .module-column-infos {
    width: 200px;
    padding: 0 4px
}

.module-list .module-column-description,.module-list-disabled .module-column-description {
    width: 679px
}

.module-list .module-column-description.hasColumnPosition,.module-list-disabled .module-column-description.hasColumnPosition {
    width: 600px
}

.module-list .module-column-actions,.module-list-disabled .module-column-actions {
    display: table-cell;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle
}

.module-list .module-column-actions .btn-group,.module-list-disabled .module-column-actions .btn-group {
    text-align: right
}

.module-list .module-column-actions .btn-group .btn-outline-primary,.module-list-disabled .module-column-actions .btn-group .btn-outline-primary {
    color: #6c868e;
    border: none
}

.module-list .module-column-actions .dropdown-toggle.dropdown-toggle-dots:hover::after,.module-list-disabled .module-column-actions .dropdown-toggle.dropdown-toggle-dots:hover::after {
    color: #25b9d7
}

.module-list .dropdown-menu,.module-list-disabled .dropdown-menu {
    min-width: auto
}

#unhook-button-position-bottom {
    display: none
}

@media (max-width: 33.9em) {
    .module-actions {
        margin-top:1rem
    }
}

.module-actions .dropdown-toggle-split-text {
    margin-left: 10px !important;
    color: #aeaeae;
    border-color: #aeaeae
}

.module-actions .dropdown-toggle-split-text:hover {
    color: #fff;
    background-color: #aeaeae
}

@media (max-width: 543.98px) {
    .module-catalog-page #search-input-group {
        margin-bottom:0.75rem
    }

    .module-catalog-page .module-sorting-search-wording {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0.75rem
    }

    .module-catalog-page .module-sorting-search-wording .help-box {
        margin-top: 0.15rem
    }

    .module-catalog-page .module-sorting-search-wording .module-search-result-title {
        font-size: 1rem;
        font-weight: 600
    }

    .module-catalog-page .module-sorting {
        width: 100%;
        margin-left: 0
    }

    .module-catalog-page .module-stars,.module-catalog-page .module-price {
        bottom: 60px
    }

    .module-catalog-page .module-actions {
        padding: 0 1rem
    }

    .module-catalog-page .module-item-wrapper-grid,.module-catalog-page .module-addons-item-grid .module-addons-item-wrapper-grid,.module-addons-item-grid .module-catalog-page .module-addons-item-wrapper-grid,.module-catalog-page .module-placeholders-wrapper .timeline-item-wrapper,.module-placeholders-wrapper .module-catalog-page .timeline-item-wrapper {
        padding: 1rem
    }
}

.mce-container {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr;
    cursor: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.mce-container * {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr;
    cursor: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.mce-widget {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr;
    cursor: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.mce-widget * {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr;
    cursor: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.mce-widget button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mce-container *[unselectable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mce-fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.mce-fade.mce-in {
    opacity: 1
}

.mce-tinymce {
    position: relative;
    display: block;
    visibility: visible !important;
    border-radius: 2px
}

.mce-fullscreen {
    z-index: 100;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 0
}

div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.mce-wordcount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px
}

div.mce-edit-area {
    max-height: 400px;
    padding: 1px;
    overflow: auto;
    background: #fff;
    -webkit-filter: none;
    filter: none
}

.mce-statusbar {
    position: relative
}

.mce-statusbar .mce-container-body {
    position: relative
}

.mce-fullscreen .mce-resizehandle {
    display: none
}

.mce-charmap {
    border-collapse: collapse
}

.mce-charmap td {
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    border: 1px solid #9e9e9e
}

.mce-charmap td div {
    text-align: center
}

.mce-charmap td:hover {
    background: #d9d9d9
}

.mce-grid td div {
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer;
    border-spacing: 2px;
    border-collapse: separate;
    border: 1px solid #d6d6d6
}

.mce-grid a {
    display: block;
    border: 1px solid transparent
}

.mce-grid a:hover,.mce-grid .breadcrumb li>a:hover,.breadcrumb .mce-grid li>a:hover {
    border-color: #a1a1a1
}

.mce-grid-border {
    margin: 0 4px
}

.mce-grid-border a {
    width: 13px;
    height: 13px;
    border-color: #d6d6d6
}

.mce-grid-border a:hover,.mce-grid-border .breadcrumb li>a:hover,.breadcrumb .mce-grid-border li>a:hover,.mce-grid-border a.mce-active {
    background: #dff5f9;
    border-color: #a1a1a1
}

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

div.mce-tinymce-inline {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-toolbar-grp .mce-flow-layout-item {
    margin-bottom: 0
}

.mce-container,.mce-container-body {
    display: block
}

.mce-autoscroll {
    overflow: hidden
}

.mce-scrollbar {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 7px;
    height: 100%;
    zoom:1;filter: alpha(opacity=40);
    opacity: 0.4
}

.mce-scrollbar:hover,.mce-scrollbar.mce-active {
    zoom:1;background-color: #aaa;
    filter: alpha(opacity=60);
    border-radius: 7px;
    opacity: 0.6
}

.mce-scrollbar-h {
    top: auto;
    right: auto;
    bottom: 2px;
    left: 2px;
    width: 100%;
    height: 7px
}

.mce-scrollbar-thumb {
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #000;
    border: 1px solid rgba(85,85,85,0.6);
    border-radius: 7px
}

.mce-scrollbar-h .mce-scrollbar-thumb {
    width: 100%;
    height: 5px
}

.mce-scroll {
    position: relative
}

.mce-panel {
    border: 0 solid #ccc
}

.mce-floatpanel {
    position: absolute;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

.mce-floatpanel.mce-fixed {
    position: fixed
}

.mce-floatpanel .mce-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 11px
}

.mce-floatpanel .mce-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 10px
}

.mce-floatpanel.mce-popover {
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 6px
}

.mce-floatpanel.mce-popover.mce-bottom {
    margin-top: 10px;
    *margin-top: 0
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #9e9e9e;
    border-bottom-color: rgba(0,0,0,0.25)
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow::after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
    margin-left: -22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow {
    left: 20px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end {
    margin-left: 22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow {
    right: 10px;
    left: auto
}

#mce-modal-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom:1;background: #000;
    filter: alpha(opacity=0);
    opacity: 0
}

#mce-modal-block.mce-in {
    zoom:1;filter: alpha(opacity=30);
    opacity: 0.3
}

.mce-window-move {
    cursor: move
}

.mce-window {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in
}

.mce-window iframe {
    width: 100%;
    height: 100%
}

.mce-window.mce-fullscreen {
    border-radius: 0
}

.mce-window.mce-fullscreen .mce-foot {
    border-radius: 0
}

.mce-window.mce-in {
    opacity: 1
}

.mce-window-head {
    position: relative;
    padding: 9px 15px;
    border-bottom: 1px solid #c5c5c5
}

.mce-window-head .mce-close {
    position: absolute;
    top: 9px;
    right: 15px;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #858585;
    cursor: pointer
}

.mce-close:hover {
    color: #adadad
}

.mce-window-head .mce-title {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-rendering: optimizeLegibility
}

.mce-window .mce-container-body {
    display: block
}

.mce-foot {
    display: block;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
    border-radius: 0 0 6px 6px
}

.mce-window-head .mce-dragh {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    cursor: move
}

.mce-abs-layout {
    position: relative
}

body .mce-abs-layout-item {
    position: absolute
}

.mce-abs-end {
    position: absolute;
    width: 1px;
    height: 1px
}

.mce-container-body.mce-abs-layout {
    overflow: hidden
}

.mce-tooltip {
    position: absolute;
    padding: 5px;
    zoom:1}

.mce-tooltip-inner {
    max-width: 200px;
    padding: 5px 8px 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: normal;
    background-color: #000;
    border-radius: 3px
}

.mce-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.mce-tooltip-arrow-n {
    border-bottom-color: #000
}

.mce-tooltip-arrow-s {
    border-top-color: #000
}

.mce-tooltip-arrow-e {
    border-left-color: #000
}

.mce-tooltip-arrow-w {
    border-left-color: #000
}

.mce-tooltip-nw,.mce-tooltip-sw {
    margin-left: -14px
}

.mce-tooltip-n .mce-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent
}

.mce-tooltip-nw .mce-tooltip-arrow {
    top: 0;
    left: 10px;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent
}

.mce-tooltip-ne .mce-tooltip-arrow {
    top: 0;
    right: 10px;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent
}

.mce-tooltip-s .mce-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent
}

.mce-tooltip-sw .mce-tooltip-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent
}

.mce-tooltip-se .mce-tooltip-arrow {
    right: 10px;
    bottom: 0;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent
}

.mce-tooltip-e .mce-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-right: none;
    border-bottom-color: transparent;
    border-left-style: solid
}

.mce-tooltip-w .mce-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.mce-btn {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;background-color: #fff
}

.mce-btn:hover,.mce-btn:focus {
    color: #eee;
    background-color: #eee
}

.mce-btn.mce-disabled button,.mce-btn.mce-disabled:hover button {
    cursor: default;
    zoom:1;filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4
}

.mce-btn.mce-active {
    background-color: #d6d6d6
}

.mce-btn.mce-active:hover {
    background-color: #d6d6d6
}

.mce-btn:not(.mce-disabled):active {
    background-color: #d6d6d6
}

.mce-btn button {
    padding: 2px 6px;
    overflow: visible;
    font-size: 12px;
    color: #333;
    text-align: center;
    cursor: pointer
}

.mce-btn button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mce-primary {
    min-width: 50px;
    color: #fff;
    background-color: #006dcc;
    border: 1px solid #b1b1b1;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25)
}

.mce-primary:hover,.mce-primary:focus {
    background-color: #005fb3
}

.mce-primary.mce-disabled button,.mce-primary.mce-disabled:hover button {
    cursor: default;
    zoom:1;filter: alpha(opacity=40);
    opacity: 0.4
}

.mce-primary.mce-active {
    background-color: #005299
}

.mce-primary.mce-active:hover {
    background-color: #005299
}

.mce-primary:not(.mce-disabled):active {
    background-color: #005299
}

.mce-primary button {
    color: #fff
}

.mce-primary button i {
    color: #fff
}

.mce-btn-large button {
    padding: 9px 14px;
    font-size: 12px;
    line-height: normal;
    border-radius: 5px
}

.mce-btn-large i {
    margin-top: 2px
}

.mce-btn-small button {
    padding: 1px 5px;
    *padding-bottom: 2px;
    font-size: 12px
}

.mce-btn-small i {
    line-height: 20px;
    *line-height: 18px;
    vertical-align: top
}

.mce-btn .mce-caret,.mce-btn-small .mce-caret {
    margin-top: 8px;
    margin-left: 0
}

.mce-caret {
    display: inline-block;
    *display: inline;
    width: 0;
    height: 0;
    vertical-align: top;
    *zoom:1;content: "";
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mce-disabled .mce-caret {
    border-top-color: #aaa
}

.mce-caret.mce-up {
    border-top: 0;
    border-bottom: 4px solid #333
}

.mce-btn-group .mce-btn {
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 0
}

.mce-btn-group .mce-first {
    border-radius: 3px 0 0 3px
}

.mce-btn-group .mce-last {
    border-right: solid 1px #ccc;
    border-radius: 0 3px 3px 0
}

.mce-btn-group .mce-first.mce-last {
    border-radius: 3px
}

.mce-btn-group .mce-btn.mce-flow-layout-item {
    margin: 0
}

i.mce-i-checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    overflow: hidden;
    *font-size: 0;
    *line-height: 0;
    text-align: center;
    text-indent: -10em;
    *text-indent: 0;
    background-color: #f0f0f0;
    border: 1px solid #c5c5c5;
    border-radius: 3px
}

.mce-checked i.mce-i-checkbox {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-indent: 0
}

.mce-checkbox {
    cursor: pointer
}

.mce-checkbox:focus i.mce-i-checkbox,.mce-checkbox.mce-focus i.mce-i-checkbox {
    border: 1px solid rgba(82,168,236,0.8)
}

.mce-checkbox.mce-disabled .mce-label,.mce-checkbox.mce-disabled i.mce-i-checkbox {
    color: #acacac
}

.mce-colorbutton .mce-ico {
    position: relative
}

.mce-colorbutton-grid {
    margin: 4px
}

.mce-colorbutton button {
    padding-right: 4px
}

.mce-colorbutton .mce-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13px;
    height: 2px;
    padding-right: 3px;
    margin-top: 7px;
    margin-left: -14px;
    overflow: hidden;
    background: #808080
}

.mce-colorbutton.mce-btn-small .mce-preview {
    width: 16px;
    padding-right: 0;
    margin-left: -16px
}

.mce-colorbutton .mce-open {
    padding-left: 4px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.mce-colorbutton:hover .mce-open {
    border-right-color: #bdbdbd;
    border-left-color: #bdbdbd
}

.mce-colorbutton.mce-btn-small .mce-open {
    padding: 0 3px
}

.mce-combobox {
    display: inline-block;
    *display: inline;
    *height: 32px;
    *zoom:1}

.mce-combobox input {
    height: 28px;
    border: 1px solid #c5c5c5
}

.mce-combobox.mce-disabled input {
    color: #adadad
}

.mce-combobox.mce-has-open input {
    border-radius: 4px 0 0 4px
}

.mce-combobox .mce-btn {
    background-color: #c5c5c5;
    border-left: 0;
    border-radius: 0 4px 4px 0
}

.mce-combobox button {
    height: 26px
}

.mce-combobox.mce-disabled .mce-btn button {
    cursor: default;
    zoom:1;filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4
}

.mce-path {
    display: inline-block;
    *display: inline;
    padding: 8px;
    white-space: normal;
    *zoom:1}

.mce-path .mce-txt {
    display: inline-block;
    padding-right: 3px
}

.mce-path .mce-path-body {
    display: inline-block
}

.mce-path-item {
    display: inline-block;
    *display: inline;
    color: #333;
    cursor: pointer;
    *zoom:1}

.mce-path-item:hover {
    text-decoration: underline
}

.mce-path-item:focus {
    color: #fff;
    background: #666
}

.mce-path .mce-divider {
    display: inline
}

.mce-disabled .mce-path-item {
    color: #aaa
}

.mce-fieldset {
    border: 0 solid #9e9e9e;
    border-radius: 3px
}

.mce-fieldset>.mce-container-body {
    margin-top: -15px
}

.mce-fieldset-title {
    padding: 0 5px;
    margin-left: 5px
}

.mce-fit-layout {
    display: inline-block;
    *display: inline;
    *zoom:1}

.mce-fit-layout-item {
    position: absolute
}

.mce-flow-layout-item {
    display: inline-block;
    *display: inline;
    margin: 2px 0 2px 2px;
    *zoom:1}

.mce-flow-layout-item.mce-last {
    max-width: 100%;
    margin-right: 2px
}

.mce-flow-layout-item.mce-last>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
}

.mce-flow-layout {
    white-space: normal
}

.mce-tinymce-inline .mce-flow-layout {
    white-space: nowrap
}

.mce-iframe {
    width: 100%;
    height: 100%;
    border: 0 solid #9e9e9e
}

.mce-label {
    display: inline-block;
    *display: inline;
    overflow: hidden;
    *zoom:1;border: 0
}

.mce-label.mce-autoscroll {
    overflow: auto
}

.mce-label.mce-disabled {
    color: #aaa
}

.mce-label.mce-multiline {
    white-space: pre-wrap
}

.mce-menubar {
    border: 1px solid #eee
}

.mce-menubar .mce-menubtn {
    background: transparent;
    -webkit-filter: none;
    filter: none;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-menubar .mce-menubtn button span {
    color: #333
}

.mce-menubar .mce-menubtn:hover,.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus {
    background: #e6e6e6;
    -webkit-filter: none;
    filter: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-menubar .mce-caret {
    border-top-color: #333
}

.mce-menubtn.mce-disabled span {
    color: #aaa
}

.mce-menubtn span {
    margin-right: 2px;
    line-height: 20px;
    *line-height: 16px;
    color: #333
}

.mce-menubtn.mce-btn-small span {
    font-size: 12px
}

.mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.mce-menubtn.mce-fixed-width.mce-btn-small span {
    width: 70px
}

.mce-menubtn .mce-caret {
    *margin-top: 6px
}

.mce-listbox button {
    position: relative;
    padding-right: 20px;
    text-align: left
}

.mce-listbox .mce-caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px
}

.mce-menu-item {
    display: block;
    padding: 6px 15px 6px 12px;
    margin-bottom: 1px;
    clear: both;
    font-weight: 400;
    line-height: normal;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-left: 4px solid transparent
}

.mce-menu-item:hover,.mce-menu-item.mce-selected,.mce-menu-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3ed2f0
}

.mce-menu-item:hover .mce-menu-shortcut,.mce-menu-item.mce-selected .mce-menu-shortcut,.mce-menu-item:focus .mce-menu-shortcut {
    color: #fff
}

.mce-menu-item .mce-caret {
    margin-top: 4px;
    *margin-top: 3px;
    margin-right: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333
}

.mce-menu-item.mce-selected .mce-caret,.mce-menu-item:focus .mce-caret,.mce-menu-item:hover .mce-caret {
    border-left-color: #fff
}

.mce-menu-item .mce-ico,.mce-menu-item .mce-text {
    color: #333
}

.mce-menu-item.mce-disabled .mce-text,.mce-menu-item.mce-disabled .mce-ico {
    color: #adadad
}

.mce-menu-item:hover .mce-text,.mce-menu-item.mce-selected .mce-text .mce-menu-item:hover .mce-ico .mce-menu-item.mce-selected .mce-ico .mce-menu-item:focus .mce-ico {
    color: #fff
}

.mce-menu-item.mce-disabled:hover {
    background: #ccc
}

.mce-menu-shortcut {
    display: inline-block;
    padding: 0 15px 0 20px;
    color: #adadad
}

.mce-menu-align .mce-menu-shortcut {
    position: absolute;
    right: 0;
    *margin-top: -2px
}

.mce-menu-align .mce-caret {
    position: absolute;
    right: 0
}

.mce-menu-item.mce-active i {
    visibility: visible
}

.mce-menu-item-normal.mce-active {
    background-color: #dff5f9
}

.mce-menu-item-normal.mce-active .mce-text {
    color: #333
}

.mce-menu-item-normal.mce-active:hover .mce-text,.mce-menu-item-normal.mce-active:hover .mce-ico {
    color: #fff
}

.mce-menu-item-preview.mce-active {
    border-left: 5px solid #aaa
}

div.mce-menu .mce-menu-item-sep,.mce-menu-item-sep:hover {
    height: 1px;
    padding: 0;
    margin: 9px 1px;
    overflow: hidden;
    cursor: default;
    background: #cbcbcb;
    -webkit-filter: none;
    filter: none;
    border: 0;
    border-bottom: 1px solid #fff
}

.mce-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    max-height: 400px;
    padding: 5px 0;
    margin: 2px 0 0;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #989898;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

.mce-menu i {
    display: none
}

.mce-menu-has-icons i {
    display: inline-block;
    *display: inline
}

.mce-menu-sub-tr-tl {
    margin: -6px 0 0 -1px
}

.mce-menu-sub-br-bl {
    margin: 6px 0 0 -1px
}

.mce-menu-sub-tl-tr {
    margin: -6px 0 0 1px
}

.mce-menu-sub-bl-br {
    margin: 6px 0 0 1px
}

.mce-container-body .mce-resizehandle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: s-resize;
    visibility: visible
}

.mce-container-body .mce-resizehandle-both {
    cursor: se-resize
}

i.mce-i-resize {
    color: #333
}

.mce-spacer {
    visibility: hidden
}

.mce-splitbtn .mce-open {
    padding-left: 4px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.mce-splitbtn .mce-open.mce-active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.mce-splitbtn button {
    padding-right: 4px
}

.mce-splitbtn.mce-btn-small .mce-open {
    padding: 0 3px
}

.mce-stack-layout-item {
    display: block
}

.mce-tabs {
    display: block;
    border-bottom: 1px solid #c5c5c5
}

.mce-tab {
    display: inline-block;
    *display: inline;
    height: 13px;
    padding: 8px;
    cursor: pointer;
    *zoom:1;background: #e3e3e3;
    border: 1px solid #c5c5c5
}

.mce-tab:hover {
    background: #fdfdfd
}

.mce-tab.mce-active {
    height: 14px;
    margin-bottom: -1px;
    background: #fdfdfd;
    border-bottom-color: transparent
}

.mce-textbox {
    z-index: 1;
    display: inline-block;
    height: 28px;
    padding: 0 4px;
    color: #333;
    white-space: pre-wrap;
    *white-space: pre;
    resize: none;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    -webkit-transition: border linear 0.2s,-webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s,-webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s,-webkit-box-shadow linear 0.2s
}

.mce-textbox:focus,.mce-textbox.mce-focus {
    border-color: rgba(82,168,236,0.8)
}

.mce-textbox.mce-multiline {
    padding: 4px
}

.mce-textbox.mce-disabled {
    color: #adadad
}

.mce-placeholder .mce-textbox {
    color: #aaa
}

.mce-throbber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom:1;background: #fff no-repeat center center;
    filter: alpha(opacity=60);
    opacity: 0.6
}

.mce-i-none {
    width: 16px;
    height: 16px;
    margin: 2px 0
}

.mce-ico {
    font-size: 16px;
    line-height: 20px
}

.mce-i-save::before {
    content: "\f0c7"
}

.mce-i-newdocument::before {
    content: "\f016"
}

.mce-i-fullpage::before {
    content: "\f065"
}

.mce-i-alignleft::before {
    content: "\f036"
}

.mce-i-aligncenter::before {
    content: "\f037"
}

.mce-i-alignright::before {
    content: "\f038"
}

.mce-i-alignjustify::before {
    content: "\f039"
}

.mce-i-cut::before {
    content: "\f0c4"
}

.mce-i-paste::before {
    content: "\f0ea"
}

.mce-i-searchreplace::before {
    content: "\e009"
}

.mce-i-bullist::before {
    content: "\f0ca"
}

.mce-i-numlist::before {
    content: "\f0cb"
}

.mce-i-indent::before {
    content: "\f03c"
}

.mce-i-outdent::before {
    content: "\f03b"
}

.mce-i-blockquote::before {
    content: "\f10e"
}

.mce-i-undo::before {
    content: "\f112"
}

.mce-i-redo::before {
    content: "\f064"
}

.mce-i-link::before {
    content: "\f0c1"
}

.mce-i-unlink::before {
    content: "\f127"
}

.mce-i-anchor::before {
    content: "\f13d"
}

.mce-i-image::before {
    content: "\f03e"
}

.mce-i-media::before {
    content: "\f008"
}

.mce-i-help::before {
    content: "\f059"
}

.mce-i-code::before {
    content: "\f121"
}

.mce-i-inserttime::before {
    content: "\f017"
}

.mce-i-preview::before {
    content: "\f06e"
}

.mce-i-forecolor::before,.mce-i-backcolor::before {
    content: ""
}

.mce-i-table::before {
    content: "\f0ce"
}

.mce-i-hr::before {
    content: ""
}

.mce-i-removeformat::before {
    content: ""
}

.mce-i-subscript::before {
    content: "\f12c"
}

.mce-i-superscript::before {
    content: "\f12b"
}

.mce-i-charmap::before {
    content: ""
}

.mce-i-emoticons::before {
    content: "\f11a"
}

.mce-i-print::before {
    content: "\f02f"
}

.mce-i-fullscreen::before {
    content: "\f065"
}

.mce-i-spellchecker::before {
    content: ""
}

.mce-i-nonbreaking::before {
    content: ""
}

.mce-i-template::before {
    content: ""
}

.mce-i-pagebreak::before {
    content: ""
}

.mce-i-restoredraft::before {
    content: ""
}

.mce-i-untitled::before {
    content: ""
}

.mce-i-bold::before {
    content: "\f032"
}

.mce-i-italic::before {
    content: "\f033"
}

.mce-i-underline::before {
    content: "\f0cd"
}

.mce-i-strikethrough::before {
    content: "\f0cc"
}

.mce-i-visualchars::before,.mce-i-visualblocks::before {
    content: ""
}

.mce-i-ltr::before {
    content: ""
}

.mce-i-rtl::before {
    content: "\e030"
}

.mce-i-copy::before {
    content: "\f0c5"
}

.mce-i-resize::before {
    content: "\f07d"
}

.mce-i-browse::before {
    content: "\f07c"
}

.mce-i-pastetext::before {
    content: ""
}

.mce-i-checkbox::before {
    content: "\f00c"
}

.mce-i-selected {
    visibility: hidden
}

.mce-i-selected::before {
    content: "\f00c"
}

i.mce-i-backcolor {
    background: #bbb
}

.mce-rtl i.mce-i-checkbox {
    direction: rtl
}

.tab-content.translationsFields {
    padding: 0
}

.tab-content.translationsFields .mce-tinymce {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dfdfdf !important
}

.tab-content.translationsFields .mce-container-body .mce-flow-layout {
    padding-top: 5px;
    padding-bottom: 5px
}

.nav-pills.translationsLocales {
    border-right: 1px solid #dfdfdf;
    border-bottom: none;
    border-left: 1px solid #dfdfdf
}

#right-sidebar {
    position: fixed;
    top: 136px;
    right: -3em;
    bottom: 0;
    z-index: 1000;
    display: block;
    float: right;
    padding: 0 3em 0 0;
    overflow: auto;
    background: #fff
}

#right-sidebar.sidebar-open {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.8);
    box-shadow: 0 0 12px rgba(0,0,0,0.8)
}

#right-sidebar .quicknav-container {
    height: 100%
}

@media (max-width: 1023.98px) {
    #right-sidebar {
        top:62px;
        right: 0;
        padding: 0
    }

    #right-sidebar .quicknav-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #right-sidebar .quicknav-header a {
        font-size: 2rem;
        color: #fff
    }
}

@media (min-width: 768px) {
    .sidebar.sidebar-right.sidebar-sm-show {
        right:0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width: 1024px) {
    .sidebar.sidebar-right.sidebar-md-show {
        right:0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width: 1300px) {
    .sidebar.sidebar-right.sidebar-lg-show {
        right:0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.sidebar-animate {
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease
}

.sidebar.sidebar-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.sidebar.sidebar-right.sidebar-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sidebar.sidebar-right.sidebar-xs-show {
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sidebar.sidebar-right .quicknav-fixed-bottom {
    position: fixed;
    right: 3em;
    bottom: 0;
    left: 0;
    height: 50px;
    margin-bottom: 0
}

.sidebar.sidebar-right .quicknav-fixed-bottom ul.pagination {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.sidebar.sidebar-right .quicknav-fixed-bottom input {
    text-align: center;
    outline-style: none
}

.sidebar.sidebar-right .quicknav-header {
    height: 50px;
    padding: 1.2em;
    color: #fff;
    background: #363a41
}

.sidebar.sidebar-right .quicknav-header h2,.sidebar.sidebar-right .quicknav-header .modal-title {
    margin-bottom: 0;
    color: #fff
}

.sidebar.sidebar-right .quicknav-scroller {
    height: calc(100% - 50px - 50px);
    overflow: auto
}

.sidebar.sidebar-right .quicknav-scroller table {
    margin-bottom: 0
}

body {
    direction: ltr;
    background: #eaebec
}

._fullspace {
    width: 100%;
    height: 100%
}

.bordered>.panel {
    border: 0
}

.bordered>.nav-item>.nav-link.active {
    border-bottom: 1px solid #fff
}

#product_filter_column_active .select2 {
    min-width: 4.375rem
}

span.twitter-typeahead {
    width: 100%
}

span.twitter-typeahead input.tt-input {
    width: 100%
}

.btn.btn-text {
    padding: 0;
    cursor: pointer;
    background: transparent
}

.btn.btn-text:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-toggle.tool-button::after {
    font-size: 1.375rem;
    color: #6c868e;
    content: "settings"
}

.translation-field {
    display: none
}

.translation-field.visible {
    display: block
}

table.table {
    font-size: 0.8rem
}

.translations-app .modal-header {
    display: inline;
    display: initial
}

.birthday-select-container .custom-select.form-control,.birthday-select-container .pagination .custom-select.jump-to-page,.pagination .birthday-select-container .custom-select.jump-to-page,.birthday-select-container .custom-select.pstaggerWrapper,.birthday-select-container .custom-select.pstaggerAddTagInput,.birthday-select-container .custom-select.tags-input {
    width: 100%
}

.choice-table .table .form-check,.choice-table-headers-fixed table tbody .table .form-check {
    padding-left: 0
}

.form-floating>.form-control:focus~label::after{
    background-color: transparent;
}