﻿.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .row-eq-height .card {
        height: 100%;
    }

.note {
    color: #9c9fa6;
    font-size: .75rem;
}

.multiselect-native-select .multiselect {
    padding: 15px 0;
}

.input-group-addon, .input-group-addon {
    color: #c9c8c8;
    width: auto;
    border: none;
}

.input-group-addon, .input-group .input-group-btn {
    display: flex;
}

.input-group .input-group-btn, .input-group-addon {
    color: #c9c8c8;
    width: auto;
    border: none;
}

    .input-group-addon, .input-group .input-group-btn .btn {
        padding: 5px 10px;
    }

.input-group .input-group-btn {
    margin-left: -1px;
}

.multiselect-filter .input-group {
    position: relative;
    display: block;
    flex-wrap: nowrap;
    align-items: stretch;
    width: inherit;
}

.multiselect-search {
    display: block;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
}

.multiselect-filter .input-group .input-group-addon {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 4;
}

.multiselect-filter .input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 4;
}

.input-validation-error {
    margin-bottom: 10px;
}

.field-validation-error {
    font-size: 14px;
    padding-left: 10px;
}

.input-group .form-control {
    font-size: 14px;
}



.card-tools .card-item {
    padding: 10px;
}

.card-item {
    background: #fff;
    margin-bottom: 10px;
}

    .card-item:not(:last-child) {
        margin-right: 20px;
    }

.input-group-seperator {
    width: auto;
    text-align: center;
}

    .input-group-seperator::after {
        content: attr(seperator);
        height: 100%;
        padding: 0 10px;
        color: #999;
        text-transform: lowercase;
        align-items: center;
        display: flex;
    }

.advance-filter-wrapper {
    margin-top: 5px;
    display: block;
    width: 100%;
    padding-left: 2px;
    right: 95px;
    position: relative;
}

.advance-filter-item {
    text-align: left;
    font-size: 14px;
    min-width: 200px;
    margin-bottom: 5px;
}

    .advance-filter-item label {
        margin-right: 5px;
        color: #b66dff;
    }

span.Year {
    color: #999;
}

.advance-filter-item:not(:last-child) {
    margin-right: 10px;
}

.advance-filter-item .multiselect-native-select .multiselect {
    padding: 0;
}

.advance-filter-item .multiselect-selected-text {
    font-family: "ubuntu-regular", sans-serif;
}

.multiselect-container {
    min-width: 250px;
}

    .multiselect-container > li > a > label {
        padding: 3px 20px 3px 20px;
        color: #111;
    }

.date-design-1 span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.card-header span.Month, .card-header span.price {
    font-size: 18px;
}

span.price:before {
    content: "$ ";
}

.product-item {
    font-size: 14px;
    color: #111;
}

.text-ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control-plain {
    margin-bottom: 15px;
}

    .form-control-plain label {
        padding-bottom: 0;
        padding-top: 0;
    }

#advanceSearhFilterCollapse {
    border: solid 1px #eee;
}

    #advanceSearhFilterCollapse .card-body {
        padding: 15px;
    }

    #advanceSearhFilterCollapse .advance-filter-item label {
        min-width: 100px;
    }

.product-item .card-header {
    background-color: #fff;
}

.product-item:nth-child(2n+1) .card-header {
    background: #f5f7fa;
}

.empty-product {
    font-size: 100px;
    width: 120px;
    height: 120px;
    text-align: center;
    align-content: center;
    margin: auto;
    color: #ddd !important;
}

.btn-loadmore, .btn-loadmore:hover, .btn-loadmore:active {
    color: #1a9cb8 !important;
    border: 1px solid #1a9cb8 !important;
}

