﻿.avatar-alt-bg {
    background-color: #e5e7f1 !important;
}
.ohidden
{
    display: none;
}
.o-msg-main {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 54px;
    height: 0px;
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.o-msg-main-list-card {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    flex: 0 0 320px;
    width: 320px;
    min-width: 0px;
}
.o-msg-status {
    background: #7a85ad;
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    /*-webkit-animation: pulse-animation 2s infinite linear;*/
}
.dropdown-menu.show {
    transition: visibility 0s linear 25ms,z-index 0s linear 25ms,opacity 334ms cubic-bezier(0,0,.2,1),25ms;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: relative;
}
.bg-highlight {
    background-color: rgba(236, 180, 3, 0.17) !important;
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.o-msg-status.offline {
    background: #FF4136;
    display: inline-block;
    width: 1em;
    height: 1em;
}
.item-menu-devider::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #bcccda;
    content: "/";
    opacity: 0.5;
}
.cursor-pointer{
    cursor: pointer;
}
.page-style2 {
    position: relative;
    height: 100vh;
}
    .page-style2::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(68, 84, 195, 0.25), rgba(68, 84, 195, 0.18)), url(../images/pagebg/pg-bk-1.jpg);
        background-repeat: repeat;
        background-size: cover;
        background-position: top;
        opacity: 0.8;
    }
.page-style1 {
    background: url(../images/login-bg/bg-2.jpg) !important;
}
.card-header{
    min-height: 2.8rem !important;
}

.card-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: #f1f2f7;
}
.card-btn:hover, .card-btn.active {
    background-color: #fff !important;
}
.card-btn.primary-active, .card-btn.ms-active, .card-btn.wk-active, .card-btn.pj-active, .card-btn.tms-active, .card-btn.tm-active, .card-btn.mem-active {
    background-color: #fff !important;
    border-bottom: 4px solid #4454c3;
    border-left: 4px solid #4454c3;
}
.card-btn.success-active, .card-btn.mt-active, .card-btn.tg-active, .card-btn.tma-active, .card-btn.rtm-active, .card-btn.tmg-active {
    background-color: #fff !important;
    border-bottom: 4px solid #2dce89;
    border-left: 4px solid #2dce89;
}
.card-btn.warning-active, .card-btn.md-active, .card-btn.tmi-active, .card-btn.cc-active, .card-btn.doc-active {
    background-color: #fff !important;
    border-bottom: 4px solid #ecb403;
    border-left: 4px solid #ecb403;
}
.card-btn.tmt-active {
    background-color: #fff !important;
    border-bottom: 4px solid #728096;
    border-left: 4px solid #728096;
}
.card-btn.secondary-active, .card-btn.wk-active, .card-btn.pj-active, .card-btn.tmr-active, .card-btn.pt-active {
    background-color: #fff !important;
    border-bottom: 4px solid #f72d66;
    border-left: 4px solid #f72d66;
}
.page-btn-menu {
    clear: right;
    border-radius: 8px;
}

.frm-lgd {
    display: inline-block;
    width: 100%;
    border: 1px solid #d3dfea;
    border-radius: 5px;
}

.frm-lgd-content-param {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #e7eaf3;
    text-align: center;
    padding: 3px;
    font-weight: 500;
}

    .frm-lgd-content-param .param-item {
        display: inline-block;
        height: 36px;
        line-height: 36px;
    }
