@charset "UTF-8";

.alert.ui-pnotify[class*="alert-arrow-"] > .brighttheme:before,
.alert:not(.ui-pnotify)[class*="alert-arrow-"]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}
.alert.ui-pnotify.alert-arrow-right > .brighttheme:before,
.alert:not(.ui-pnotify).alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}
.progress {
    position: relative;
}
.progress-bar {
    width: 0;
    white-space: nowrap;
}
.progress .progressbar-back-text,
.progress .progressbar-front-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
}
.progress .progressbar-back-text {
    -ms-flex-item-align: center;
    align-self: center;
}
.progress.right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.progress.vertical {
    width: 3rem;
    height: 100%;
    display: inline-block;
}
.progress.vertical + .progress.vertical {
    margin-left: 0.625rem;
}
.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    transition: height 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress.vertical .progress-bar {
        transition: none;
    }
}
.progress.vertical.bottom .progressbar-back-text,
.progress.vertical.bottom .progressbar-front-text {
    top: auto;
    bottom: 0;
}
.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}
.media {
    margin-top: 1.25rem;
}
.media.card-body,
.media:first-child {
    margin-top: 0;
}
.media-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.media-title {
    margin-bottom: 0.125rem;
}
.img-preview {
    max-height: 5rem;
}
.media-list-bordered .media {
    margin-top: 0;
    padding: 1rem 1.25rem;
    border-top: 1px solid #ddd;
}
.media-list-linked .media {
    padding: 1rem 1.25rem;
}
.media-list-linked li.media {
    margin-top: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.media-list-linked.media-list-bordered li.media {
    border-bottom: 0;
}
.media-list-linked a.media {
    color: inherit;
    transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .media-list-linked a.media {
        transition: none;
    }
}
.media-list-linked a.media:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.list-group {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem 0;
    background-clip: padding-box;
    border-radius: 0.25rem;
}
.list-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0;
    background-color: transparent;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .list-group-item {
        transition: none;
    }
}
.list-group:not([class*="list-group-horizontal"]) .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group:not([class*="list-group-horizontal"]) .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item + .list-group-item {
    margin-top: 1px;
}
.list-group-item + .list-group-item.active {
    margin-top: 1px;
    border-top-width: 0;
}
.list-group .list-group-item + .list-group-item,
.list-group .list-group-item + .list-group-item.active {
    margin-top: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
    cursor: default;
}
.list-group-item-active-indicator {
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.15s, visibility ease-in-out 0.15s;
}
.list-group-item.active > .list-group-item-active-indicator {
    opacity: 1;
    visibility: visible;
}
.list-group-horizontal {
    border: 0;
}
.list-group-horizontal .list-group-item-action {
    width: auto;
}
.list-group-horizontal .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        border: 0;
    }
    .list-group-horizontal-sm .list-group-item-action {
        width: auto;
    }
    .list-group-horizontal-sm .list-group-item {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
@media (min-width: 769px) {
    .list-group-horizontal-md {
        border: 0;
    }
    .list-group-horizontal-md .list-group-item-action {
        width: auto;
    }
    .list-group-horizontal-md .list-group-item {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        border: 0;
    }
    .list-group-horizontal-lg .list-group-item-action {
        width: auto;
    }
    .list-group-horizontal-lg .list-group-item {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        border: 0;
    }
    .list-group-horizontal-xl .list-group-item-action {
        width: auto;
    }
    .list-group-horizontal-xl .list-group-item {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
.list-group-flush > .list-group-item {
    border-width: 0;
}
.list-group-divider {
    padding: 0;
    margin: 0.5rem 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
    border: 0;
}
.list-group-bordered {
    padding: 0;
}
.list-group-bordered .list-group-item {
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-bottom: -1px;
}
.list-group-bordered .list-group-item:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-bordered .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-custom {
    border-radius: 0.25rem;
}
.list-group-custom .list-group-item-action:not(.active):not(.disabled) {
    color: rgba(255, 255, 255, 0.9);
}
.list-group-custom .list-group-item-action:not(.active):not(.disabled):focus,
.list-group-custom .list-group-item-action:not(.active):not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.list-group-custom .list-group-item {
    color: #fff;
}
.list-group-custom .list-group-item.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.list-group-custom .list-group-item.disabled,
.list-group-custom .list-group-item:disabled {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
}
.list-group-custom .list-group-divider {
    background-color: rgba(255, 255, 255, 0.4);
}
.list-group-custom.list-group-bordered .list-group-item {
    border-top-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.list-group-item-primary {
    color: #114e7e;
    background-color: #c1e2fc;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #114e7e;
    background-color: #a9d7fb;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #114e7e;
    border-color: #114e7e;
}
.list-group-item-primary-100 {
    color: #797f84;
    background-color: #f9fcff;
}
.list-group-item-primary-100.list-group-item-action:focus,
.list-group-item-primary-100.list-group-item-action:hover {
    color: #797f84;
    background-color: #e0efff;
}
.list-group-item-primary-100.list-group-item-action.active {
    color: #fff;
    background-color: #797f84;
    border-color: #797f84;
}
.list-group-item-secondary {
    color: #243c48;
    background-color: #cbd8de;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #243c48;
    background-color: #bbccd4;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #243c48;
    border-color: #243c48;
}
.list-group-item-secondary-100 {
    color: #7b7d7e;
    background-color: #fafbfc;
}
.list-group-item-secondary-100.list-group-item-action:focus,
.list-group-item-secondary-100.list-group-item-action:hover {
    color: #7b7d7e;
    background-color: #eaeef2;
}
.list-group-item-secondary-100.list-group-item-action.active {
    color: #fff;
    background-color: #7b7d7e;
    border-color: #7b7d7e;
}
.list-group-item-success {
    color: #135d3b;
    background-color: #c2ead8;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #135d3b;
    background-color: #afe3cc;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #135d3b;
    border-color: #135d3b;
}
.list-group-item-success-100 {
    color: #79807d;
    background-color: #f9fdfb;
}
.list-group-item-success-100.list-group-item-action:focus,
.list-group-item-success-100.list-group-item-action:hover {
    color: #79807d;
    background-color: #e6f7ee;
}
.list-group-item-success-100.list-group-item-action.active {
    color: #fff;
    background-color: #79807d;
    border-color: #79807d;
}
.list-group-item-info {
    color: #17616a;
    background-color: #c4ecf1;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #17616a;
    background-color: #afe5ec;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #17616a;
    border-color: #17616a;
}
.list-group-item-info-100 {
    color: #7a8182;
    background-color: #f9fdfe;
}
.list-group-item-info-100.list-group-item-action:focus,
.list-group-item-info-100.list-group-item-action:hover {
    color: #7a8182;
    background-color: #e3f6fa;
}
.list-group-item-info-100.list-group-item-action.active {
    color: #fff;
    background-color: #7a8182;
    border-color: #7a8182;
}
.list-group-item-warning {
    color: #7f4624;
    background-color: #fcddcb;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7f4624;
    background-color: #fbcdb3;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7f4624;
    border-color: #7f4624;
}
.list-group-item-warning-100 {
    color: #847e7b;
    background-color: #fffcfa;
}
.list-group-item-warning-100.list-group-item-action:focus,
.list-group-item-warning-100.list-group-item-action:hover {
    color: #847e7b;
    background-color: #ffede1;
}
.list-group-item-warning-100.list-group-item-action.active {
    color: #fff;
    background-color: #847e7b;
    border-color: #847e7b;
}
.list-group-item-danger {
    color: #7c2b2a;
    background-color: #fbcfce;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7c2b2a;
    background-color: #f9b8b6;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c2b2a;
    border-color: #7c2b2a;
}
.list-group-item-danger-100 {
    color: #847c7c;
    background-color: #fefafa;
}
.list-group-item-danger-100.list-group-item-action:focus,
.list-group-item-danger-100.list-group-item-action:hover {
    color: #847c7c;
    background-color: #fae5e5;
}
.list-group-item-danger-100.list-group-item-action.active {
    color: #fff;
    background-color: #847c7c;
    border-color: #847c7c;
}
.list-group-item-white {
    color: #858585;
    background-color: #fff;
}
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}
.list-group-item-light {
    color: #7d7e7f;
    background-color: #fbfbfc;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7d7e7f;
    background-color: #ececf1;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e7f;
    border-color: #7d7e7f;
}
.list-group-item-light-100 {
    color: rgba(14, 14, 14, 0.532);
    background-color: rgba(255, 255, 255, 0.748);
}
.list-group-item-light-100.list-group-item-action:focus,
.list-group-item-light-100.list-group-item-action:hover {
    color: rgba(14, 14, 14, 0.532);
    background-color: rgba(242, 242, 242, 0.748);
}
.list-group-item-light-100.list-group-item-action.active {
    color: #fff;
    background-color: rgba(14, 14, 14, 0.532);
    border-color: rgba(14, 14, 14, 0.532);
}
.list-group-item-dark {
    color: #13161c;
    background-color: #c2c4c7;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #13161c;
    background-color: #b5b7bb;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #13161c;
    border-color: #13161c;
}
.list-group-item-dark-100 {
    color: rgba(0, 0, 0, 0.532);
    background-color: rgba(250, 250, 250, 0.748);
}
.list-group-item-dark-100.list-group-item-action:focus,
.list-group-item-dark-100.list-group-item-action:hover {
    color: rgba(0, 0, 0, 0.532);
    background-color: rgba(237, 237, 237, 0.748);
}
.list-group-item-dark-100.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.532);
    border-color: rgba(0, 0, 0, 0.532);
}
.list-group-item-teal {
    color: #145650;
    background-color: #c2e6e3;
}
.list-group-item-teal.list-group-item-action:focus,
.list-group-item-teal.list-group-item-action:hover {
    color: #145650;
    background-color: #b0dfdb;
}
.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #145650;
    border-color: #145650;
}
.list-group-item-teal-100 {
    color: #79807f;
    background-color: #f9fcfc;
}
.list-group-item-teal-100.list-group-item-action:focus,
.list-group-item-teal-100.list-group-item-action:hover {
    color: #79807f;
    background-color: #e8f4f4;
}
.list-group-item-teal-100.list-group-item-action.active {
    color: #fff;
    background-color: #79807f;
    border-color: #79807f;
}
.list-group-item-indigo {
    color: #303864;
    background-color: #d1d6ed;
}
.list-group-item-indigo.list-group-item-action:focus,
.list-group-item-indigo.list-group-item-action:hover {
    color: #303864;
    background-color: #bfc6e6;
}
.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #303864;
    border-color: #303864;
}
.list-group-item-indigo-100 {
    color: #7c7d81;
    background-color: #fbfbfd;
}
.list-group-item-indigo-100.list-group-item-action:focus,
.list-group-item-indigo-100.list-group-item-action:hover {
    color: #7c7d81;
    background-color: #eaeaf5;
}
.list-group-item-indigo-100.list-group-item-action.active {
    color: #fff;
    background-color: #7c7d81;
    border-color: #7c7d81;
}
.list-group-item-purple {
    color: #4a3a64;
    background-color: #dfd7ee;
}
.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #4a3a64;
    background-color: #d1c5e6;
}
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #4a3a64;
    border-color: #4a3a64;
}
.list-group-item-purple-100 {
    color: #7f7d81;
    background-color: #fcfbfd;
}
.list-group-item-purple-100.list-group-item-action:focus,
.list-group-item-purple-100.list-group-item-action:hover {
    color: #7f7d81;
    background-color: #efeaf5;
}
.list-group-item-purple-100.list-group-item-action.active {
    color: #fff;
    background-color: #7f7d81;
    border-color: #7f7d81;
}
.list-group-item-pink {
    color: #7e3046;
    background-color: #fcd1dd;
}
.list-group-item-pink.list-group-item-action:focus,
.list-group-item-pink.list-group-item-action:hover {
    color: #7e3046;
    background-color: #fab9cb;
}
.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #7e3046;
    border-color: #7e3046;
}
.list-group-item-pink-100 {
    color: #847c7e;
    background-color: #fffbfc;
}
.list-group-item-pink-100.list-group-item-action:focus,
.list-group-item-pink-100.list-group-item-action:hover {
    color: #847c7e;
    background-color: #ffe2e9;
}
.list-group-item-pink-100.list-group-item-action.active {
    color: #fff;
    background-color: #847c7e;
    border-color: #847c7e;
}
.list-group-item-yellow {
    color: #856f25;
    background-color: #fff4cc;
}
.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
    color: #856f25;
    background-color: #ffefb3;
}
.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #856f25;
    border-color: #856f25;
}
.list-group-item-yellow-100 {
    color: #85837b;
    background-color: #fffefa;
}
.list-group-item-yellow-100.list-group-item-action:focus,
.list-group-item-yellow-100.list-group-item-action:hover {
    color: #85837b;
    background-color: #fff9e1;
}
.list-group-item-yellow-100.list-group-item-action.active {
    color: #fff;
    background-color: #85837b;
    border-color: #85837b;
}
.close {
    opacity: 0.75;
    transition: color ease-in-out 0.15s, opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .close {
        transition: none;
    }
}
.close:focus,
.close:hover {
    outline: 0;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.toast-header {
    background-clip: border-box;
}
.toast-header .close {
    color: inherit;
}
.modal-header {
    position: relative;
}
.modal-header .close {
    color: inherit;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.modal-header:not([class*="bg-"]) {
    padding-bottom: 0;
    border-bottom-width: 0;
}
.modal-footer:not([class*="bg-"]) {
    padding-top: 0;
    border-top-width: 0;
}
.table + .modal-footer,
[class*="table-responsive"] + .modal-footer {
    border-top-width: 1px;
    border-top-color: #ddd;
}
.modal-footer > * {
    margin: 0;
}
.modal-footer > .btn + .btn {
    margin-left: 1.25rem;
}
@media (min-width: 576px) {
    .modal-xs {
        max-width: 300px;
    }
    .modal-full {
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}
.modal-bottom .modal-dialog,
.modal-left .modal-dialog,
.modal-right .modal-dialog,
.modal-top .modal-dialog {
    margin: 0;
}
.modal-bottom .modal-content,
.modal-left .modal-content,
.modal-right .modal-content,
.modal-top .modal-content {
    border: 0;
}
.modal-bottom .modal-content,
.modal-bottom .modal-footer,
.modal-bottom .modal-header,
.modal-left .modal-content,
.modal-left .modal-footer,
.modal-left .modal-header,
.modal-right .modal-content,
.modal-right .modal-footer,
.modal-right .modal-header,
.modal-top .modal-content,
.modal-top .modal-footer,
.modal-top .modal-header {
    border-radius: 0;
}
.modal-left .modal-dialog,
.modal-right .modal-dialog {
    width: 320px;
    height: 100%;
}
.modal-left.fade .modal-dialog,
.modal-right.fade .modal-dialog {
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal-left.fade .modal-dialog,
    .modal-right.fade .modal-dialog {
        transition: none;
    }
}
.modal-left .modal-dialog-scrollable,
.modal-left .modal-dialog-scrollable .modal-content,
.modal-right .modal-dialog-scrollable,
.modal-right .modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-left .modal-content,
.modal-right .modal-content {
    height: 100%;
}
.modal-left .modal-xs,
.modal-right .modal-xs {
    width: 56px;
}
.modal-left .modal-sm,
.modal-right .modal-sm {
    width: 156px;
}
@media (min-width: 576px) {
    .modal-left .modal-lg,
    .modal-right .modal-lg {
        width: 400px;
    }
}
.modal-left.modal .modal-dialog {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.modal-left.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal-right .modal-dialog {
    margin-left: auto;
}
.modal-right.modal .modal-dialog {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.modal-right.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal-bottom .modal-dialog,
.modal-top .modal-dialog {
    width: 100%;
    max-width: none;
}
.modal-bottom.modal .modal-dialog,
.modal-top.modal .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-bottom.fade .modal-content,
.modal-top.fade .modal-content {
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal-bottom.fade .modal-content,
    .modal-top.fade .modal-content {
        transition: none;
    }
}
.modal-top.modal .modal-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.modal-top.show .modal-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal-bottom.modal .modal-content {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.modal-bottom.show .modal-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.bs-tooltip-top .arrow[class*="border-"]:before {
    border-top-color: inherit;
}
.bs-tooltip-right .arrow[class*="border-"]:before {
    border-right-color: inherit;
}
.bs-tooltip-bottom .arrow[class*="border-"]:before {
    border-bottom-color: inherit;
}
.bs-tooltip-left .arrow[class*="border-"]:before {
    border-left-color: inherit;
}
.popover-header {
    font-weight: 500;
    padding-bottom: 0;
    border-bottom-width: 0;
}
.popover-header[class*="bg-"] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-width: 1px;
}
.bs-popover-top[class*="bg-"] .arrow,
.bs-popover-top[class*="bg-"] .arrow:after,
.bs-popover-top[class*="bg-"] .arrow:before,
.bs-popover-top[class*="border-"] .arrow,
.bs-popover-top[class*="border-"] .arrow:after,
.bs-popover-top[class*="border-"] .arrow:before {
    border-top-color: inherit;
}
.bs-popover-right[class*="bg-"] .arrow,
.bs-popover-right[class*="bg-"] .arrow:after,
.bs-popover-right[class*="bg-"] .arrow:before,
.bs-popover-right[class*="border-"] .arrow,
.bs-popover-right[class*="border-"] .arrow:after,
.bs-popover-right[class*="border-"] .arrow:before {
    border-right-color: inherit;
}
.bs-popover-bottom[class*="bg-"] .arrow,
.bs-popover-bottom[class*="bg-"] .arrow:after,
.bs-popover-bottom[class*="bg-"] .arrow:before,
.bs-popover-bottom[class*="border-"] .arrow,
.bs-popover-bottom[class*="border-"] .arrow:after,
.bs-popover-bottom[class*="border-"] .arrow:before {
    border-bottom-color: inherit;
}
.bs-popover-left[class*="bg-"] .arrow,
.bs-popover-left[class*="bg-"] .arrow:after,
.bs-popover-left[class*="bg-"] .arrow:before,
.bs-popover-left[class*="border-"] .arrow,
.bs-popover-left[class*="border-"] .arrow:after,
.bs-popover-left[class*="border-"] .arrow:before {
    border-left-color: inherit;
}
.border-top-primary {
    border-top-color: #2196f3 !important;
}
.border-bottom-primary {
    border-bottom-color: #2196f3 !important;
}
.border-left-primary {
    border-left-color: #2196f3 !important;
}
.border-right-primary {
    border-right-color: #2196f3 !important;
}
.border-top-primary-100 {
    border-top-color: #e9f5fe !important;
}
.border-bottom-primary-100 {
    border-bottom-color: #e9f5fe !important;
}
.border-left-primary-100 {
    border-left-color: #e9f5fe !important;
}
.border-right-primary-100 {
    border-right-color: #e9f5fe !important;
}
.border-top-secondary {
    border-top-color: #45748a !important;
}
.border-bottom-secondary {
    border-bottom-color: #45748a !important;
}
.border-left-secondary {
    border-left-color: #45748a !important;
}
.border-right-secondary {
    border-right-color: #45748a !important;
}
.border-top-secondary-100 {
    border-top-color: #ecf1f3 !important;
}
.border-bottom-secondary-100 {
    border-bottom-color: #ecf1f3 !important;
}
.border-left-secondary-100 {
    border-left-color: #ecf1f3 !important;
}
.border-right-secondary-100 {
    border-right-color: #ecf1f3 !important;
}
.border-top-success {
    border-top-color: #25b372 !important;
}
.border-bottom-success {
    border-bottom-color: #25b372 !important;
}
.border-left-success {
    border-left-color: #25b372 !important;
}
.border-right-success {
    border-right-color: #25b372 !important;
}
.border-top-success-100 {
    border-top-color: #e9f7f1 !important;
}
.border-bottom-success-100 {
    border-bottom-color: #e9f7f1 !important;
}
.border-left-success-100 {
    border-left-color: #e9f7f1 !important;
}
.border-right-success-100 {
    border-right-color: #e9f7f1 !important;
}
.border-top-info {
    border-top-color: #2cbacc !important;
}
.border-bottom-info {
    border-bottom-color: #2cbacc !important;
}
.border-left-info {
    border-left-color: #2cbacc !important;
}
.border-right-info {
    border-right-color: #2cbacc !important;
}
.border-top-info-100 {
    border-top-color: #eaf8fa !important;
}
.border-bottom-info-100 {
    border-bottom-color: #eaf8fa !important;
}
.border-left-info-100 {
    border-left-color: #eaf8fa !important;
}
.border-right-info-100 {
    border-right-color: #eaf8fa !important;
}
.border-top-warning {
    border-top-color: #f58646 !important;
}
.border-bottom-warning {
    border-bottom-color: #f58646 !important;
}
.border-left-warning {
    border-left-color: #f58646 !important;
}
.border-right-warning {
    border-right-color: #f58646 !important;
}
.border-top-warning-100 {
    border-top-color: #fef3ed !important;
}
.border-bottom-warning-100 {
    border-bottom-color: #fef3ed !important;
}
.border-left-warning-100 {
    border-left-color: #fef3ed !important;
}
.border-right-warning-100 {
    border-right-color: #fef3ed !important;
}
.border-top-danger {
    border-top-color: #ef5350 !important;
}
.border-bottom-danger {
    border-bottom-color: #ef5350 !important;
}
.border-left-danger {
    border-left-color: #ef5350 !important;
}
.border-right-danger {
    border-right-color: #ef5350 !important;
}
.border-top-danger-100 {
    border-top-color: #fdeeee !important;
}
.border-bottom-danger-100 {
    border-bottom-color: #fdeeee !important;
}
.border-left-danger-100 {
    border-left-color: #fdeeee !important;
}
.border-right-danger-100 {
    border-right-color: #fdeeee !important;
}
.border-top-white {
    border-top-color: #fff !important;
}
.border-bottom-white {
    border-bottom-color: #fff !important;
}
.border-left-white {
    border-left-color: #fff !important;
}
.border-right-white {
    border-right-color: #fff !important;
}
.border-top-light {
    border-top-color: #f0f2f5 !important;
}
.border-bottom-light {
    border-bottom-color: #f0f2f5 !important;
}
.border-left-light {
    border-left-color: #f0f2f5 !important;
}
.border-right-light {
    border-right-color: #f0f2f5 !important;
}
.border-top-light-100 {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}
.border-bottom-light-100 {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.border-left-light-100 {
    border-left-color: rgba(255, 255, 255, 0.1) !important;
}
.border-right-light-100 {
    border-right-color: rgba(255, 255, 255, 0.1) !important;
}
.border-top-dark {
    border-top-color: #252b36 !important;
}
.border-bottom-dark {
    border-bottom-color: #252b36 !important;
}
.border-left-dark {
    border-left-color: #252b36 !important;
}
.border-right-dark {
    border-right-color: #252b36 !important;
}
.border-top-dark-100 {
    border-top-color: rgba(0, 0, 0, 0.1) !important;
}
.border-bottom-dark-100 {
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.border-left-dark-100 {
    border-left-color: rgba(0, 0, 0, 0.1) !important;
}
.border-right-dark-100 {
    border-right-color: rgba(0, 0, 0, 0.1) !important;
}
.border-top-teal {
    border-top-color: #26a69a !important;
}
.border-bottom-teal {
    border-bottom-color: #26a69a !important;
}
.border-left-teal {
    border-left-color: #26a69a !important;
}
.border-right-teal {
    border-right-color: #26a69a !important;
}
.border-top-teal-100 {
    border-top-color: #e9f6f5 !important;
}
.border-bottom-teal-100 {
    border-bottom-color: #e9f6f5 !important;
}
.border-left-teal-100 {
    border-left-color: #e9f6f5 !important;
}
.border-right-teal-100 {
    border-right-color: #e9f6f5 !important;
}
.border-top-indigo {
    border-top-color: #5c6bc0 !important;
}
.border-bottom-indigo {
    border-bottom-color: #5c6bc0 !important;
}
.border-left-indigo {
    border-left-color: #5c6bc0 !important;
}
.border-right-indigo {
    border-right-color: #5c6bc0 !important;
}
.border-top-indigo-100 {
    border-top-color: #eff0f9 !important;
}
.border-bottom-indigo-100 {
    border-bottom-color: #eff0f9 !important;
}
.border-left-indigo-100 {
    border-left-color: #eff0f9 !important;
}
.border-right-indigo-100 {
    border-right-color: #eff0f9 !important;
}
.border-top-purple {
    border-top-color: #8e70c1 !important;
}
.border-bottom-purple {
    border-bottom-color: #8e70c1 !important;
}
.border-left-purple {
    border-left-color: #8e70c1 !important;
}
.border-right-purple {
    border-right-color: #8e70c1 !important;
}
.border-top-purple-100 {
    border-top-color: #f4f1f9 !important;
}
.border-bottom-purple-100 {
    border-bottom-color: #f4f1f9 !important;
}
.border-left-purple-100 {
    border-left-color: #f4f1f9 !important;
}
.border-right-purple-100 {
    border-right-color: #f4f1f9 !important;
}
.border-top-pink {
    border-top-color: #f35c86 !important;
}
.border-bottom-pink {
    border-bottom-color: #f35c86 !important;
}
.border-left-pink {
    border-left-color: #f35c86 !important;
}
.border-right-pink {
    border-right-color: #f35c86 !important;
}
.border-top-pink-100 {
    border-top-color: #feeff3 !important;
}
.border-bottom-pink-100 {
    border-bottom-color: #feeff3 !important;
}
.border-left-pink-100 {
    border-left-color: #feeff3 !important;
}
.border-right-pink-100 {
    border-right-color: #feeff3 !important;
}
.border-top-yellow {
    border-top-color: #ffd648 !important;
}
.border-bottom-yellow {
    border-bottom-color: #ffd648 !important;
}
.border-left-yellow {
    border-left-color: #ffd648 !important;
}
.border-right-yellow {
    border-right-color: #ffd648 !important;
}
.border-top-yellow-100 {
    border-top-color: #fffbed !important;
}
.border-bottom-yellow-100 {
    border-bottom-color: #fffbed !important;
}
.border-left-yellow-100 {
    border-left-color: #fffbed !important;
}
.border-right-yellow-100 {
    border-right-color: #fffbed !important;
}
@charset "UTF-8";
input[type="text"][data-fouc] {
    height: calc(1.5715em + 0.875rem + 2px);
    opacity: 0;
}
input[type="text"].form-control-lg[data-fouc] {
    height: calc(1.4667em + 1.125rem + 2px);
}
input[type="text"].form-control-sm[data-fouc] {
    height: calc(1.6924em + 0.625rem + 2px);
}
select[data-fouc]:not([aria-hidden="false"]) {
    height: calc(1.5715em + 0.875rem + 2px);
    opacity: 0;
}
select.form-control-lg[data-fouc]:not([aria-hidden="false"]) {
    height: calc(1.4667em + 1.125rem + 2px);
}
select.form-control-sm[data-fouc]:not([aria-hidden="false"]) {
    height: calc(1.6924em + 0.625rem + 2px);
}
.wizard-form[data-fouc] {
    opacity: 0;
}
.wizard-form[data-fouc].wizard {
    opacity: 1;
}
.wizard-form[data-fouc]:not(.wizard) {
    padding-top: 6.875rem;
    padding-bottom: 3.625rem;
}
.wizard-form[data-fouc]:not(.wizard) fieldset:not(:first-of-type),
.wizard-form[data-fouc]:not(.wizard) h6 {
    display: none;
}
input[type="text"].colorpicker-flat-full[data-fouc] {
    height: 285px;
}
pre[data-fouc]:not(.ace_editor) {
    height: 450px;
}
pre[data-fouc].ace_editor {
    visibility: visible;
}
.noui-pips-height-helper:not(.noUi-target)[data-fouc] {
    height: 2.75rem;
}
.noui-pips-height-helper.noui-slider-lg:not(.noUi-target)[data-fouc] {
    height: 2.875rem;
}
.noui-pips-height-helper.noui-slider-sm:not(.noUi-target)[data-fouc] {
    height: 2.625rem;
}
.noui-vertical-height-helper:not(.noUi-target)[data-fouc] {
    display: inline-block;
    height: 10rem;
}
input[type="text"].ion-height-helper[data-fouc] {
    height: 3.25rem;
}
input[type="text"].ion-pips-height-helper[data-fouc] {
    height: 5.375rem;
}
input[type="text"].noui-height-helper:not(.noUi-target)[data-fouc] {
    height: 0.375rem;
}
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pace .pace-progress {
    background: #7ac0f8;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 0;
    height: 0.125rem;
}
.pace-inactive {
    display: none;
}
.pace-demo {
    display: inline-block;
    background-color: #1c2e37;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    border-radius: 0.25rem;
    width: 88px;
    height: 88px;
}
.pace-demo .pace_progress {
    display: none;
    white-space: nowrap;
}
.theme_xbox,
.theme_xbox_lg,
.theme_xbox_sm {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -24px;
}
.theme_xbox .pace_activity,
.theme_xbox_lg .pace_activity,
.theme_xbox_sm .pace_activity {
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
    margin: auto;
    width: 48px;
    height: 48px;
}
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:after,
.theme_xbox .pace_activity:before,
.theme_xbox_lg .pace_activity,
.theme_xbox_lg .pace_activity:after,
.theme_xbox_lg .pace_activity:before,
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:after,
.theme_xbox_sm .pace_activity:before {
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
}
.theme_xbox .pace_activity:before,
.theme_xbox_lg .pace_activity:before,
.theme_xbox_sm .pace_activity:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: rotation ease-in-out 2s infinite;
    animation: rotation ease-in-out 2s infinite;
}
.theme_xbox .pace_activity:after,
.theme_xbox_lg .pace_activity:after,
.theme_xbox_sm .pace_activity:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    -webkit-animation: rotation ease-in-out 1s infinite;
    animation: rotation ease-in-out 1s infinite;
}
.theme_xbox_with_text .pace_activity {
    margin-top: -10px;
}
.theme_xbox_with_text span {
    display: block;
    margin-top: 10px;
    color: #fff;
    white-space: nowrap;
}
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:after,
.theme_xbox_sm .pace_activity:before {
    border-width: 1px;
}
.theme_xbox_lg .pace_activity,
.theme_xbox_lg .pace_activity:after,
.theme_xbox_lg .pace_activity:before {
    border-width: 3px;
}
.theme_perspective {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}
.theme_perspective .pace_activity {
    display: inline-block;
    background-color: #fff;
    -webkit-animation: perspective ease-in-out 1.2s infinite;
    animation: perspective ease-in-out 1.2s infinite;
    width: 30px;
    height: 30px;
}
@-webkit-keyframes perspective {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes perspective {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
.theme_perspective_with_text .pace_activity {
    margin-top: -12px;
}
.theme_perspective_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}
.theme_squares {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}
.theme_squares .pace_activity {
    width: 30px;
    height: 30px;
    margin: auto;
}
.theme_squares .pace_activity:after,
.theme_squares .pace_activity:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
}
.theme_squares .pace_activity:before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    -webkit-animation: rotation_reverse linear 2s infinite;
    animation: rotation_reverse linear 2s infinite;
}
.theme_squares .pace_activity:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: 5px;
    -webkit-animation: rotation linear 2s infinite;
    animation: rotation linear 2s infinite;
}
.theme_squares_with_text .pace_activity {
    margin-top: -12px;
}
.theme_squares_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}
.theme_tail {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}
.theme_tail .pace_activity {
    margin: auto;
    width: 30px;
    height: 30px;
    border: 3px solid transparent;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: rotation linear 1.1s infinite;
    animation: rotation linear 1.1s infinite;
}
.theme_tail_circle .pace_activity {
    border-color: rgba(0, 0, 0, 0.15);
    border-left-color: #fff;
}
.theme_tail_with_text .pace_activity {
    margin-top: -12px;
}
.theme_tail_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}
.theme_corners {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -7px;
}
.theme_corners .pace_activity {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-animation: corners ease 1.5s infinite;
    animation: corners ease 1.5s infinite;
    width: 14px;
    height: 14px;
}
@-webkit-keyframes corners {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    50% {
        border-radius: 0;
        -webkit-transform: scale(2) rotate(-180deg);
        transform: scale(2) rotate(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(-360deg);
        transform: scale(1) rotate(-360deg);
    }
}
@keyframes corners {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    50% {
        border-radius: 0;
        -webkit-transform: scale(2) rotate(-180deg);
        transform: scale(2) rotate(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(-360deg);
        transform: scale(1) rotate(-360deg);
    }
}
.theme_corners_with_text .pace_activity {
    margin-top: -28px;
}
.theme_corners_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}
.theme_radar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}
.theme_radar .pace_activity {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: rotation linear 1.1s infinite;
    animation: rotation linear 1.1s infinite;
}
.theme_radar_with_text .pace_activity {
    margin-top: -12px;
}
.theme_radar_with_text span {
    display: block;
    margin-top: 15px;
    color: #fff;
    white-space: nowrap;
}
.theme_bar,
.theme_bar_lg,
.theme_bar_sm {
    position: relative;
    width: 200px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
.theme_bar .pace_progress,
.theme_bar_lg .pace_progress,
.theme_bar_sm .pace_progress {
    max-width: 198px;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    height: 3px;
    background: #3fcf96;
    color: #fff;
    line-height: 36px;
    border-radius: 100px;
}
.theme_bar_lg {
    height: 6px;
}
.theme_bar_lg .pace_progress {
    height: 4px;
}
.theme_bar_sm {
    height: 4px;
}
.theme_bar_sm .pace_progress {
    height: 2px;
}
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    padding: 0.4375rem 0;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
}
.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--open .select2-selection--single {
    border-color: #2196f3;
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.875rem;
    padding-right: 2.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
    margin-right: 0.625rem;
}
.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 0.1875rem;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--single .select2-selection__clear {
        transition: none;
    }
}
.select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
}
.select2-selection--single .select2-selection__clear:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-selection--single .select2-selection__arrow:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: default;
    color: #999;
    background-color: #fafafa;
    border-color: #ddd;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-selection--multiple {
    display: block;
    border: 1px solid #ddd;
    cursor: text;
    background-color: #fff;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
}
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--multiple {
    border-color: #2196f3;
}
.select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0.125rem 0.125rem 0.125rem;
    width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
    color: #999;
}
.select2-container--disabled .select2-selection--multiple {
    background-color: #fafafa;
    border-color: #ddd;
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-search__field,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    cursor: default;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #294653;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: 0.125rem;
    margin-top: 0.125rem;
    padding: 0.3125rem 0.875rem;
    white-space: normal;
    word-break: break-all;
    border-radius: 0.25rem;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--multiple .select2-selection__choice {
        transition: none;
    }
}
.select2-selection--multiple .select2-selection__choice:focus,
.select2-selection--multiple .select2-selection__choice:hover {
    background-color: #294653;
    color: #fff;
}
.select2-selection--multiple .select2-selection__choice > i {
    margin-right: 0.625rem;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: 1.25rem;
    margin-top: 0.0625rem;
    line-height: 1;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        transition: none;
    }
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    opacity: 0.6;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #294653;
    color: #fff;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}