.btn-loadmore {
    margin: 0 auto;
    display: block;
    width: 387px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.card-control-container {
    border-top: solid 1px #eee;
    padding-top: 15px;
}

    .card-control-container .btn {
        margin-bottom: 5px;
    }

.search-filter select, .search-filter select:focus, .input-group-custom select, .input-group-custom select:focus {
    outline: none;
    /* color: #c9c8c8; */
    border-bottom: solid 1px #eee;
    margin-right: 10px;
}

.product-title, .product-status-title {
    color: #111;
    margin-bottom: 0.5em;
}

.product-desc {
    color: #999;
    font-size: 14px;
    font-weight: lighter !important;
    font-family: "ubuntu-regular", sans-serif;
}

.table-comparison {
    min-width: 700px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    .table-comparison tbody td {
        border: 0;
        vertical-align: top;
    }

    .table-comparison thead tr th {
        border-bottom: 0;
        vertical-align: top;
    }

        .table-comparison tbody tr td:not(:last-child),
        .table-comparison thead tr th:not(:last-child) {
            border-right: solid 1px #eee;
        }

    .table-comparison .product-data {
        text-align: center;
        /*max-width: 100px;
        min-width: 80px;*/
    }

    .table-comparison tbody td:first-child {
        min-width: 200px;
        max-width: 250px;
        font-weight: 700;
    }

    .table-comparison .form-check {
        margin-top: 0;
        right: -5px;
    }

.input-group-custom .multiselect {
    padding: 9px;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: inherit;
}

.price-change-wrapper .seperator-arrow-right::before {
    content: "\F054";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 24px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-footer {
    background: #fff;
    border: 0;
    padding-bottom: 35px;
}

input[type="number"] {
    padding: 10px;
}

.multiselect-container {
    max-height: 300px;
    overflow: auto;
}

.multiselect-selected-text {
    text-transform: uppercase;
}

.spinner-border::before {
    content: none;
}

button .spinner-border {
    height: 1em;
    width: 1em;
}

body .page-loader {
    display: none;
}

body.loading .page-loader {
    display: block;
}

body .page-loader-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}

body.loading, html.loading {
    overflow: hidden;
}

body .page-loader {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100vw;
    text-align: center;
    background: rgba(255,255,255, 0.5);
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0;
    background-color: white;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        /*background-color: white;*/
        background-color: #f2edf3;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

    /* Container around content */
    .timeline .container {
        position: relative;
        background-color: inherit;
        width: 50%;
        margin: 0;
    }

        .timeline .container.left {
            padding: 10px 40px 10px 0;
        }

        .timeline .container.right {
            padding: 10px 0 0px 40px;
        }
        /* The circles on the timeline */
        .timeline .container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            background-color: #f0e2ff;
            border: 4px solid #ebd6ff;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

        .timeline .container.right::after {
            left: -0.9em;
        }

        .timeline .container.left::after {
            right: -0.9em;
        }
    /* Place the container to the left */
    .timeline .left {
        left: 0;
    }

    /* Place the container to the right */
    .timeline .right {
        left: 50%;
    }

    .timeline .card-img-absolute {
        position: absolute;
        height: 100%;
        right: 0;
    }
    /* Add arrows to the left container (pointing right) */
    .timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid #f2edf3;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #f2edf3;
    }
    /* Add arrows to the right container (pointing left) */
    .timeline .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid #f2edf3;
        border-width: 10px 10px 10px 0;
        border-color: transparent #f2edf3 transparent transparent;
    }
    /* Fix the circle for containers on the right side */
    .timeline .right::after {
        left: -16px;
    }
    /* The actual content */
    .timeline .content {
        padding: 20px;
        position: relative;
        border-radius: 6px;
        box-shadow: 0 20px 25px -15px #D9D4DA;
        border: 1px solid #D9D4DA;
    }

/*.timeline .left .content {
        background: linear-gradient(to right, #f2edf3, #D9D4DA 99%);
    }

    .timeline .right .content {
        background: linear-gradient(to right, #D9D4DA, #f2edf3 99%);
    }*/

.ticket-content, .ticket-content label {
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.timeline .time-design .date-design-1 {
    border: solid 1px #198ae3;
    background-color: #49BAFF;
    padding: 15px;
    color: #fff;
}

.timeline .date-design-2 {
    background: #fff;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    position: absolute;
    border: solid 1px #198ae3;
    background-color: #49BAFF;
    color: #fff;
    left: 0;
}

.content.time-design {
    /*background:white !important;*/
    padding-top: 0;
    padding-left: 0;
    border-radius: 0;
}

.time-line-importance, .grid-col-50 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid-col-30 {
    display: grid;
    grid-template-columns: 30% auto;
}

.grid-col-40 {
    grid-template-columns: 40% auto;
    display: grid;
}

.time-line-importance {
    margin-bottom: -20px;
}

.form-plain-data {
    display: grid;
    grid-template-columns: 40% auto;
}

.timeline .date-design-2 span.Year, .timeline .time-design .date-design-1 span.Year {
    color: #fff;
}

.vertical-loading {
    position: relative;
}

    .vertical-loading::after {
        background: url(../themes/purple_admin/images/vertical-loader.gif) no-repeat rgba(255,255,255,0.7) center center;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

tbody:empty {
    position: relative;
    height: 5rem;
}

    tbody:empty::before {
        content: attr(data-empty);
        color: #fe7c96;
        text-align: center;
        font-size: 0.9em;
        padding: 0;
        width: 200px;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 3rem auto 0;
        align-content: center;
        align-self: center;
        align-items: center;
    }

.empty-list {
    color: #fe7c96;
    text-align: center;
    font-size: 0.9em;
    margin: 3rem auto 2rem;
}

.table-responsive {
    overflow-y: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.dropdown-icon .dropdown-toggle::after {
    display: none;
}

.dropdown-icon .dropdown-menu {
    padding: 15px;
}

.btn-icon-text .multiselect {
    padding-top: 0;
    padding-bottom: 0;
}

    .btn-icon-text .multiselect .multiselect-selected-text {
        font-size: 0.65rem;
        margin-top: 0.2em;
    }

.btn-icon-text .multiselect-native-select {
    display: block;
    text-align: right;
}

.timeline .content-plain {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    top: -5px;
}

.timeline.no-floaters::after, .timeline.no-floaters .right {
    left: 0%;
    right: 0;
}

.timeline.no-floaters .right {
    min-width: 60%;
    max-width: 100%;
    width: auto;
}

    .timeline.no-floaters .right::before {
        top: 18px;
    }

.timeline.no-floaters .content-group {
    position: absolute;
    left: -4.5em;
    height: 1em;
    display: inline-flex;
    margin: 1.3em 0 0;
    top: 1.49em;
}

.timeline .badge.prefix-right {
    height: 2.9em;
    display: inline-block;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    align-self: center;
    font-weight: bold;
    top: 0;
    bottom: 0;
    margin: 0.8em 0;
    min-width: 2.9em;
    text-align: center !important;
    line-height: 1.9em;
}

.badge-right {
    padding-right: 3em;
}

    .badge-right .prefix-right {
        position: absolute;
        right: 1em;
        top: 2em;
        opacity: 0.7;
    }

.bacth-item-log {
    padding-top: 1em;
}

    .bacth-item-log:not(:last-child) {
        border-bottom: solid 1px #eee;
    }

.suffix {
    position: absolute;
    right: 1em;
    bottom: 0.5em;
}

.timeline-scroller {
    overflow-x: hidden;
    padding-right: 25px;
    overflow-y: auto;
    max-height: 100vh;
}

    .timeline-scroller::after, .timeline-scroller .right {
        left: 15px !important;
    }

.ticket-status-left {
    min-width: 100px;
}

    .ticket-status-left .multiselect-native-select {
        text-align: left;
    }

        .ticket-status-left .multiselect-native-select .multiselect-selected-text {
            width: 100%;
        }

.batch-item label {
    margin-bottom: 0;
}

.batch-item-header, .batch-item-content {
    padding: 15px;
}

.batch-item-header {
    border: solid 1px #eee;
    cursor: pointer;
    background-color: #f5f7fa;
}

    .batch-item-header .form-group:last-child {
        margin-bottom: 0;
    }

    .batch-item-header .form-group:not(:last-child) {
        margin-bottom: 0.5em;
    }

.table-comparison thead tr > th, .table-comparison tbody tr > td {
    min-width: 150px;
    max-width: 180px;
}

.mark-controls .btn-update, .mark-controls .btn-unmarked, .mark-controls.marked .btn-marked {
    display: none;
}

.mark-controls.marked .btn-update, .mark-controls.marked .btn-unmarked, .mark-controls .btn-marked {
    display: inline-block;
}

table p {
    font-size: 0.875rem;
    line-height: 1;
}

[label-title]:before {
    content: attr(label-title);
    margin-right: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #b66dff;
    text-align: left;
}

.advance-filter-wrapper {
    display: none !important;
}

#search_filterForm .card-item {
    padding: 0;
}

.card-short-info {
    right: 2.5em;
    background-color: rgba(255,255,255,0.5);
    color: #555;
}

    .card-short-info:empty {
        display: none !important;
    }

.btn-close {
    /* Hover
    background-color: #2f3844;
    border-color: #29323d;
    */
    /* Normal
        background-color: #3e4b5b;
        border-color: #3e4b5b;
    */
}

    .btn-close.btn-social-icon-text i {
        background: #2f3844;
        padding: .75rem;
        display: inline-block;
        margin-right: 1.5rem;
        color: #fff;
    }

    .btn-close.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #3e4b5b;
        color: #fff;
    }

#sidebar {
    width: 300px;
}
/*Slide Panel*/
.cd-panel {
    /*...*/
    visibility: hidden;
    transition: visibility 0s 0.6s;
}

    .cd-panel.cd-panel--is-visible {
        visibility: visible;
        transition: visibility 0s 0s;
    }

.cd-panel__header {
    /*...*/
    position: fixed;
    top: 0;
    width: 90%;
    height: 50px;
    transition: transform 0.3s 0s;
    transform: translateY(-50px);
}

.cd-panel--from-right .cd-panel__header {
    right: 0;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}

.cd-panel--is-visible .cd-panel__header {
    transition: transform 0.3s 0.3s;
    transform: translateY(0px);
}

.cd-panel__container {
    /*...*/
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    transition: transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}
/* End Slide Panel*/

.td-gst {
    max-width: 100px;
}

    .td-gst .form-control[disabled] {
        background-color: #fff;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:after {
    content: "No";
    line-height: 1.5;
    text-transform: uppercase;
    align-self: center;
    font-size: 0.7em;
    padding: 0 10px 0 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 99;
    width: 100%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 14px;
}

input:checked + .slider:after {
    content: "Yes";
    line-height: 1.5;
    text-transform: uppercase;
    align-self: center;
    font-size: 0.7em;
    padding: 0 30px 0 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 99;
    width: 100%;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 900px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    .container::before {
        display: none;
    }

    .content.time-design {
        padding-left: 15px;
        padding-top: 15px;
    }
    /* Full-width containers */
    .timeline .container {
        width: 100%;
        padding-left: 1em;
        padding-right: 0;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline .container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline .right::after, .timeline .left::after {
        left: -21px !important;
        right: 0;
    }

    .timeline.no-floaters .right::after, .timeline.no-floaters .left::after {
        left: -0.9em !important;
        right: 0;
    }
    /* Make all right containers behave like the left ones */
    .timeline .right, .timeline .left {
        left: 0%;
        padding: 10px 0 10px 20px !important;
    }

    .timeline .text-item, .timeline label {
        display: block !important;
        margin-bottom: 1em !important;
    }

        .timeline .text-item span:not(.badge) {
            border: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
        }

    .badge-right {
        padding-right: 0;
    }

    .prefix-right, .suffix {
        position: relative !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
    }

    .purchase-popup {
        display: inherit !important;
    }

    .purchase-button {
        margin: 15px 0;
        font-size: 0.675rem !important;
    }
}

@media screen and (max-width: 1920px) {
    .sidebar-offcanvas {
        position: fixed;
        bottom: 0;
        overflow: auto;
        right: -300px;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .sidebar-offcanvas.active {
            right: 0;
        }

    .navbar-toggler {
        display: inline-block !important;
    }

    .main-panel {
        width: 100%;
    }

    .card-short-info {
        display: block;
        background-color: transparent;
        padding: 0 !important;
        margin: 0 !important;
    }

        .card-short-info > span {
            padding: 5px;
            margin: 0px 1px 1px 0px !important;
            display: inline-block;
            border: none;
            background-color: rgba(255,255,255,0.5);
            width: 90px;
            text-align: center;
        }

    .btn-apply-batch:not(.no-margin) {
        font-size: 0.675rem !important;
        margin-bottom: 5px;
        margin-left: 0 !important;
        margin-right: 5px;
    }
}

@media screen and (max-width: 1440px) {
    span[class*=grid-col-][label-title] {
        grid-template-columns: auto auto;
        font-size: 0.675rem !important;
    }

        span[class*=grid-col-][label-title] sub {
            display: none;
        }

    table .ellipsis {
        min-width: 15em;
    }
}


@media screen and (max-width: 812px) {
    .input-group, .input-group > .form-control, .input-group > div:not(:first-child), div[class*=grid-col-] > *, span[class*=grid-col-][label-title] {
        display: block;
    }

        .input-group > .form-control, .input-group > div {
            margin-bottom: 5px;
        }

    .btn + .btn {
        margin-top: 5px;
    }

    .input-group > .form-control {
        width: 100%;
    }

    span[class*=grid-col-][label-title] {
        font-size: 0.675rem !important;
    }

    table .ellipsis {
        min-width: 15em;
    }

    span[class*=grid-col-][label-title] sub {
        display: none;
    }

    .card-footer .btn-group {
        display: block;
    }
}
