html, body {
    height: auto;
    min-height: 100%;
    position: relative;
}

.pa-0 {
    padding: 0 !important;
}

.ma-0 {
    margin: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #99e3ff !important;
    border-color: #33a3ff !important;
}

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

.v-a-t {
    vertical-align: top;
}

.p-n {
    padding: 0 !important;
}

.p-l-n {
    padding-left: 0 !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-xs {
    margin-top: 6px;
}

.input-as-text {
    border: none !important;
    box-shadow: none !important;
    background: inherit;
}

.break-word {
    word-break: break-word;
}

.popover-content {
    word-break: break-word;
    max-height: 500px;
    overflow: auto;
}

.note-editor .note-editable {
    min-height: 300px;
    border: 1px solid #e5e6e7;
    border-top: 0;
}

.default-bg {
    background-color: #d4d4d4;
    color: #fff;
}

.w-270 {
    width: 270px;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.m-b-20 {
    margin-bottom: 20px!important;
}

.m-t-30 {
    margin-top: 30px;
}

.l-h-22 {
    line-height: 22px !important;
}

.b-t-1 {
    border-top: 1px solid #ccc;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-b-none {
    margin-bottom: 0px !important;
}

.m-t-none {
    margin-top: 0px !important;
}

.left-80 {
    left: -80px;
}

.choice-file {
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #f3f3f4;
    padding: 110px 20% 100px 20%;
}

.image-section {
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #f3f3f4;
    text-align: center;
    padding: 15px 15px;
}

.image-section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.modal-image-preview {
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #f3f3f4;
    text-align: center;
    padding: 15px 15px;
}

.modal-image-preview img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.icheckbox_square-green {
    margin-right: 5px;
}

.i-checks .checkbox label, .i-checks .radio label {
    padding-left: 0px;
}

h3 a {
    font-size: 14px;
}

.image-table-section img {
    margin-right: 20px;
}

.img-circle.avatar {
    width: 48px;
    height: 48px;
}

/* Input Fields */
textarea.resize-vertical {
    resize: vertical;
}

textarea.resize-none {
    resize: none;
}

.font-noraml label {
    font-weight: normal;
}

.prefilled-input-wrapper > .single-line {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex: 1 1;
}

.prefilled-input-wrapper > .single-line > input {
    width: 100%;
    border: none;
    padding-left: 2px;
}

.prefilled-input-wrapper > .single-line > input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.prefilled-input-wrapper > .single-line > span {
    white-space: nowrap;
}

.form-group.has-error .prefilled-input-wrapper > .single-line {
    border-color: #ed5565;
}

.prefilled-input-wrapper > .single-line:focus-within {
    border-color: #1ab394;
    outline: none;
}

.form-group.has-success .prefilled-input-wrapper > .single-line {
    border-color: #1ab394;
}

/* Text colors */
.text-dark-gray {
    color: #637381;
}

/* Font Size */
.fs16 {
    font-size: 16px;
}

.fs24 {
    font-size: 24px;
}

.m-t-sx {
    margin-top: 5px;
}

.m-t-6 {
    margin-top: 6px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border: 1px solid #e5e6e7 !important;
}

.select2-container .select2-selection--single {
    display: block !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #23c6c8 !important;
    font-family: 'Open Sans' !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    text-shadow: none !important;
    border: none !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border: 1px solid #e5e6e7 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-dropdown {
    border: 1px solid #e5e6e7 !important;
    border-radius: 0px !important;
}

.bootstrap-tagsinput {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid #e5e6e7 !important;
    box-shadow: none !important;
}

.varinat-name {
    display: inline-block;
    padding-top: 10px;
}

.varinat-name:after {
    content: '\00B7';
    padding-right: 5px;
    padding-left: 5px;
}

variants-data span.varinat-name:last-child:after {
    content: '';
}

.variants-list-view {
    list-style: none;
    padding: 0px;
}

.variants-list-view li {
    padding: 15px 25px;
    font-size: 12px;
}

.variants-list-view li.active {
    background: #ebebeb;
}

/* images upload sections */
.empty-images-section img {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.images-multiple-section .image-item {
    display: inline-block;
    width: 150px;
    margin: 10px;
    vertical-align: top;
}

.images-multiple-section .image-item img {
    display: block;
    width: 100%;
}

.images-multiple-section .image-actions {
    display: none;
}

.images-multiple-section .image-item {
    position: relative;
}

.images-multiple-section .image-item:hover .image-actions {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    color: #fff;
}

.images-multiple-section .image-actions a {
    display: inline;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.img-circle.avatar {
    width: 48px;
    height: 48px;
}

.variants-list-table td img {
    display: block;
    width: 34px;
    border: 1px solid #ccc;
}

.variants-list-table > tbody > tr > td {
    line-height: 34px;
}

.variants-list-view img {
    display: block;
    width: 34px;
    border: 1px solid #ccc;
}

.product-image {
    display: block;
    width: 100%;
}

.w-15p {
    width: 15%;
}

.w-25p {
    width: 25%;
}

.w-300 {
    width: 300px !important;
}

.w-100p {
    width: 100% !important;
}

.m-t-lg {
    margin-top: 30px !important;
}

.w-115 {
    width: 115px;
}

.w-100 {
    width: 100px;
}

.w-70 {
    width: 70px;
}

.w-30 {
    width: 30px;
}

.w-50 {
    width: 50px;
}

.w-90 {
    width: 90px;
}

.w-300 {
    width: 300px !important;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.p-l-none {
    padding-left: 0px !important;
}

.inventory-histories-table .filters {
    display: none;
}

ul.product-items {
    list-style: none;
    background: #fff;
    padding: 15px;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

ul.product-items li.unavailable {
    opacity: .5;
}

ul.product-items .product-item .checkbox, ul.product-items .product-item .product-info {
    display: inline-block;
    vertical-align: top;
}

ul.product-items .product-item .product-info {
    width: 87%;
}

ul.product-items .product-item .checkbox {
    width: 35px;
}

ul.product-items .product-item .product-info img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

ul.product-items .product-item .product-info p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

ul.product-items .product-item .product-info p.product-name-search {
    width: 270px;
    line-height: 22px;
    padding-top: 10px;
}

ul.product-items li.product-variant {
    padding-left: 40px;
}

ul.product-items li.product-variant .product-item {
    border-top: 1px solid #ccc;
}

ul.product-items li:not(.product-variant) {
    margin-top: 10px;
}

.products-selected .product-transfers-table,
.products-selected .product-discount-table,
.products-selected .product-list-table {
    display: table;
    width: 100%;
}

.products-selected .product-transfers-table .product-info img,
.products-selected .product-discount-table .product-info img,
.products-selected .product-list-table .product-info img {
    display: block;
    width: 60px;
}

.products-selected .product-transfers-table td,
.products-selected .product-transfers-table th,
.products-selected .product-discount-table td,
.products-selected .product-discount-table th,
.products-selected .product-list-table td,
.products-selected .product-list-table th {
    padding: 4px;
}

.modal-body .products-selected .product-transfers-table td,
.modal-body .products-selected .product-transfers-table th,
.modal-body .products-selected .product-discount-table td,
.modal-body .products-selected .product-discount-table th,
.modal-body .products-selected .product-list-table td,
.modal-body .products-selected .product-list-table th {
    padding: 10px;
}

.ajax-product-section {
    padding: 20px 10px;
}

.highlight {
    padding: 1px;
    background: #fcfcd1;
}

/* Progress Bar */
.progress-block {
    display: inline-block;
    width: 150px;
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}

.ui-popover__container {
    position: relative;
    display: inline-block;
}

.ui-popover__container--full-width-container {
    display: block;
}

.multi-progress-bar--quarter-margin-top-bottom {
    margin: 5px 0;
}

.multi-progress-bar--clickable {
    cursor: pointer;
}

.multi-progress-bar {
    background: #f5f6f7;
    border-radius: 4px;
    min-width: 50px;
    height: 8px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(49, 55, 61, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(49, 55, 61, 0.1);
}

.multi-progress-bar--clickable {
    cursor: pointer;
}

.multi-progress-bar--quarter-margin-top-bottom {
    margin: 5px 0;
}

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

.multi-progress-bar--clickable {
    cursor: pointer;
}

.multi-progress-bar__section--primary .multi-progress-bar__item--main {
    background: #96bf48;
}

.multi-progress-bar__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: width 0.4s cubic-bezier(0.83, 0.04, 0.13, 0.99);
    transition: width 0.4s cubic-bezier(0.83, 0.04, 0.13, 0.99);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(49, 55, 61, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(49, 55, 61, 0.1);
    border-radius: 4px 0 0 4px;
}

.progress-block .progress-info {
    display: block;
    text-align: center;
}

.multi-progress-bar__section--secondary .multi-progress-bar__item--main {
    background: #ffd117;
}

.multi-progress-bar__section--tertiary .multi-progress-bar__item--main {
    background: #ff5d5d;
}

.receipt-action .actions {
    padding: 15px;
}

.accepted-info {
    z-index: 3;
}

.cancelled-info {
    z-index: 2;
}

.rejected-info {
    z-index: 1;
}

.products-section .progress-block .progress-info {
    text-align: right;
}

.table.table-v-m > thead > tr > th,
.table.table-v-m > tbody > tr > th,
.table.table-v-m > tfoot > tr > th,
.table.table-v-m > thead > tr > td,
.table.table-v-m > tbody > tr > td,
.table.table-v-m > tfoot > tr > td {
    vertical-align: middle;
}

.help-text {
    color: #637381;
    font-size: 11px;
    font-weight: normal;
    padding-left: 25px;
}

#ajax-form-modal > .ajax-modal-body {
    display: block;
    z-index: 2050 !important;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* Rating */
fieldset, fieldset label {
    margin: 0;
    padding: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.rating-info {
    margin-top: 7px;
    padding-left: 10px;
    float: left;
}

.rating-info span {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

ul.collection-items {
    list-style: none;
    background: #fff;
    padding: 15px;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

ul.collection-items li.unavailable {
    opacity: .5;
}

ul.collection-items .collection-item .checkbox,
ul.collection-items .collection-item .collection-info {
    display: inline-block;
    vertical-align: top;
}

ul.collection-items .collection-item .collection-info {
    width: 87%;
    margin-top: 5px;
    margin-bottom: 10px;
}

ul.collection-items .collection-item .checkbox {
    width: 35px;
}

ul.collection-items .collection-item .collection-info img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

ul.collection-items .collection-item .collection-info p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0;
}

.collection-discount-table {
    width: 100%;
}

.collection-discount-table .collection-info img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

.collection-discount-table td {
    padding: 10px;
}

.settings-container .forum-item {
    height: 80px;
}

.email-list hr:last-child {
    display: none;
}

.preview-email {
    padding: 25px;
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ebebeb;
}

.preview-iframe {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 700px;
}

.medias-search-table .filters {
    display: none;
}

.draft-orders-search-table .empty {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

table .empty {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.orders-search-table .empty {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.questions-search-table .empty {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.medias-search-table .empty {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.contact-box {
    border: none;
}

.product-image-sm {
    display: block;
    width: 100%;
}

.m-l-sm {
    margin-left: 10px !important;
}

.order-total-info {
    display: table;
    width: 100%;
}

.order-total-info .title, .order-total-info .value {
    width: 50%;
}

.order-total-info tr {
    vertical-align: middle;
}

.order-total-info .title {
    text-align: right;
}

.order-total-info .value {
    text-align: right;
}

.notification-toggle.open .dropdown-menu {
    display: block;
}

.dropdown-item {
    position: relative;
}

#autocomplete-results {
    list-style: none;
    display: none;
    padding: 0;
    border: 1px solid #ebebeb;
}

#autocomplete-results li {
    padding: 15px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
}

#autocomplete-results li:hover {
    background: #f3f3f4;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #888888;
    border-color: #616161;
    color: #fff;
}

.fulfilment-items .product-image img {
    display: block;
    width: 70px;

}

.fulfilment-items .product-info .product-title {
    display: block;
    margin: 0;
}

.image-thumb img {
    height: 28px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #f3f3f4;
}

.bg-none {
    background: none;
}

.bg-grey {
    background: #f5f5f5;
}

.form-group:not(.has-error) .help-block {
    display: none;
}

.vertical-timeline-content {
    word-wrap: break-word;
}

.js-view-review {
    max-width: 200px;
    word-wrap: break-word;
    display: block;
}

.content-review {
    max-width: 250px;
    word-wrap: break-word;
    display: block;
}

.content-question {
    max-width: 225px;
    word-wrap: break-word;
    display: block;
}

.content-answer {
    max-width: 225px;
    word-wrap: break-word;
    display: block;
}

.content-editor-container .note-editable {
    max-height: 600px;
    overflow-y: auto;
}

.note-btn.btn.btn-default {
    color: #000;
    background: #fff;
}

ul.customers-items {
    list-style: none;
    background: #fff;
    padding: 15px;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

ul.customers-items .customer-item .checkbox,
ul.customers-items .customer-item .customer-info {
    display: inline-block;
    vertical-align: top;
}

ul.customers-items .customer-item .customer-info {
    width: 87%;
    margin-top: 5px;
    margin-bottom: 10px;
}

ul.customers-items .customer-item .checkbox {
    width: 35px;
}

ul.customers-items .customer-item .customer-info img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

ul.customers-items .customers-item .customer-info p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0;
}

.customer-discount-table {
    width: 100%;
}

.customer-discount-table .customer-info img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

.customer-discount-table td {
    padding: 10px;
}

.total-inventory-quantity {
    margin-bottom: 15px;
}

/*.full-width-fixed-columns tbody td.fix-me {
    position: fixed;
}*/
table.filter-sort th {
    position: relative;
}

table.filter-sort th a::after {
    position: absolute;
    top: 18px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    content: "\e150";

    background: transparent;
    box-sizing: border-box;
}

table.filter-sort.redirection-search-table th a::after {
    top: 8px;
}

table.filter-sort.filter-sort-middle th a::after {
    top: 8px;

}

table.inventory-search-table.filter-sort th a::after {
    top: 8px;
}

table.filter-sort th a.asc::after {
    content: "\e155";
}

table.filter-sort th a.desc::after {
    content: "\e156";
}

.scroll-section-top, .scroll-section-section {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.scroll-section-top {
    height: 20px;
}

.scroll-section-section {
    height: auto;
}

.scroll-section-top .scroll-bar-additional {
    width: 1000px;
    height: 20px;
}

.scroll-section-section .scroll-bar-current {
    width: auto;
    height: auto;
}

.table-data .empty {
    text-align: center;
    font-size: 26px;
    padding: 25px;
    font-weight: bold;
}

textarea.autoresize {
    overflow-y: hidden;
}

.event-user-multiple-dropdown {
    z-index: 5555;
}

#add-notification-btn {
    border: none;
    text-decoration: underline;
    margin-top: 20px;
}

#event-notifications-list .fa.fa-close:hover, .remove-task-from-event i:hover {
    color: #ed5565;
    cursor: pointer;
}

.event-tasks-lists-table {
    width: 100%;
    min-width: 480px;
    overflow: auto;
}

.event-tasks-lists-table .title span {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: inline-block;
}

.event-tasks-lists-table .free-space div {
    width: 80%;
}

.event-tasks-lists-table .task-short-info span {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55px;
    display: inline-block;
}

.event-tasks-lists-table .task-short-info {
    width: 55px;
}

.event-tasks-lists-table .task-short-info.clock, .event-tasks-lists-table .task-short-info.due_date, .event-tasks-lists-table .task-short-info.clock span {
    width: 150px;
}

.event-tasks-lists-table .task-short-info.due_date span {
    width: 120px;
}

.event-tasks-lists-table .task-short-info.due_date i {
    font-style: normal;
}

.event-tasks-list ul {
    padding-left: 0;
}

.event-tasks-list {
    overflow: auto;
}

.swal2-container.swal2-center {
    z-index: 2222 !important;
}

.scroll-block {
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-block::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    background-color: #f5f5f5 !important;
}

.scroll-block::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important;
    background-color: #b0b0b0 !important;
}

.scroll-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2) !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2) !important;
    border-radius: 3px !important;
    background-color: #ededee !important;
}

ul.notification-list-js {
    max-height: 300px;
}

.no-margin {
    margin: 0 !important;
}

.btn-complete {
    background-color: #41caae;
    border-color: #44d4b7 !important;
    color: #fff;
    opacity: 0.7;
    transition: 0.3s;
}

.btn-complete:hover {
    background-color: #41caae;
    opacity: 1;
    color: #fff;
}

.word-break {
    word-break: break-word !important;
}

.notification-list-js li.unread {
    background-color: #fddfdfa8;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.notification-list-js li.unread > a:hover, .notification-list-js li.unread > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #fddfdf;
}

.notification-list-js li > a.get-next-notification-js {
    text-align: center;
}

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

/*Full Page Loader*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 5555;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*End Full Page Loader*/

.hidden-keep-space {
    visibility: hidden;
}

.swal2-buttonswrapper button {
    min-width: 50px;
}

.fs-13 {
    font-size: 13px !important;
}

.v-a-text-bottom {
    vertical-align: text-bottom;
}

.task-events .single-task-event-item .title,
.task-events .single-task-event-item .description,
.task-events .single-task-event-item .date {
    transform: translate(0, 50%);
}

.task-events .single-task-event-item {
    border: 1px solid #e0dfdf;
}

.dl-horizontal .text-left {
    text-align: left !important;
}
.toggle-details a {
    font-size: 12px;
}
.ck-editor__editable_inline {
    min-height: 400px;
    max-height: 1200px;
    resize: vertical;
}
.ck-placeholder{
    display: none;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}
.ck-editor__editable h1[data-placeholder]{
    display: none;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}
.ck-editor__editable h2[data-placeholder]{
    display: none;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}