.select2-selection--multiple .select2-search--inline {
    float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 100%;
    margin-top: 0.125rem;
    padding: 0.3125rem 0;
    background-color: transparent;
    border-width: 0;
    outline: 0;
    color: inherit;
    margin-left: 0.25rem;
    -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #999;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #999;
}
.select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #999;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #999;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}
.select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
    margin-left: 0;
    padding-left: 0.75rem;
}
.select2-dropdown {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results > .select2-results__options {
    padding-bottom: 0.5rem;
    max-height: 280px;
    overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
    padding-top: 0.5rem;
}
.select2-results:first-child > .select2-results__options {
    padding-top: 0.5rem;
}
.select2-results__option {
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-results__option {
        transition: none;
    }
}
.select2-results__option + .select2-results__option {
    margin-top: 1px;
}
.select2-results__option i {
    margin-right: 0.625rem;
}
.select2-results__option i.icon-undefined {
    display: none;
}
.select2-results__option[role="group"] {
    padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #eee;
    color: #333;
}
.select2-results__option[aria-disabled="true"] {
    color: #999;
    cursor: default;
}
.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #2196f3;
}
.select2-results__options--nested > .select2-results__option {
    padding-left: 2rem;
    padding-right: 2rem;
}
.select2-results__group {
    display: block;
    padding: 0.5rem 1rem;
    cursor: default;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}
