﻿html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    min-height: 100%;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: relative;
}

.content {
    padding-bottom: 5em;
}

.hidden {
    visibility : hidden;
}

.marqueeCurrency {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}

/* Enable animation */
.enable-animation .marquee__content {
    animation: scroll 50s linear infinite;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
    animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}

/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
    max-width: fit-content;
}

/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
.marquee--pos-absolute .marquee__content:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
    animation-name: scroll-abs;
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}

/* Other page demo styles */
.marquee__content > * {
    flex: 0 0 auto;
    color: #fff;
    background: #1e90ff;
    margin: 1px;
    padding: 0;
    border-radius: 0.25rem;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    height: 100%;
    width: auto;
    margin-left: 1em;
    padding-left: 1em;
    padding-right: 1em;
}


.activatefalse {
    color: red;
    display: inline-block;
    font-size: 0.7em
}

.activatetrue {
    color: green;
    display: inline-block;
    font-size: 0.7em
}


.download {
    width: 260px;
}

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-flow: column;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: auto;
    align-items: flex-start;
}

.card-body {
    /*   padding: 0.5rem;*/
}

.fill-height-or-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .fill-height-or-more > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.ChatWindow {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999 !important;
    max-width: 400px;
    /*display: table-row;
    
    position:relative;
    float:right;*/
}

.direct-chat-contactsAll {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999 !important;
    width: 300px;
    background: #444444;
    border-bottom: 1px solid gray;
}

.direct-chat-contactsAllCustomers {
    position: fixed;
    bottom: 0;
    right: 305px;
    z-index: 99999 !important;
    width: 300px;
    background: #444444;
    border-bottom: 1px solid gray;
}

.login-box {
}

.k-no-data {
    display: table;
    width: 100%;
    padding-top: 20px;
}

.circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
}

#grdTransacts {
    font-size: 13px;
    font-weight: bold;
}

.content-wrapper {
    height: auto !important;
}

#OnlineUsersTable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#OnlineUsersTable::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#OnlineUsersTable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #374850;
}

.control-sidebar {
    display: inline-table;
}

#progress {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 999999999999;
    border: 0;
    /*
    width: 500px;
    height: 20px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin: -10px 0 0 -250px;*/
}

.k-loading-mask {
    z-index: 99999;
    position: absolute;
}

.k-edit-form-container {
    position: relative;
    width: auto !important;
}

.k-edit-label, .k-link {
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
}

.k-edit-field {
    margin-right: 0;
    margin-left: 0;
}

.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
}

    .k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-widget, .k-widget *, .k-widget :before {
        box-sizing: border-box;
    }
/*.k-form-field {
    margin: 0 0 0.5em;
}
.k-prompt-container, .k-window-content {
    padding: 0.3em 0.3em;
}
*/

.text-sm .card-title {
    font-size: 1rem;
    line-height: 2rem;
    padding-right: 1rem;
}


.alert .close, .alert .mailbox-attachment-close {
    color: #000 !important;
    opacity: .2;
}


.k-selected, .k-state-selected {
    background-image: url(textures/highlight.png) !important;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%) !important;
    background-color: #247394 !important;
    color: white !important;
}

/*
ol, ul, dl {
    margin-right: -3em;
}*/

/*div#card001 {
    width: 100px !important;
    background: aliceblue;
}*/