.frm-lgd-content-list-content {
    padding: 3px 3px;
}
.frm-lgd-content-list-main {
    padding: 3px 3px;
}
.frm-lgd-content-list-footer {
    border-top: 1px solid #d3dfea;
    padding-left: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
}
.show-white-space {
    white-space: pre-wrap;
}
.word-wrap {
    word-wrap: break-word;
}
.canvas-chart {
    min-height: 20px;
    height: auto;
}
.canvas-chart-info {
    min-height: 20px;
    height: auto;
}
.w-100-per{
    width: 100% !important;
}
.h-100-per {
    height: 100% !important;
}
.no-hover-bg:hover
{
    background: none !important;
}
.table-horizontal {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: auto;
}
.bg-dark-transparent {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #424e79 !important;
}
.pgbg-img-light-mode {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
}
.pgbg-img-dark-mode {
    background: #10163a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
}
/* This container helps the thumbnail behave as if it were an unscaled IMG element */
.thumbnail-container {
    width: calc(1440px * 0.25);
    height: calc(900px * 0.25);
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}
    /* Image Icon for the Background */
    .thumbnail-container::before {
        position: absolute;
        left: calc(50% - 16px);
        top: calc(50% - 18px);
        opacity: 0.2;
        display: block;
        -ms-zoom: 2;
        -o-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJwaG90b18xXyI+PHBhdGggZD0iTTI3LDBINUMyLjc5MSwwLDEsMS43OTEsMSw0djI0YzAsMi4yMDksMS43OTEsNCw0LDRoMjJjMi4yMDksMCw0LTEuNzkxLDQtNFY0QzMxLDEuNzkxLDI5LjIwOSwwLDI3LDB6ICAgIE0yOSwyOGMwLDEuMTAyLTAuODk4LDItMiwySDVjLTEuMTAzLDAtMi0wLjg5OC0yLTJWNGMwLTEuMTAzLDAuODk3LTIsMi0yaDIyYzEuMTAyLDAsMiwwLjg5NywyLDJWMjh6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTI2LDRINkM1LjQ0Nyw0LDUsNC40NDcsNSw1djE4YzAsMC41NTMsMC40NDcsMSwxLDFoMjBjMC41NTMsMCwxLTAuNDQ3LDEtMVY1QzI3LDQuNDQ3LDI2LjU1Myw0LDI2LDR6ICAgIE0yNiw1djEzLjg2OWwtMy4yNS0zLjUzQzIyLjU1OSwxNS4xMjMsMjIuMjg3LDE1LDIyLDE1cy0wLjU2MSwwLjEyMy0wLjc1LDAuMzM5bC0yLjYwNCwyLjk1bC03Ljg5Ni04Ljk1ICAgQzEwLjU2LDkuMTIzLDEwLjI4Nyw5LDEwLDlTOS40NCw5LjEyMyw5LjI1LDkuMzM5TDYsMTMuMDg3VjVIMjZ6IE02LDE0LjZsNC00LjZsOC4wNjYsOS4xNDNsMC41OCwwLjY1OEwyMS40MDgsMjNINlYxNC42eiAgICBNMjIuNzQsMjNsLTMuNDI4LTMuOTU1TDIyLDE2bDQsNC4zNzlWMjNIMjIuNzR6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTIwLDEzYzEuNjU2LDAsMy0xLjM0MywzLTNzLTEuMzQ0LTMtMy0zYy0xLjY1OCwwLTMsMS4zNDMtMywzUzE4LjM0MiwxMywyMCwxM3ogTTIwLDhjMS4xMDIsMCwyLDAuODk3LDIsMiAgIHMtMC44OTgsMi0yLDJjLTEuMTA0LDAtMi0wLjg5Ny0yLTJTMTguODk2LDgsMjAsOHoiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+");
    }
.option-wrapper {
    background: #f3f4f7;
    border-right: 1px solid #d3dfea;
}
.poptainer {
    position: absolute;
    z-index: 1;
    display: none;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3dfea;
    border-radius: 0.3rem;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}
    .poptainer .poptainer-header {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        color: #191621;
        letter-spacing: 0.5px;
        padding: 12px 15px;
        background-color: #fff;
        border-color: #d3dfea;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .poptainer .poptainer-body {
        padding: 15px;
        color: #6e7687;
    }
.poptainer-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* This is a masking container for the zoomed iframe element */
.thumbnail {
    -ms-zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}
    /* This is our screen sizing */
    .thumbnail,
    .thumbnail iframe {
        width: 1440px;
        height: 900px;
    }
        /* This facilitates the fade-in transition instead of flicker. It also helps us maintain the illusion that this is an image, since some webpages will have a preloading animation or wait for some images to download */
        .thumbnail iframe {
            opacity: 0;
            transition: all 300ms ease-in-out;
        }
        /* This pseudo element masks the iframe, so that mouse wheel scrolling and clicking do not affect the simulated "screenshot" */
        .thumbnail:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

@media print {
    .no-print {
        display: none;
    }
}