.select2-results__message {
    color: #999;
    cursor: default;
}
.select2-results__option.loading-results {
    padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
    margin-top: 0.5rem;
}
.select2-results__option--load-more {
    text-align: center;
    margin-top: 0.5rem;
    cursor: default;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 1rem;
}
.select2-search--dropdown:after {
    content: "";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    color: inherit;
    display: block;
    font-size: 0.875rem;
    margin-top: -0.4375rem;
    line-height: 1;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
    padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
    padding: 0.4375rem 0.875rem;
    padding-left: 2.625rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    border-radius: 0.25rem;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select-lg.select2-selection--single {
    padding: 0.5625rem 0;
    font-size: 0.9375rem;
    line-height: 1.4667;
}
.select-lg.select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
    right: 1rem;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 0.4375rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.4667;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.4375rem 0;
    font-size: 0.9375rem;
    line-height: 1.4667;
}
.select-sm.select2-selection--single {
    padding: 0.3125rem 0;
    font-size: 0.8125rem;
    line-height: 1.6924;
}
.select-sm.select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-right: 2.375rem;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
    right: 0.75rem;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 0.1875rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.6924;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.1875rem 0;
    font-size: 0.8125rem;
    line-height: 1.6924;
}
.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;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    width: 1px !important;
}
.select2-result-repository {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 0.9375rem;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 50rem;
}
.select2-result-repository__meta {
    margin-left: 70px;
}
.select2-result-repository__title {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 0.8125rem;
}
.select2-result-repository__description {
    font-size: 0.8125rem;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 0.9375rem;
}
.multiselect-native-select {
    position: relative;
    display: block;
}
.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0 !important;
    left: 0;
    top: 0;
    display: none;
}
.multiselect {
    text-align: left;
    padding-left: 0.875rem;
    padding-right: 2.375rem;
    text-transform: none;
    background-color: #fff;
    border-color: #ddd;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.multiselect:after {
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.5rem;
}
.multiselect:not([class*="font-weight-"]) {
    font-weight: 400;
}
.multiselect:focus,
.show > .multiselect.dropdown-toggle {
    border-color: #2196f3;
}
.multiselect.disabled {
    background-color: #fafafa;
    color: #999;
}
.multiselect.btn-lg {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.multiselect.btn-lg:after {
    right: 1rem;
}
.multiselect.btn-sm {
    padding-left: 0.75rem;
    padding-right: 2.25rem;
}
.multiselect.btn-sm:after {
    right: 0.75rem;
}
.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
}
.multiselect-group {
    font-weight: 500;
}
.multiselect-item + .multiselect-group {
    margin-top: 0.5rem;
}
.multiselect-group.disabled {
    color: #999;
    cursor: default;
}
.multiselect-all {
    font-weight: 500;
}
.multiselect-filter {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}
.multiselect-group-option-indented .dropdown-item {
    padding-left: 2rem;
}
.input-group .multiselect-native-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.input-group .multiselect-native-select:not(:first-child) .multiselect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .multiselect-native-select:not(:last-child) .multiselect {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .multiselect:focus,
.input-group .show > .multiselect {
    z-index: 3;
}
.badge-indicator-absolute {
    position: relative;
}
.badge-indicator-absolute .password-indicator-badge-absolute {
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.875rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .badge-indicator-absolute .password-indicator-badge-absolute {
        transition: none;
    }
}
.twitter-typeahead {
    width: 100%;
}
.tt-hint {
    color: #999;
}
.tt-menu {
    width: 100%;
    margin-top: 0.125rem;
    min-width: 12.5rem;
    padding: 0.5rem 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-height: 350px;
    overflow-y: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.typeahead-scrollable .tt-menu {
    max-height: 250px;
}
.tt-suggestion {
    color: #333;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .tt-suggestion {
        transition: none;
    }
}
.tt-suggestion.tt-cursor,
.tt-suggestion:focus,
.tt-suggestion:hover {
    color: #333;
    background-color: #eee;
}
.tt-heading {
    padding: 0.5rem 1rem;
    display: block;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.tt-dataset-group:first-child .tt-heading:first-child {
    margin-top: 0;
}
.typeahead-template .empty-message {
    padding: 0.5rem 1rem;
    text-align: center;
}
.validation-invalid-label,
.validation-valid-label {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    color: #ef5350;
    position: relative;
    padding-left: 1.625rem;
}
.validation-valid-label {
    color: #25b372;
}
.validation-invalid-label:before,
.validation-valid-label:before {
    font-family: icomoon;
    font-size: 1rem;
    position: absolute;
    top: 0.1875rem;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.validation-invalid-label:empty,
.validation-valid-label:empty {
    display: none;
}
.validation-invalid-label:before {
    content: "";
}
.validation-valid-label:before {
    content: "";
}
.form-group-float-label {
    position: relative;
    top: 0.4375rem;
    opacity: 0;
}
.form-group-float-label.is-visible {
    top: 0;
    opacity: 1;
}
.form-group-float-label.animate {
    transition: all linear 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .form-group-float-label.animate {
        transition: none;
    }
}
.alpaca-hidden {
    display: none;
}
.alpaca-field .alpaca-field-text-max-length-indicator,
.alpaca-field .help-block {
    color: #999;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.has-error .multiselect-container > .active .form-check {
    color: #fff;
}
.has-error .btn-group.show .multiselect.btn,
.has-error .multiselect.btn-light:active {
    color: #ef5350;
    border-color: #ef5350;
}
.alpaca-disabled .form-check .switchery,
.alpaca-disabled .form-check label {
    cursor: default;
    color: #999;
}
.alpaca-invalid .alpaca-control-label,
.alpaca-invalid .alpaca-message {
    color: #ef5350;
}
.alpaca-invalid .form-control {
    color: #ef5350;
}
.alpaca-invalid .form-control,
.alpaca-invalid .form-control:focus,
.alpaca-invalid .form-control:hover {
    border-color: #ef5350;
}
.alpaca-clear {
    clear: both;
}
.alpaca-float-right {
    float: right;
}
.alpaca-field .glyphicon {
    font-family: icomoon;
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -0.0625rem;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 0.625rem;
}
.alpaca-field .glyphicon-info-sign {
    display: none;
}
.alpaca-field .glyphicon-exclamation-sign:before {
    content: "";
}
.alpaca-icon-required {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    float: right;
    margin-right: 0;
    margin-left: 0.625rem;
}
.alpaca-icon-required:before {
    content: "*";
}
.alpaca-controlfield-editor {
    position: relative;
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
}
.alpaca-controlfield-editor .control-field-editor-el {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ace_editor {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.alpaca-field-ckeditor.alpaca-invalid > .cke {
    border-color: #602120;
}
.alpaca-field-optiontree .optiontree + .form-control {
    margin-left: 0.625rem;
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree {
    display: inline-block;
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector {
    display: inline-block;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector:empty {
    display: none;
}
.alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector + .optiontree-selector {
    margin-left: 0.625rem;
}
.alpaca-field-optiontree.optiontree-horizontal input {
    display: inline-block;
    width: auto;
}
.alpaca-field-optiontree.optiontree-horizontal label {
    display: block;
}
.has-error .multiselect {
    border-color: #ef5350;
    color: #ef5350;
}
.alpaca-container-label:not(legend) {
    margin-top: 1.25rem;
}
.alpaca-array-toolbar {
    margin-bottom: 0.625rem;
}
.alpaca-array-actionbar {
    overflow: hidden;
}
.alpaca-array-actionbar.alpaca-array-actionbar-top {
    padding-bottom: 0.625rem;
}
.alpaca-array-actionbar.alpaca-array-actionbar-bottom {
    padding-top: 0.625rem;
}
.alpaca-array-actionbar,
.alpaca-array-actionbar.btn-group {
    width: 100%;
}
.alpaca-field-array .alpaca-top,
.alpaca-field-array .alpaca-top .alpaca-container,
.alpaca-field-object .alpaca-top,
.alpaca-field-object .alpaca-top .alpaca-container {
    border: 0;
}
.alpaca-container {
    border: 0;
}
.alpaca-control-buttons-container {
    margin-top: 0.625rem;
}
.alpaca-container-item > .alpaca-container > .alpaca-field-object {
    border: 0;
}
.alpaca-form-buttons-container {
    margin-top: 1.25rem;
    text-align: right;
}
.alpaca-container > .form-group {
    margin-left: 0;
    margin-right: 0;
}
.alpaca-field-hidden {
    display: none;
}
.alpaca-container-item:not(:first-child) {
    margin-top: 0.625rem;
}
.alpaca-container .alpaca-container-item:last-child {
    margin-bottom: 0;
}
.alpaca-field-select .btn-group {
    width: 100%;
}
.alpaca-field.alpaca-field-upload .fileupload-active-zone {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.alpaca-field.alpaca-field-upload .template-download td.error,
.alpaca-field.alpaca-field-upload .template-upload td.error {
    color: #602120;
    word-break: break-all;
}
.alpaca-field.alpaca-field-address .alpaca-field-address-mapcanvas {
    height: 250px;
}
.alpaca-field.alpaca-field-image .alpaca-image-display {
    margin-top: 1.25rem;
}
.tokenfield {
    height: auto;
}
.tokenfield::after {
    display: block;
    clear: both;
    content: "";
}
.tokenfield.form-control:not(input) {
    padding: 0 0 0.125rem 0;
}
.tokenfield.focus {
    border-color: #2196f3;
}
.tokenfield .token {
    margin: 0.125rem 0 0 0.125rem;
    cursor: default;
    float: left;
    position: relative;
    border-radius: 0.25rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .tokenfield .token {
        transition: none;
    }
}
.tokenfield .token:not([class*="bg-"]) {
    background-color: #ddd;
    color: #333;
}
.tokenfield .token:not([class*="bg-"]):focus,
.tokenfield .token:not([class*="bg-"]):hover {
    background-color: #2196f3;
    color: #fff;
}
.tokenfield .token .token-label {
    display: block;
    max-width: none !important;
    padding: 0.3125rem 0.875rem;
    padding-right: 2.375rem;
}
.tokenfield .token > .close {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: inherit;
    right: 0.875rem;
    line-height: 1;
    margin-top: -0.375rem;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .tokenfield .token > .close {
        transition: none;
    }
}
.tokenfield .token > .close:after {
    content: "";
    font-family: icomoon;
    display: block;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tokenfield .token > .close:hover {
    opacity: 1;
}
.tokenfield .twitter-typeahead {
    width: auto;
}
.tokenfield .token-input {
    direction: ltr;
    background: 0 0;
    color: #333;
    width: 5.625rem !important;
    max-width: 50%;
    min-width: 4rem;
    padding: 0.3125rem 0.875rem;
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    border: 0;
    outline: 0;
}
.tokenfield.readonly .token .token-label {
    padding-right: 0.875rem;
}
.tokenfield.readonly .token .close {
    display: none;
}
.tokenfield.disabled {
    cursor: default;
}
.tokenfield.disabled .token,
.tokenfield.disabled .token .close {
    opacity: 0.5;
}
.tokenfield.disabled .token:focus,
.tokenfield.disabled .token:hover {
    background-color: #ddd;
    color: #333;
}
.tokenfield.disabled,
.tokenfield.disabled .token,
.tokenfield.disabled .token .close,
.tokenfield.disabled .token-input {
    cursor: default;
}
.input-group-lg .token > .token-label,
.input-group-lg .token > span,
.tokenfield.form-control-lg .token > .token-label,
.tokenfield.form-control-lg .token > span {
    padding: 0.4375rem 1rem;
    padding-right: 2.125rem;
}
.input-group-lg .token-input,
.tokenfield.form-control-lg .token-input {
    padding: 0.4375rem 1rem;
}
.input-group-lg .token > .close,
.tokenfield.form-control-lg .token > .close {
    right: 1rem;
}
.input-group-lg.readonly .token > .token-label,
.tokenfield.form-control-lg.readonly .token > .token-label {
    padding-right: 1rem;
}
.input-group-sm .token > .token-label,
.input-group-sm .token > span,
.tokenfield.form-control-sm .token > .token-label,
.tokenfield.form-control-sm .token > span {
    padding: 0.1875rem 0.75rem;
    padding-right: 1.875rem;
}
.input-group-sm .token-input,
.tokenfield.form-control-sm .token-input {
    padding: 0.1875rem 0.75rem;
}
.input-group-sm .token > .close,
.tokenfield.form-control-sm .token > .close {
    right: 0.75rem;
}
.input-group-sm.readonly .token > .token-label,
.tokenfield.form-control-sm.readonly .token > .token-label {
    padding-right: 0.75rem;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 0 0.125rem 0;
    vertical-align: middle;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
}
.bootstrap-tagsinput.focus {
    border-color: #2196f3;
}
.bootstrap-tagsinput input {
    direction: ltr;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 0.3125rem 0.875rem;
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #333;
    width: auto !important;
    max-width: 50%;
    min-width: 4rem;
    box-shadow: none;
}
.input-group .bootstrap-tagsinput {
    width: 1%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.bootstrap-tagsinput .twitter-typeahead {
    width: auto;
}
.bootstrap-tagsinput .tt-dropdown-menu {
    margin-top: 0.25rem;
    min-width: 12.5rem;
}
.bootstrap-tagsinput .tag {
    margin: 0.125rem 0 0 0.125rem;
    padding: 0.3125rem 0.875rem;
    padding-right: 2.375rem;
    float: left;
    position: relative;
    border-radius: 0.25rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .bootstrap-tagsinput .tag {
        transition: none;
    }
}
.bootstrap-tagsinput .tag:not([class*="bg-"]) {
    background-color: #ddd;
    color: #333;
}
.bootstrap-tagsinput .tag:not([class*="bg-"]):focus,
.bootstrap-tagsinput .tag:not([class*="bg-"]):hover {
    background-color: #2196f3;
    color: #fff;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    line-height: 1;
    margin-top: -0.375rem;
    opacity: 0.7;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .bootstrap-tagsinput .tag [data-role="remove"] {
        transition: none;
    }
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    opacity: 1;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "";
    font-family: icomoon;
    display: block;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bootstrap-touchspin .input-group-btn-vertical {
    white-space: nowrap;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    width: 2.125rem;
    margin-left: -1px;
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    font-weight: 400;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border: 1px solid #ddd;
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border: 1px solid #ddd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.bootstrap-touchspin.input-group-lg .input-group-btn-vertical > .btn {
    width: 2.375rem;
}
.bootstrap-touchspin.input-group-lg .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}
.bootstrap-touchspin.input-group-sm .input-group-btn-vertical > .btn {
    width: 1.875rem;
}
.bootstrap-touchspin.input-group-sm .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
}
.input-group .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group-lg .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.input-group-sm .input-group-prepend.d-none:first-child + .form-control {
    border-top-left-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
}
.bootstrap-duallistbox-container .box1 {
    margin-bottom: 1.25rem;
}
.bootstrap-duallistbox-container select.form-control {
    padding: 0.4375rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-duallistbox-container option {
    display: block;
    padding: 0.4375rem 0.875rem;
    border-radius: 0.25rem;
}
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display: none;
}
.bootstrap-duallistbox-container.moveonselect .btn-group .moveall,
.bootstrap-duallistbox-container.moveonselect .btn-group .removeall {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.bootstrap-duallistbox-container.moveonselect .btn-group .btn + .btn {
    border-left-width: 1px;
}
.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    display: none;
    margin-top: 1.25rem;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear1:focus,
.bootstrap-duallistbox-container .clear1:hover,
.bootstrap-duallistbox-container .clear2,
.bootstrap-duallistbox-container .clear2:focus,
.bootstrap-duallistbox-container .clear2:hover {
    background-color: transparent;
    border: 0;
    color: #2196f3;
    padding: 0;
    box-shadow: none;
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .remove,
.bootstrap-duallistbox-container .removeall {
    width: 50%;
}
.bootstrap-duallistbox-container .btn-group .btn {
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap-duallistbox-container .btn-group .btn + .btn {
    border-left-width: 0;
}
.bootstrap-duallistbox-container .btn-group .btn > i {
    float: none;
    text-align: center;
}
.bootstrap-duallistbox-container .btn-group .btn > i + i {
    margin-left: -1rem;
}
.bootstrap-duallistbox-container .filter {
    margin-bottom: 1.25rem;
    position: relative;
}
.bootstrap-duallistbox-container .filter.placeholder {
    color: #999;
}
.bootstrap-duallistbox-container .info-container .info {
    display: inline-block;
    margin-top: 1.25rem;
}
.bootstrap-duallistbox-container .info-container .info .badge {
    margin-right: 0.625rem;
}
.sidebar .bootstrap-duallistbox-container {
    text-align: center;
}
.sidebar .bootstrap-duallistbox-container .box1,
.sidebar .bootstrap-duallistbox-container .box2 {
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
}
.sidebar .bootstrap-duallistbox-container .box1 {
    padding-bottom: 0.3125rem;
}
.sidebar .bootstrap-duallistbox-container .box1:after {
    content: "";
    font-size: 1rem;
    font-family: icomoon;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0.625rem 0;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 769px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 0;
    }
    .sidebar .bootstrap-duallistbox-container .box1 {
        margin-bottom: 0;
    }
}
.wizard {
    width: 100%;
}
.wizard > .content > .title,
.wizard > .steps .current-info {
    display: none;
}
.wizard > .content {
    position: relative;
    width: auto;
    padding: 0;
}
.wizard > .content > .body {
    padding: 0 1.25rem;
}
.wizard > .content > iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard > .steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard > .steps > ul > li a {
    position: relative;
    padding-top: 3rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
    outline: 0;
    color: #999;
}
.wizard > .steps > ul > li:after,
.wizard > .steps > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 2.375rem;
    width: 50%;
    height: 2px;
    background-color: #2cbacc;
    z-index: 9;
}
.wizard > .steps > ul > li:before {
    left: 0;
}
.wizard > .steps > ul > li:after {
    right: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
    content: none;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:after,
.wizard > .steps > ul > li.current ~ li:before {
    background-color: #eee;
}
.wizard > .steps > ul > li.current > a {
    color: #333;
    cursor: default;
}
.wizard > .steps > ul > li.current .number {
    font-size: 0;
    border-color: #2cbacc;
    color: #2cbacc;
}
.wizard > .steps > ul > li.current .number:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps > ul > li.current .number:after {
        transition: none;
    }
}
.wizard > .steps > ul > li.disabled a {
    cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:focus,
.wizard > .steps > ul > li.done a:hover {
    color: #999;
}
.wizard > .steps > ul > li.done .number {
    font-size: 0;
    background-color: #2cbacc;
    border-color: #2cbacc;
    color: #fff;
}
.wizard > .steps > ul > li.done .number:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps > ul > li.done .number:after {
        transition: none;
    }
}
.wizard > .steps > ul > li.error .number {
    border-color: #ef5350;
    color: #ef5350;
}
.card > .card-header:not([class*="bg-"]) > .wizard > .steps > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 991.98px) {
    .wizard > .steps > ul {
        margin-bottom: 1.25rem;
    }
    .wizard > .steps > ul > li {
        display: block;
        float: left;
        width: 50%;
    }
    .wizard > .steps > ul > li > a {
        margin-bottom: 0;
    }
    .wizard > .steps > ul > li:first-child:before,
    .wizard > .steps > ul > li:last-child:after {
        content: "";
    }
    .wizard > .steps > ul > li:last-child:after {
        background-color: #2cbacc;
    }
}
@media (max-width: 768.98px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }
    .wizard > .steps > ul > li.current:after {
        background-color: #2cbacc;
    }
}
.wizard > .steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.1875rem;
    border: 2px solid #eee;
    font-size: 0.9375rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50rem;
}
.wizard > .actions {
    position: relative;
    text-align: right;
    padding: 1.25rem;
    padding-top: 0;
}
.wizard > .actions > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard > .actions > ul::after {
    display: block;
    clear: both;
    content: "";
}
.wizard > .actions > ul > li {
    display: inline-block;
}
.wizard > .actions > ul > li + li {
    margin-left: 1.25rem;
}
@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../global_assets/css/icons/summernote/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4);
    src: url(../../../../../../global_assets/css/icons/summernote/summernote.eot?#iefix) format("embedded-opentype"), url(../../../../../../global_assets/css/icons/summernote/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4) format("woff"),
        url(../../../../../../global_assets/css/icons/summernote/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4) format("truetype");
}
[class*=" note-icon-"]:before,
[class^="note-icon-"]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    vertical-align: middle;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.note-icon-align-center:before {
    content: "\f101";
}
.note-icon-align-indent:before {
    content: "\f102";
}
.note-icon-align-justify:before {
    content: "\f103";
}
.note-icon-align-left:before {
    content: "\f104";
}
.note-icon-align-outdent:before {
    content: "\f105";
}
.note-icon-align-right:before {
    content: "\f106";
}
.note-icon-align:before {
    content: "\f107";
}
.note-icon-arrow-circle-down:before {
    content: "\f108";
}
.note-icon-arrow-circle-left:before {
    content: "\f109";
}
.note-icon-arrow-circle-right:before {
    content: "\f10a";
}
.note-icon-arrow-circle-up:before {
    content: "\f10b";
}
.note-icon-arrows-alt:before {
    content: "\f10c";
}
.note-icon-arrows-h:before {
    content: "\f10d";
}
.note-icon-arrows-v:before {
    content: "\f10e";
}
.note-icon-bold:before {
    content: "\f10f";
}
.note-icon-caret:before {
    content: "\f110";
}
.note-icon-chain-broken:before {
    content: "\f111";
}
.note-icon-circle:before {
    content: "\f112";
}
.note-icon-close:before {
    content: "\f113";
}
.note-icon-code:before {
    content: "\f114";
}
.note-icon-col-after:before {
    content: "\f115";
}
.note-icon-col-before:before {
    content: "\f116";
}
.note-icon-col-remove:before {
    content: "\f117";
}
.note-icon-eraser:before {
    content: "\f118";
}
.note-icon-float-left:before {
    content: "\f119";
}
.note-icon-float-none:before {
    content: "\f11a";
}
.note-icon-float-right:before {
    content: "\f11b";
}
.note-icon-font:before {
    content: "\f11c";
}
.note-icon-frame:before {
    content: "\f11d";
}
.note-icon-italic:before {
    content: "\f11e";
}
.note-icon-link:before {
    content: "\f11f";
}
.note-icon-magic:before {
    content: "\f120";
}
.note-icon-menu-check:before {
    content: "\f121";
}
.note-icon-minus:before {
    content: "\f122";
}
.note-icon-orderedlist:before {
    content: "\f123";
}
.note-icon-pencil:before {
    content: "\f124";
}
.note-icon-picture:before {
    content: "\f125";
}
.note-icon-question:before {
    content: "\f126";
}
.note-icon-redo:before {
    content: "\f127";
}
.note-icon-rollback:before {
    content: "\f128";
}
.note-icon-row-above:before {
    content: "\f129";
}
.note-icon-row-below:before {
    content: "\f12a";
}
.note-icon-row-remove:before {
    content: "\f12b";
}
.note-icon-special-character:before {
    content: "\f12c";
}
.note-icon-square:before {
    content: "\f12d";
}
.note-icon-strikethrough:before {
    content: "\f12e";
}
.note-icon-subscript:before {
    content: "\f12f";
}
.note-icon-summernote:before {
    content: "\f130";
}
.note-icon-superscript:before {
    content: "\f131";
}
.note-icon-table:before {
    content: "\f132";
}
.note-icon-text-height:before {
    content: "\f133";
}
.note-icon-trash:before {
    content: "\f134";
}
.note-icon-underline:before {
    content: "\f135";
}
.note-icon-undo:before {
    content: "\f136";
}
.note-icon-unorderedlist:before {
    content: "\f137";
}
.note-icon-video:before {
    content: "\f138";
}
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #333;
    background-color: #fff;
    pointer-events: none;
    border: 2px dashed #ddd;
    opacity: 0.95;
}
.note-editor .note-dropzone.hover {
    color: #333;
    border: 2px dashed #ddd;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.card .note-editor {
    border-color: #ddd;
    box-shadow: none;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-form-group:last-child {
    margin-bottom: 0;
}
.note-editor .note-group-image-url:last-child {
    margin-bottom: 0;
}
.note-editor .modal-title {
    font-size: 1.125rem;
}
.note-editor .dropdown-style pre {
    background-color: #fff;
    padding: 0.5rem 1rem;
}
.summernote-borderless ~ .note-editor {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.note-air-editor {
    outline: 0;
}
@-moz-document url-prefix() {
    .note-image-input {
        height: auto;
    }
}
.note-placeholder {
    position: absolute;
    display: none;
    color: #999;
}
.note-toolbar:not([class*="bg-"]) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 1.25rem 1.25rem;
    padding-top: 0;
    margin: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.dropdown-fontname,
.dropdown-style {
    max-height: 20rem;
    overflow: auto;
}
.dropdown-style a > p {
    margin-bottom: 0;
}
.note-editing-area {
    position: relative;
}
.note-editing-area .note-editable {
    outline: 0;
}
.note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editing-area img.note-float-left {
    margin-right: 0.625rem;
}
.note-editing-area img.note-float-right {
    margin-left: 0.625rem;
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    overflow: hidden;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 1.25rem;
    overflow: auto;
    color: #333;
    background-color: #fff;
    min-height: 9.375rem;
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable="false"],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #eee;
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 1.25rem;
    margin-bottom: 0;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #333;
    background-color: #fff;
    border: 0;
    resize: none;
    box-shadow: none;
    border-radius: 0;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100% !important;
    border: 0;
    border-radius: 0;
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    position: absolute;
    display: none;
    color: #999;
}
.note-statusbar {
    background-color: rgba(0, 0, 0, 0.02);
}
.note-statusbar .note-resizebar {
    width: 100%;
    padding: 2px 0;
    cursor: ns-resize;
    border-top: 1px solid #ddd;
}
.note-statusbar .note-resizebar .note-icon-bar {
    width: 1.25rem;
    margin: 1px auto;
    border-top: 1px solid #ddd;
}
.note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-status-output {
    display: none;
}
.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 276px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.note-popover.popover .arrow {
    left: 1.25rem !important;
}
.note-popover .popover-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.9375rem 0 0 0.9375rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.note-popover .popover-content > span {
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.note-popover .popover-content > .btn-group {
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.note-style blockquote,
.note-style h1,
.note-style h2,
.note-style h3,
.note-style h4,
.note-style h5,
.note-style h6 {
    margin: 0;
}
.note-hint-popover {
    min-width: 12.5rem;
    padding: 0.5rem 0;
}
.note-hint-popover .popover-content {
    max-height: 10rem;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 0.5rem 1rem;
    color: #333;
    clear: both;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item:focus,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    color: #333;
    background-color: #eee;
    text-decoration: none;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
}
.card-header.note-toolbar > .btn-group {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
}
.card-header.note-toolbar > .btn-group:last-child {
    margin-right: 0;
}
.card-header.note-toolbar .note-dropdown-menu.note-check a i {
    display: none;
}
.card-header.note-toolbar .note-dropdown-menu.note-check a.checked {
    color: #fff;
    background-color: #2196f3;
}
.note-popover .btn-group .note-table,
.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 0.5rem;
}
.note-popover .btn-group .note-table .note-dimension-picker,
.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 1.125rem;
    direction: ltr;
}
.note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
        repeat;
}
.note-popover .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
        repeat;
}
.note-popover .btn-group .note-table .note-dimension-display,
.note-toolbar .btn-group .note-table .note-dimension-display {
    text-align: center;
    margin-top: 0.5rem;
}
.note-color .note-color-row {
    font-size: 0;
}
.note-color .note-dropdown-menu.show {
    display: -ms-flexbox;
    display: flex;
}
.note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    width: 10rem;
    margin: 0.4375rem 0.875rem;
}
.note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-weight: 500;
}
.note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-color .note-dropdown-menu .note-palette .note-color-select {
    margin-top: 0.625rem;
    width: 100%;
    padding: 0.3125rem 0.75rem;
    margin-bottom: 0.875rem;
}
.note-color .note-dropdown-menu .note-color-select-btn {
    display: none;
}
.note-color .note-dropdown-menu .note-holder-custom .note-color-btn {
    border: 1px solid #ddd;
}
.note-color .note-palette div .note-color-btn {
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    width: 1.25rem;
    height: 1.25rem;
}
.note-color .note-palette div .note-color-btn:hover {
    border-color: #333;
}
.note-para .note-dropdown-menu {
    padding: 0.5rem;
    white-space: nowrap;
}
.note-para .note-dropdown-menu > div:first-child {
    margin-right: 0.625rem;
}
.note-handle {
    position: relative;
}
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    z-index: 10;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    border: 1px solid #ddd;
    width: 0.5rem;
    height: 0.5rem;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #fff;
}
.note-handle .note-control-selection .note-control-nw {
    top: -0.3125rem;
    left: -0.3125rem;
    border-right: 0;
    border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
    top: -0.3125rem;
    right: -0.3125rem;
    border-bottom: 0;
    border-left: 0;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -0.3125rem;
    left: -0.3125rem;
    border-top: 0;
    border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
    right: -0.3125rem;
    bottom: -0.3125rem;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 0.3125rem;
    margin: 0.3125rem;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    border-radius: 0.25rem;
}
#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}
#trumbowyg-icons svg {
    height: 0;
    width: 0;
}
.trumbowyg-box {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}
.trumbowyg-box svg {
    fill: #333;
    display: block;
    width: 1rem;
    height: 1rem;
}
.trumbowyg-box.trumbowyg-fullscreen {
    background: #fff;
    border-width: 0;
}
.trumbowyg-editor {
    position: relative;
}
.trumbowyg-editor[contenteditable="true"]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none;
}
.trumbowyg-editor,
.trumbowyg-textarea {
    position: relative;
    padding: 1.25rem;
    min-height: 350px;
    background-color: #fff;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto;
    color: #333;
}
.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    transition: height ease-in-out 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-editor.trumbowyg-autogrow-on-enter,
    .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
        transition: none;
    }
}
.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
    opacity: 0.2;
}
.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: 0;
    white-space: normal;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: 0 0;
    opacity: 0 !important;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none;
}
.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: 0.8;
    background-color: transparent;
}
.trumbowyg-button-pane {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 11;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block;
    position: relative;
}
.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: transparent;
}
.trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group {
    padding-left: 1px;
}
.trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group:before {
    content: " ";
    display: inline-block;
    width: 1px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.trumbowyg-box:not(.trumbowyg-fullscreen) .trumbowyg-button-pane .trumbowyg-button-group:first-child button {
    border-radius: 0.1875rem 0 0 0;
}
.trumbowyg-box:not(.trumbowyg-fullscreen) .trumbowyg-button-pane .trumbowyg-button-group:last-child button {
    border-radius: 0 0.1875rem 0 0;
}
.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    padding: 0.875rem;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
    color: #333;
    transition: background-color ease-in-out 0.15s, opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-button-pane button {
        transition: none;
    }
}
.trumbowyg-button-pane button.trumbowyg-textual-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
}
.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #eee;
    outline: 0;
}
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown {
    padding-right: 1.75rem;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    height: 0;
    width: 0;
    margin-top: -0.15em;
    border: 0.3em solid transparent;
    border-top-color: #333;
}
.trumbowyg-button-pane .trumbowyg-right {
    float: right;
}
.trumbowyg-dropdown {
    min-width: 12.5rem;
    padding: 0.5rem 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    margin-top: 1px;
    margin-left: -1px;
    z-index: 1000;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.trumbowyg-dropdown button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: #333;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-align: inherit;
    cursor: pointer;
    transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-dropdown button {
        transition: none;
    }
}
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
    color: #333;
    text-decoration: none;
    background-color: #eee;
}
.trumbowyg-dropdown button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -0.0625rem;
}
.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 33rem;
    width: 100%;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 30rem;
    width: calc(100% - 3rem);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 1rem;
    font-weight: 500;
    padding: 1.25rem 1.25rem;
    padding-bottom: 0;
    display: block;
}
.trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 0.1875rem;
    position: absolute;
    top: 2.875rem;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
    background-color: #25b372;
    width: 0;
    height: 100%;
    transition: width linear 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
        transition: none;
    }
}
.trumbowyg-modal-box form {
    padding: 1.25rem;
    text-align: right;
}
.trumbowyg-modal-box form > label {
    display: block;
    position: relative;
    margin-bottom: 1.25rem;
}
.trumbowyg-modal-box form > label .trumbowyg-input-infos {
    display: block;
    text-align: left;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-modal-box form > label .trumbowyg-input-infos {
        transition: none;
    }
}
.trumbowyg-modal-box form > label .trumbowyg-input-infos span {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.5715;
}
.trumbowyg-modal-box form > label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #ef5350;
    margin-left: 30%;
    padding-bottom: 0;
}
.trumbowyg-modal-box form > label input:focus {
    outline: 0;
}
.trumbowyg-modal-box form > label input:not([type="checkbox"]):not([type="radio"]) {
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    float: right;
    width: 70%;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-modal-box form > label input:not([type="checkbox"]):not([type="radio"]) {
        transition: none;
    }
}
.trumbowyg-modal-box form > label input:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #2196f3;
}
.trumbowyg-modal-box form > label input[type="checkbox"] {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.trumbowyg-modal-box form > label.trumbowyg-input-error input,
.trumbowyg-modal-box form > label.trumbowyg-input-error textarea {
    border-color: #ef5350;
}
.trumbowyg-modal-box .error {
    display: block;
    color: #ef5350;
}
.trumbowyg-modal-button {
    color: #333;
    background-color: #f0f2f5;
    border: 1px solid #cad1dc;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-left: 0.625rem;
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5715;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-modal-button {
        transition: none;
    }
}
.trumbowyg-modal-button:focus,
.trumbowyg-modal-button:hover {
    outline: 0;
    color: #333;
    background-color: #e1e5eb;
    border-color: #bac4d1;
}
.trumbowyg-modal-button:active {
    color: #333;
    background-color: #d1d7e1;
    border-color: #abb6c7;
}
.trumbowyg-modal-button.trumbowyg-modal-submit {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    outline: 0;
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c83e2;
}
.trumbowyg-modal-button.trumbowyg-modal-submit:active {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0c7cd5;
}
.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.35);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10;
}
body.trumbowyg-body-fullscreen {
    overflow: hidden;
}
.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
    border: 0;
    border-radius: 0;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 2.875rem) !important;
    overflow: auto;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #333;
    fill: transparent;
}
.trumbowyg-dropdown-backColor,
.trumbowyg-dropdown-foreColor {
    padding: 0.5rem;
    width: 15rem;
}
.trumbowyg-dropdown-backColor svg,
.trumbowyg-dropdown-foreColor svg {
    display: none !important;
}
.trumbowyg-dropdown-backColor button,
.trumbowyg-dropdown-foreColor button {
    display: block;
    position: relative;
    float: left;
    text-indent: -9999px;
    border: 1px solid #fff;
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    transition: -webkit-transform ease-in-out 0.15s;
    transition: transform ease-in-out 0.15s;
    transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .trumbowyg-dropdown-backColor button,
    .trumbowyg-dropdown-foreColor button {
        transition: none;
    }
}
.trumbowyg-dropdown-backColor button:focus,
.trumbowyg-dropdown-backColor button:hover,
.trumbowyg-dropdown-foreColor button:focus,
.trumbowyg-dropdown-foreColor button:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 10;
}
.ace_editor {
    height: 450px;
    position: relative;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: auto;
    max-width: none;
    padding: 0;
    margin-top: 0.125rem;
    top: 0;
    left: 0;
    z-index: 1070;
    display: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.daterangepicker.drop-up {
    margin-top: -0.5rem;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}
.daterangepicker.auto-apply .drp-buttons,
.daterangepicker.single .drp-selected {
    display: none;
}
.daterangepicker.show-calendar .drp-calendar {
    display: block;
}
.daterangepicker.show-calendar .drp-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.daterangepicker .drp-calendar {
    display: none;
}
.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    padding: 0.9375rem;
}
.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
    cursor: pointer;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid #333;
    border-width: 0 0.125rem 0.125rem 0;
    border-radius: 0;
    display: inline-block;
    padding: 0.1875rem;
}
.daterangepicker .calendar-table .next span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.daterangepicker th {
    font-weight: 400;
}
.daterangepicker th.month {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
.daterangepicker td,
.daterangepicker th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 0.4375rem;
    min-width: 2.25rem;
    cursor: default;
    font-size: 0.8125rem;
    border-radius: 0.25rem;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    color: #333;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #999;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: transparent;
    color: #ccc;
}
.daterangepicker td.in-range {
    background-color: #eee;
    color: #333;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 0.25rem 0 0 0.25rem;
}
.daterangepicker td.end-date {
    border-radius: 0 0.25rem 0.25rem 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 0.25rem;
}
.daterangepicker td.active:not(.off),
.daterangepicker td.active:not(.off):hover {
    color: #fff;
    background-color: #26a69a;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #ccc;
    cursor: default;
}
.daterangepicker select {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.6924;
    color: #333;
    vertical-align: middle;
    height: calc(1.6924em + 0.625rem + 2px);
    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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat;
    border: 1px solid #ddd;
    padding: 0.3125rem 2.0625rem 0.3125rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .daterangepicker select {
        transition: none;
    }
}
.daterangepicker select:focus {
    border-color: #2196f3;
    outline: 0;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    margin: 0;
    cursor: default;
    width: 49%;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 0.9375rem auto 0 auto;
    position: relative;
}
.daterangepicker .calendar-time select.disabled {
    color: #999;
    background-color: #f5f5f5;
    cursor: default;
}
.daterangepicker .drp-buttons {
    clear: both;
    padding: 0.9375rem;
    border-top: 1px solid #ddd;
    display: none;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 0.625rem;
}
.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 0.8125rem;
    margin-right: auto;
}
.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
    padding: 0.5rem 0;
}
.daterangepicker .ranges:empty {
    display: none;
}
.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.daterangepicker .ranges li {
    color: #333;
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
.daterangepicker .ranges li:hover {
    color: #333;
    background-color: #eee;
}
.daterangepicker .ranges li.active {
    color: #fff;
    background-color: #2196f3;
}
@media (max-width: 768.98px) {
    .daterangepicker {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .daterangepicker.opensleft,
    .daterangepicker.opensright {
        left: 0 !important;
        right: 0 !important;
    }
    .daterangepicker.opensleft .calendar,
    .daterangepicker.opensleft .calendars,
    .daterangepicker.opensleft .ranges,
    .daterangepicker.opensright .calendar,
    .daterangepicker.opensright .calendars,
    .daterangepicker.opensright .ranges {
        float: none;
    }
    .daterangepicker .calendar {
        margin-left: 0;
        margin-right: 0;
    }
    .daterangepicker .ranges {
        width: 100%;
    }
    .daterangepicker .drp-selected {
        width: 100%;
        margin-bottom: 0.625rem;
    }
    .daterangepicker.show-calendar.show-ranges .ranges {
        border-bottom: 1px solid #ddd;
    }
    .daterangepicker.show-calendar .drp-buttons {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 576px) {
    .daterangepicker.show-ranges.rtl .drp-calendar.right,
    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd;
    }
    .daterangepicker.show-ranges.ltr .drp-calendar.left,
    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }
    .daterangepicker .drp-calendar,
    .daterangepicker .ranges {
        float: left;
    }
    .daterangepicker .ranges {
        min-width: 12.5rem;
    }
}
.picker {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 1070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.picker__input {
    cursor: default;
}
.picker__holder {
    width: 100%;
    overflow-y: auto;
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-width: 0;
    border-bottom-width: 0;
    min-width: 18rem;
    max-width: 20rem;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.picker--opened .picker__holder {
    max-height: 480px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block;
}
.picker__box {
    padding: 0.9375rem;
}
.picker__header {
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}
.picker__year {
    color: #999;
    font-size: 0.8125rem;
    font-weight: 400;
}
.picker__select--month,
.picker__select--year {
    border: 1px solid #ddd;
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    outline: 0;
    white-space: nowrap;
    border-radius: 0.25rem;
}
.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: 0.5rem;
    top: 50%;
    margin-top: -1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .picker__nav--next,
    .picker__nav--prev {
        transition: none;
    }
}
.picker__nav--next:before,
.picker__nav--prev:before {
    font-family: icomoon;
    display: block;
    font-size: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #333;
    background-color: #eee;
}
.picker__nav--prev {
    left: 0;
}
.picker__nav--prev:before {
    content: "";
}
[dir="rtl"] .picker__nav--prev:before {
    content: "";
}
.picker__nav--next {
    right: 0;
}
.picker__nav--next:before {
    content: "";
}
[dir="rtl"] .picker__nav--next:before {
    content: "";
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background-color: transparent;
}
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-bottom: 0.9375rem;
}
.picker__table td {
    margin: 0;
    padding: 0;
}
.picker__weekday {
    width: 14.285714286%;
    text-align: center;
    padding-bottom: 0.46875rem;
    padding-top: 0.9375rem;
    color: #999;
    font-weight: 400;
}
.picker__day {
    padding: 0.4375rem;
    min-width: 2.25rem;
    border-radius: 0.25rem;
}
.picker__day--today {
    position: relative;
    background-color: #eee;
}
.picker__day--today:before {
    content: "";
    position: absolute;
    top: 0.125rem;
    right: 0.125rem;
    width: 0;
    height: 0;
    border-top: 0.375rem solid #26a69a;
    border-left: 0.375rem solid transparent;
}
.picker__day--outfocus {
    color: #ccc;
}
.picker__day--infocus,
.picker__day--outfocus {
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .picker__day--infocus,
    .picker__day--outfocus {
        transition: none;
    }
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #333;
    background-color: #eee;
}
.picker__day--highlighted:before {
    border-top-color: #fff;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background-color: #26a69a;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background-color: #26a69a;
    color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.picker__day--disabled:before {
    border-top-color: #999;
}
.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
    background-color: transparent;
}
.picker__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: between;
    justify-content: between;
}
.picker__footer button {
    color: #333;
    background-color: #f0f2f5;
    padding: 0.4375rem 0.875rem;
    border: 1px solid #cad1dc;
    font-weight: 500;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .picker__footer button {
        transition: none;
    }
}
.picker__footer button + button {
    margin-left: 0.625rem;
}
.picker__footer button:focus,
.picker__footer button:hover {
    outline: 0;
    color: #333;
    background-color: #e1e5eb;
    border-color: #bac4d1;
}
.picker__footer button:active {
    color: #333;
    background-color: #d1d7e1;
    border-color: #abb6c7;
}
.picker__footer button:before {
    height: 0;
}
.picker__footer button:disabled,
.picker__footer button:disabled:focus,
.picker__footer button:disabled:hover {
    background-color: transparent;
    color: #333;
    cursor: default;
}
.picker__button--today:before {
    content: "";
    margin-right: 0.625rem;
    position: relative;
    display: inline-block;
    top: -0.0625rem;
    width: 0;
    border-top: 0.375rem solid #2196f3;
    border-left: 0.375rem solid transparent;
}
.picker__button--close:before {
    content: "\D7";
    display: inline-block;
    position: relative;
    margin-right: 0.625rem;
    top: 0.0625rem;
    line-height: 1;
    font-size: 1rem;
}
.picker__button--clear:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.1875rem;
    width: 0.5rem;
    margin-right: 0.625rem;
    border-top: 0.125rem solid #ef5350;
}
.picker--time {
    min-width: 16rem;
    max-width: 20rem;
}
.picker--time .picker__box {
    padding: 0;
}
.picker__list {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}
.picker__list-item {
    position: relative;
    padding: 0.5rem 1rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .picker__list-item {
        transition: none;
    }
}
.picker__list-item:focus,
.picker__list-item:hover {
    cursor: pointer;
    color: #333;
    background-color: #eee;
}
.picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: 0;
    color: #333;
    background-color: #f0f2f5;
    padding: 0.4375rem 0.875rem;
    outline: 0;
    border: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .picker--time .picker__button--clear {
        transition: none;
    }
}
.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
    background-color: #e1e5eb;
    color: #333;
}
.picker--time .picker__button--clear:active {
    background-color: #d1d7e1;
    color: #333;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
    cursor: pointer;
    color: #333;
    background-color: #eee;
}
.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
    color: #fff;
    background-color: #2196f3;
}
.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
    z-index: auto;
}
.sp-alpha-inner,
.sp-clear-enabled .sp-clear,
.sp-color,
.sp-hue,
.sp-preview-inner,
.sp-sat,
.sp-thumb-inner,
.sp-top-inner,
.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sp-container.sp-buttons-disabled .sp-button-container,
.sp-container.sp-input-disabled .sp-input-container,
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,
.sp-initial-disabled .sp-initial,
.sp-palette-disabled .sp-palette-container,
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-hidden {
    display: none !important;
}
.sp-cf::after {
    display: block;
    clear: both;
    content: "";
}
.sp-alpha,
.sp-preview,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
    display: block;
}
.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    box-sizing: content-box;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.sp-container.sp-flat {
    position: relative;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sp-palette-container,
.sp-picker-container {
    display: block;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    padding: 0.625rem;
}
@media (min-width: 576px) {
    .sp-palette-container,
    .sp-picker-container {
        display: inline-block;
    }
}
.sp-picker-container {
    width: 13.75rem;
}
.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container button,
.sp-container.sp-dragging .sp-input,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sp-top {
    position: relative;
    width: 100%;
    display: block;
}
.sp-color {
    right: 20%;
}
.sp-hue {
    left: 85%;
    height: 100%;
}
.sp-clear-enabled .sp-hue {
    top: 2.5rem;
    height: 75%;
}
.sp-fill {
    padding-top: 80%;
}
.sp-alpha-enabled .sp-top {
    margin-bottom: 1.625rem;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position: absolute;
    top: -0.25rem;
    bottom: -0.25rem;
    width: 0.3125rem;
    left: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.3125rem;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 0;
    height: 0.375rem;
}
.sp-clear {
    display: none;
}
.sp-clear-display {
    cursor: pointer;
}
.sp-clear-display:after {
    content: "";
    display: block;
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sp-initial .sp-clear-display:after,
.sp-preview .sp-clear-display:after {
    content: none;
}
.sp-clear-enabled .sp-clear {
    display: block;
    left: 85%;
    height: 1.875rem;
    text-align: center;
    color: #333;
    box-shadow: 0 0 0 1px #ddd inset;
}
.sp-input-container {
    margin-top: 0.625rem;
}
.sp-initial-disabled .sp-input-container {
    width: 100%;
}
.sp-input {
    border: 1px solid #ddd;
    padding: 0.4375rem 0.875rem;
    width: 100%;
    background-color: #fff;
    outline: 0;
    color: #333;
    border-radius: 0.25rem;
}
.sp-initial {
    margin-top: 0.625rem;
}
.sp-initial span {
    width: 50%;
    height: 1.563rem;
    display: block;
    float: left;
}
.sp-initial span .sp-thumb-inner {
    height: 1.563rem;
    width: 100%;
    display: block;
}
.sp-dragger {
    border: 1px solid #fff;
    background-color: #333;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
}
.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 0.25rem;
    left: -0.125rem;
    right: -0.125rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.25rem;
}
.sp-replacer {
    overflow: hidden;
    cursor: pointer;
    padding: 0.3125rem;
    display: inline-block;
    border: 1px solid #cad1dc;
    background-color: #f0f2f5;
    color: #333;
    vertical-align: middle;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .sp-replacer {
        transition: none;
    }
}
.sp-replacer:not([class*="bg-"]):hover {
    background-color: #e1e5eb;
    color: #333;
    border-color: #bac4d1;
}
.sp-replacer:not([class*="bg-"]).sp-active,
.sp-replacer:not([class*="bg-"]):active {
    background-color: #d1d7e1;
    color: #333;
    border-color: #abb6c7;
}
.sp-replacer[class*="bg-"],
.sp-replacer[class*="bg-"]:focus,
.sp-replacer[class*="bg-"]:hover {
    border-color: transparent;
}
.sp-replacer.sp-disabled {
    cursor: default;
    opacity: 0.8;
}
.sp-replacer.sp-disabled:focus,
.sp-replacer.sp-disabled:hover {
    background-color: #f0f2f5;
    color: #333;
}
.sp-preview {
    position: relative;
    width: 1.625rem;
    height: 1.5rem;
    margin-right: 0.3125rem;
    float: left;
    z-index: 0;
}
.sp-preview,
.sp-preview .sp-preview-inner {
    border-radius: 0.25rem;
}
.sp-preview .sp-clear-display,
.sp-preview .sp-preview-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sp-replacer[class*="bg-"] .sp-preview .sp-preview-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.sp-dd {
    float: left;
    font-size: 0;
    position: relative;
    margin: 0.25rem;
}
.sp-dd:after {
    content: "";
    display: block;
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sp-sat {
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    box-shadow: 0 0 0 1px #ccc inset;
}
.sp-val {
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}
.sp-hue {
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}
.sp-1 {
    height: 17%;
}
.sp-2 {
    height: 16%;
}
.sp-3 {
    height: 17%;
}
.sp-4 {
    height: 17%;
}
.sp-5 {
    height: 16%;
}
.sp-6 {
    height: 17%;
}
.sp-palette {
    max-width: 13.75rem;
}
.sp-thumb-el {
    position: relative;
}
.sp-palette .sp-thumb-el {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.sp-thumb-el .sp-thumb-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.sp-thumb-el .sp-thumb-inner:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}
.sp-palette .sp-thumb-el {
    width: 1rem;
    height: 1rem;
}
.sp-palette .sp-thumb-el + .sp-thumb-el {
    margin-left: 0.3125rem;
}
.sp-palette .sp-thumb-el.sp-thumb-active {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
.sp-palette .sp-thumb-el.sp-thumb-active .sp-thumb-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}
.sp-palette .sp-thumb-active.sp-thumb-dark .sp-thumb-inner:after,
.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
    content: "";
    display: block;
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
    color: #333;
}
.sp-palette-row {
    font-size: 0;
}
.sp-palette-row + .sp-palette-row {
    margin-top: 0.3125rem;
}
.sp-palette-row:empty {
    margin-top: 0;
}
.sp-cancel,
.sp-choose,
.sp-palette-toggle {
    border: 0;
    padding: 0.4375rem 0.875rem;
    float: left;
    width: 48%;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .sp-cancel,
    .sp-choose,
    .sp-palette-toggle {
        transition: none;
    }
}
.sp-cancel:focus,
.sp-choose:focus,
.sp-palette-toggle:focus {
    outline: 0;
}
.sp-button-container,
.sp-palette-button-container {
    margin-top: 0.625rem;
    text-align: center;
}
.sp-container[class*="bg-"] .sp-button-container a,
.sp-container[class*="bg-"] .sp-button-container button,
.sp-container[class*="bg-"] .sp-palette-button-container a,
.sp-container[class*="bg-"] .sp-palette-button-container button {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-color: transparent;
}
.sp-cancel,
.sp-palette-toggle {
    color: #333;
    background-color: #f0f2f5;
    border: 1px solid #cad1dc;
    margin-right: 0.3125rem;
    margin-right: 4%;
}
.sp-cancel:focus,
.sp-cancel:hover,
.sp-palette-toggle:focus,
.sp-palette-toggle:hover {
    color: #333;
    background-color: #e1e5eb;
    border-color: #bac4d1;
}
.sp-cancel:active,
.sp-palette-toggle:active {
    color: #333;
    background-color: #d1d7e1;
    border-color: #abb6c7;
}
.sp-palette-toggle {
    margin-right: 0;
    width: auto;
    float: none;
}
.sp-choose {
    color: #fff;
    background-color: #45748a;
    border: 1px solid transparent;
}
.sp-choose:focus,
.sp-choose:hover {
    background-color: #385f71;
}
.sp-choose:active {
    background-color: #345768;
}
.plupload_wrapper {
    background-color: #fff;
    border: 2px dashed #ddd;
    border-radius: 0.25rem;
}
.plupload_delete a:after,
.plupload_done a:after,
.plupload_failed a:after,
.plupload_file_action:after,
.plupload_filelist li.plupload_droptext:before,
.plupload_filelist:empty:before,
.plupload_header:after {
    font-family: icomoon;
    display: block;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plupload_header {
    display: none;
    position: relative;
    background-color: #1c2e37;
    color: #fff;
    margin: -4px -2px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.plupload_header:after {
    content: "";
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 1.25rem;
    margin-top: -1rem;
}
.plupload_header_content {
    padding: 1.25rem 1.25rem;
    padding-left: 4.5rem;
}
.plupload_header_title {
    font-size: 1rem;
    font-weight: 500;
}
.plupload_header_text {
    font-size: 0.8125rem;
    line-height: 1.6924;
}
.plupload_clear,
.plupload_clearer {
    clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}
.plupload_button {
    display: inline-block;
    border: 1px solid transparent;
    font-weight: 400;
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5715;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .plupload_button {
        transition: none;
    }
}
.plupload_button:not(:last-child) {
    margin-right: 0.625rem;
}
.plupload_add {
    color: #333;
    background-color: #f0f2f5;
    border-color: #cad1dc;
}
.plupload_add:focus,
.plupload_add:hover {
    color: #333;
    background-color: #e1e5eb;
    border-color: #bac4d1;
}
.plupload_add:active {
    color: #333;
    background-color: #d1d7e1;
    border-color: #abb6c7;
}
.plupload_start {
    background-color: #2196f3;
    border-color: #2196f3;
}
.plupload_start,
.plupload_start:focus,
.plupload_start:hover {
    color: #fff;
}
.plupload_start:not(.plupload_disabled):focus,
.plupload_start:not(.plupload_disabled):hover {
    background-color: #0c83e2;
    border-color: #0c83e2;
}
.plupload_start:not(.plupload_disabled):active {
    background-color: #0c7cd5;
    border-color: #0c7cd5;
}
a.plupload_disabled {
    cursor: default;
    opacity: 0.65;
}
.plupload_filelist {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.plupload_scroll .plupload_filelist {
    height: 250px;
    overflow-y: auto;
}
.plupload_filelist li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1.25rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .plupload_filelist li {
        transition: none;
    }
}
.plupload_filelist li:hover {
    background-color: #eee;
}
.plupload_filelist li .plupload_file_name {
    margin-right: auto;
}
.plupload_filelist li .plupload_file_action {
    -ms-flex-order: 12;
    order: 12;
}
.plupload_filelist li .plupload_file_status {
    -ms-flex-order: 11;
    order: 11;
}
.plupload_filelist li .plupload_file_size {
    -ms-flex-order: 10;
    order: 10;
}
.plupload_filelist li.plupload_droptext,
.plupload_filelist:empty {
    background-color: transparent;
    font-size: 0;
}
.plupload_filelist li.plupload_droptext:before,
.plupload_filelist:empty:before {
    content: "";
    font-size: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.25rem;
    z-index: 2;
    color: #ccc;
    text-indent: 0;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plupload_filelist li.plupload_droptext:after,
.plupload_filelist:empty:after {
    content: "Drag files to upload";
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 3.75rem;
    color: #777;
    text-indent: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.plupload_filelist:empty:after {
    content: "Add files to upload";
}
@media (max-width: 768.98px) {
    .plupload_filelist {
        padding: 0.625rem 0;
    }
    .plupload_filelist li .plupload_file_size {
        display: none;
    }
}
.plupload_filelist_header {
    padding: 1.25rem 1.25rem;
}
.plupload_filelist_header .plupload_file_action,
.plupload_filelist_header .plupload_file_name,
.plupload_filelist_header .plupload_file_size,
.plupload_filelist_header .plupload_file_status {
    font-weight: 500;
}
@media (max-width: 768.98px) {
    .plupload_filelist_header {
        display: none;
    }
}
.plupload_filelist_footer {
    padding: 1.25rem 1.25rem;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_upload_status {
    padding: 0.4375rem 0;
    font-weight: 500;
}
@media (max-width: 768.98px) {
    .plupload_filelist_footer {
        text-align: center;
    }
    .plupload_filelist_footer .plupload_file_action,
    .plupload_filelist_footer .plupload_file_size,
    .plupload_filelist_footer .plupload_file_status {
        display: none;
    }
    .plupload_filelist_footer .plupload_progress {
        margin: auto;
    }
}
@media (min-width: 576px) {
    .plupload_filelist_footer,
    .plupload_filelist_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .plupload_filelist_footer .plupload_file_name,
    .plupload_filelist_header .plupload_file_name {
        margin-right: auto;
    }
    .plupload_filelist_footer .plupload_file_action,
    .plupload_filelist_header .plupload_file_action {
        -ms-flex-order: 12;
        order: 12;
    }
    .plupload_filelist_footer .plupload_file_status,
    .plupload_filelist_header .plupload_file_status {
        -ms-flex-order: 11;
        order: 11;
    }
    .plupload_filelist_footer .plupload_file_size,
    .plupload_filelist_header .plupload_file_size {
        -ms-flex-order: 10;
        order: 10;
    }
}
.plupload_file_action {
    margin-left: 1.875rem;
    line-height: 1;
    font-size: 0;
    text-align: right;
}
.plupload_file_action * {
    display: none;
}
.plupload_file_action:after {
    content: "";
}
.plupload_filelist .plupload_file_action:after {
    content: none;
}
.plupload_delete .plupload_file_action > a {
    color: #333;
    line-height: 1;
    opacity: 0.5;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .plupload_delete .plupload_file_action > a {
        transition: none;
    }
}
.plupload_delete .plupload_file_action > a:hover {
    opacity: 1;
}
.plupload_uploading {
    background-color: #e9f7f1;
}
.plupload_delete a:after {
    content: "";
}
.plupload_failed a {
    color: #ef5350;
    cursor: default;
}
.plupload_failed a:after {
    content: "";
}
.plupload_done {
    color: #999;
}
.plupload_done a {
    color: #25b372;
    cursor: default;
}
.plupload_done a:after {
    content: "";
}
.plupload_progress,
.plupload_upload_status {
    display: none;
}
.plupload_progress_container {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}
.plupload_progress_bar {
    width: 0;
    height: 0.25rem;
    background: #25b372;
    border-radius: 0.25rem;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
    width: 5rem;
    text-align: right;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    visibility: visible;
}
.file-input:not(.file-input-ajax-new):not(.file-input-new) .input-group-append .btn-file {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.file-caption {
    top: 0;
}
.file-caption-name {
    display: block;
    overflow: hidden;
    word-break: break-all;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    background: 0 0;
    outline: 0;
    pointer-events: none;
}
.file-input-ajax-new .file-caption-name,
.file-input-new .file-caption-name {
    color: #999;
}
.file-error-message {
    position: relative;
    background-color: #fdeeee;
    color: #602120;
    text-align: center;
    padding: 1rem 1.25rem;
    margin: 0.5rem;
    margin-top: 0;
    border-radius: 0.25rem;
}
.file-drop-zone .file-error-message {
    margin-top: 0.4375rem;
}
.file-error-message pre {
    background-color: #fff;
    margin-top: 0.4375rem;
    text-align: left;
}
.file-error-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.file-caption-disabled {
    background-color: #fafafa;
    cursor: default;
}
.file-preview-detail-modal {
    text-align: left;
}
.file-preview {
    border: 2px dashed #ddd;
    width: 100%;
    margin-bottom: 1.25rem;
    position: relative;
    text-align: center;
    border-radius: 0.25rem;
}
.file-preview .close {
    font-size: 1.37506rem;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.25rem;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: 0.75;
    z-index: 2;
    border-radius: 0.25rem;
}
.file-preview .close:focus,
.file-preview .close:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
}
.file-preview .kv-zoom-cache {
    display: none;
}
.file-preview-thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 768.98px) {
    .file-preview-thumbnails {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.file-preview-frame {
    margin: 0.5rem;
    margin-right: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0.25rem;
}
.file-preview-frame .kv-file-content {
    position: relative;
    height: 10rem;
}
.file-preview-image {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
}
.file-thumbnail-footer {
    position: relative;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}
.file-preview-text {
    color: #2196f3;
    border: 0;
    overflow-x: hidden;
}
.file-preview-other {
    width: 10rem;
}
.file-preview-other:after {
    content: "";
    font-family: icomoon;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 0.8125rem;
    line-height: 1.6924;
    padding: 0.4375rem 0.875rem;
    z-index: 1070;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.file-thumb-loading {
    min-height: 6.75rem;
}
.file-thumb-loading:before,
.file-uploading:before {
    content: "";
    display: inline-block;
    background-color: #0e171c;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1069;
    margin-top: -2.125rem;
    margin-left: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
}
.file-thumb-loading:after,
.file-uploading:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -1.625rem;
    margin-left: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    z-index: 1070;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-upload-indicator {
    cursor: default;
    float: left;
    padding: 0.625rem;
    line-height: 1;
}
.file-upload-indicator i {
    top: 0;
}
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file {
    display: none;
}
.file-input-ajax-new .close,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
    display: none;
}
.file-caption-icon,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.hide-content .kv-file-content,
.kv-hidden {
    display: none;
}
.file-footer-buttons {
    float: right;
}
.file-footer-buttons button {
    padding: 0.625rem;
    background-color: transparent;
    color: #333;
    border: 0;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    outline: 0;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .file-footer-buttons button {
        transition: none;
    }
}
.file-footer-buttons button:hover {
    opacity: 1;
}
.file-footer-buttons button i {
    top: 0;
}
.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0.75rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}
.file-size-info samp {
    font-size: 0.75rem;
}
.file-drop-zone {
    height: 100%;
    vertical-align: middle;
    padding: 0.5rem;
    border-radius: 0.25rem;
}
.file-drop-zone-title {
    font-size: 1.25rem;
    font-weight: 300;
    padding: 5rem;
    opacity: 0.5;
}
.clickable .file-drop-zone-title {
    cursor: pointer;
}
.clickable .file-drop-zone-title:focus,
.clickable .file-drop-zone-title:hover {
    opacity: 1;
    background-color: #f2f2f2;
}
.kv-upload-progress {
    margin-bottom: 1.25rem;
}
.file-thumb-progress {
    position: absolute;
    top: -0.375rem;
    left: 0;
    right: 0;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
    height: 0.375rem;
    border-radius: 0;
    font-size: 0;
}
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}
.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 100%;
}
.file-zoom-fullscreen .modal-content {
    border-radius: 0;
}
.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}
.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #fff;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .file-zoom-dialog .btn-navigate {
        transition: none;
    }
}
.file-zoom-dialog .btn-navigate > i {
    display: block;
    font-size: 2rem;
}
.file-zoom-dialog .btn-navigate:not([disabled]):focus,
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}
.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
    left: -3.25rem;
}
.file-zoom-dialog .btn-next {
    right: -3.25rem;
}
.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 1.25rem 1.25rem;
    right: 1.25rem 1.25rem;
    background-color: #fff;
}
.file-zoom-dialog .kv-zoom-title {
    color: #999;
    margin-left: 0.625rem;
}
.file-zoom-content {
    text-align: center;
}
.file-drag-handle {
    cursor: move;
    float: left;
    line-height: 1;
    opacity: 0.6;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .file-drag-handle {
        transition: none;
    }
}
.file-drag-handle:hover {
    opacity: 1;
}
.file-drag-handle i {
    top: 0;
}
.dropzone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 2px dashed rgba(0, 0, 0, 0.125);
    min-height: 18rem;
    background-color: #fff;
    padding: 0.3125rem;
    border-radius: 0.25rem;
}
.card .dropzone {
    background-color: #fff;
    border-color: #ddd;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable,
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message {
    opacity: 1;
}
.dropzone .dz-message .dz-button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-color: #999;
    background-color: #f5f5f5;
    color: #ddd;
}
.dropzone .dz-default.dz-message {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    opacity: 1;
    border-radius: 0.25rem;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-default.dz-message {
        transition: none;
    }
}
.dropzone .dz-default.dz-message:before {
    content: "";
    font-family: icomoon;
    font-size: 4rem;
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-default.dz-message > span {
    font-size: 1.125rem;
    color: #777;
    display: block;
    margin-top: 10.25rem;
}
.dropzone .dz-default.dz-message > span span {
    display: block;
    color: #9d9d9d;
    font-size: 1rem;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.75;
}
.dropzone .dz-preview {
    background-color: #fff;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    margin: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dropzone .dz-preview .dz-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-preview .dz-details {
        transition: none;
    }
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-error:hover .dz-details {
    display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    padding: 0.5rem;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0.25rem 0 0.25rem;
}
.dropzone .dz-preview .dz-error-mark:after,
.dropzone .dz-preview .dz-success-mark:after {
    font-family: icomoon;
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark span,
.dropzone .dz-preview .dz-success-mark svg {
    display: none;
}
.dropzone .dz-preview .dz-error-mark {
    color: #ef5350;
}
.dropzone .dz-preview .dz-error-mark:after {
    content: "";
}
.dropzone .dz-preview .dz-success-mark {
    color: #25b372;
}
.dropzone .dz-preview .dz-success-mark:after {
    content: "";
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
    opacity: 1;
}
.dropzone .dz-preview .dz-progress {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    height: 0.25rem;
    display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #25b372;
    transition: width ease-in-out 0.15s;
    border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-preview .dz-progress .dz-upload {
        transition: none;
    }
}
.dropzone .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-preview.dz-success .dz-progress {
        transition: none;
    }
}
.dropzone .dz-preview .dz-error-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem;
    color: #ef5350;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0.25rem;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-preview .dz-error-message {
        transition: none;
    }
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ef5350;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
}
.dropzone .dz-preview .dz-image {
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}
.dropzone .dz-preview a.dz-remove {
    position: relative;
    color: #333;
    background-color: #f0f2f5;
    border: 1px solid #cad1dc;
    display: block;
    text-align: center;
    margin-top: 0.625rem;
    cursor: pointer;
    z-index: 21;
    padding: 0.3125rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.6924;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .dropzone .dz-preview a.dz-remove {
        transition: none;
    }
}
.dropzone .dz-preview a.dz-remove:focus,
.dropzone .dz-preview a.dz-remove:hover {
    color: #333;
    background-color: #e1e5eb;
    border-color: #bac4d1;
}
.dropzone .dz-preview a.dz-remove:active {
    color: #333;
    background-color: #d1d7e1;
    border-color: #abb6c7;
}
.noty_bar {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.noty_body {
    padding: 1rem 1.25rem;
}
.noty_close_with_button .noty_body {
    padding-right: 2.5rem;
}
.noty_buttons {
    padding: 1rem 1.25rem;
    padding-top: 0;
    text-align: right;
}
#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 1050;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 90%;
}
#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}
#noty_layout__top .noty_bar:first-child {
    margin-top: 1.25rem;
}
#noty_layout__topLeft {
    top: 1.25rem;
    left: 1.25rem;
    width: 20rem;
}
#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(-50%) translateZ(0) scale(1, 1);
    transform: translate(-50%) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
    top: 1.25rem;
    right: 1.25rem;
    width: 20rem;
}
#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
    transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
}
#noty_layout__centerLeft {
    top: 50%;
    left: 1.25rem;
    width: 20rem;
    -webkit-transform: translate(0, -50%) translateZ(0) scale(1, 1);
    transform: translate(0, -50%) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
    top: 50%;
    right: 1.25rem;
    width: 20rem;
    -webkit-transform: translate(0, -50%) translateZ(0) scale(1, 1);
    transform: translate(0, -50%) translateZ(0) scale(1, 1);
}
#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}
#noty_layout__bottom .noty_bar:last-child {
    margin-bottom: 1.25rem;
}
#noty_layout__bottomLeft {
    bottom: 1.25rem;
    left: 1.25rem;
    width: 20rem;
}
#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 20rem;
    -webkit-transform: translate(calc(-50% - 1px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - 1px)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 20rem;
}
.noty_progressbar {
    display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1875rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}
.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
    cursor: pointer;
}
.noty_close_button {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background-color: transparent;
    font-size: 1.37506rem;
    font-weight: 400;
    color: inherit;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .noty_close_button {
        transition: none;
    }
}
.noty_close_button:hover {
    opacity: 1;
}
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1040;
    opacity: 0.35;
    left: 0;
    top: 0;
}
.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in 0.3s ease-out;
    animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out 0.3s ease-out;
    animation: noty_modal_out 0.3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes noty_modal_in {
    100% {
        opacity: 0.35;
    }
}
@keyframes noty_modal_in {
    100% {
        opacity: 0.35;
    }
}
@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}
@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}
@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}
@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}
@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}
@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}
@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}
.noty_theme__limitless.noty_bar {
    margin: 0.25rem 0;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.noty_theme__limitless.noty_type__alert {
    background-color: #252b36;
    color: #fff;
    border-color: #252b36;
}
.noty_theme__limitless.noty_type__warning {
    background-color: #f58646;
    color: #fff;
    border-color: #f58646;
}
.noty_theme__limitless.noty_type__error {
    background-color: #ef5350;
    color: #fff;
    border-color: #ef5350;
}
.noty_theme__limitless.noty_type__info {
    background-color: #2196f3;
    color: #fff;
    border-color: #2196f3;
}
.noty_theme__limitless.noty_type__success {
    background-color: #25b372;
    color: #fff;
    border-color: #25b372;
}
.noty_theme__limitless.noty_type__confirm {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.noty_theme__limitless.noty_type__confirm .noty_body {
    padding: 1.25rem;
}
.noty_theme__limitless.noty_type__confirm .noty_close_button {
    top: 1.25rem;
}
.ui-pnotify {
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
body > .ui-pnotify {
    position: fixed;
    z-index: 1070;
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 50rem;
}
.ui-pnotify[class*="bg-"] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}
.ui-pnotify.alert-styled-custom > .ui-pnotify-container,
.ui-pnotify[class$="-100"] > .ui-pnotify-container,
.ui-pnotify[class*="text-"] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.ui-pnotify.stack-bottom-left,
.ui-pnotify.stack-top-left {
    left: 1.25rem;
    right: auto;
}
.ui-pnotify.stack-bottom-left,
.ui-pnotify.stack-bottom-right {
    bottom: 1.25rem;
    top: auto;
}
.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -10rem;
}
.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 25%;
    right: 25%;
}
.ui-pnotify.stack-custom-left {
    top: 25%;
    left: 25%;
    right: auto;
    bottom: auto;
}
.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}
.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}
.ui-pnotify.ui-pnotify-in {
    display: block !important;
}
.ui-pnotify.ui-pnotify-move {
    transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
    opacity: 0;
    transition: opacity linear 0.6s;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
    opacity: 0;
    transition: opacity linear 0.4s;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity 0.2s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}
.ui-pnotify-container {
    padding: 1rem 1.25rem;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: 0.25rem;
}
.ui-pnotify-container::after {
    display: block;
    clear: both;
    content: "";
}
.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}
.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0.3125rem;
    font-size: 1rem;
}
.ui-pnotify-text {
    display: block;
}
.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}
.ui-pnotify-icon > [class^="icon-"] {
    margin-top: 0.375rem;
    margin-right: 0.625rem;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 0.625rem;
    margin-top: 0.375rem;
    line-height: 1;
    outline: 0;
}
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 1040;
}
.brighttheme {
    border: 1px solid;
}
.ui-pnotify[class*="bg-"] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
