﻿body .ui-widget, body .ui-widget .ui-widget, body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
    font-family: inherit;
    font-size: 14px;
}

.an-w {
    /*transition:all .5s ease-in-out;*/
}

h1, h2, h3 {
    font-weight: bold;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px;
}

#wrapper {
    overflow-x: unset;
    position: absolute;
    display: inline-block;
    height: 100%;
}

#page-wrapper {
    display: inline-block;
    width: calc(100% - 220px);
    padding-bottom: 40px;
    position: absolute !important;
}

#footer {
    width: 25%;
    text-align: center;
    background-color: #54579D;
    color: white;
    font-weight: bold;
    padding: 4px;
    position: fixed;
    bottom: 0px;
    font-size: .85em;
    z-index: 999;
    right: 0px;
    border-top-left-radius: 10px;
}

    #footer em {
        color: #ddd;
        vertical-align: top;
        font-family: 'Courier New'
    }

@media (max-width: 768px) {
    #page-wrapper, #footer {
        width: 100%;
    }
}


.ui-toast-message-info {
    background-color: #3fc4dc;
}

.ui-toast-message-success {
    background-color: #9fe090
}

.ui-toast-message-warn {
    background-color: #e9c95f
}

.ui-toast-message-error {
    background-color: #ff8275;
}

.table-container {
    padding: 25px;
}

input[type=number] {
    direction: ltr;
    text-align: center;
    max-width: 150px;
}

.inner-nav {
    background-color: white;
}

#side-menu .link-active {
    background-image: linear-gradient(to right, #2E1A80,#34A9FF );
    color: white;
}

    #side-menu .link-active a {
        color: white;
    }

#side-menu .module-nav {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

button[disabled="true"] {
    cursor: not-allowed
}

.chooseHeader {
    cursor: pointer;
}

    .chooseHeader.selected {
        background: url(../img/test.png) center bottom no-repeat;
    }

        .chooseHeader.selected h4 {
            color: white;
        }

        .chooseHeader.selected .active {
            display: block;
            margin: auto;
        }

        .chooseHeader.selected .notActive {
            display: none
        }

.limited-height {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.btnToggle label input {
    display: none;
}

/*p-dialog[ng-reflect-visible='true'] {
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,.5);
    top: 0px;
    bottom: 0px;
    z-index: 99999999;
}*/
@media(max-width: 640px) {
    .ui-dialog {
        width: 100% !important;
    }
}

.orederHeaderName .icon-container {
    background-color: #54579D;
    border-radius: 50%;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: block;
}

    .orederHeaderName .icon-container img {
        width: 100%;
    }

.loader-overlay {
    background-color: rgba(255,255,255,.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9999999999;
}

    .loader-overlay .loader {
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }

/*.loader-overlay .loader img {
        }*/

.sub-heading {
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 1px 2px #aaa;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #eee;
    border: 0px 1px 1px 1px solid #888;
}

.mainImg {
    background: none !important;
}

#side-menu {
    background-color: white;
    background: white;
}

    #side-menu.nav li {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: -1px;
    }

        #side-menu.nav li li {
            background-color: #FAAC1B;
        }

            #side-menu.nav li li a {
                color: white;
                border-color: white;
            }

.pull-first {
    float: left;
}

.pull-last {
    float: right;
}

.padTop {
    padding-top: 15px;
}

.perBtn.active {
    font-weight: bold;
}

    .perBtn.active .importantLabel {
        border-bottom: 1px solid red;
    }

.playMain .btn-default.buttonGraAmethyst,
.playMain .btn-default.buttonGraGray,
.playMain .btn-default.buttonGraGreen,
.playMain .btn-default.buttonGraPerp,
.playMain .btn-default.buttonGraOrange,
.playMain .btn-default.buttonGraRed,
.playMain .btn-default.buttonGraGreen {
    color: white !important;
}

.form-control-label {
    /*word-break: break-all;*/
    white-space: pre-wrap
}


.search-group input.form-control {
    border-radius: 17px;
}

.search-group i {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    color: #999;
}

.search-group {
    margin-bottom: 15px;
}

#page-wrapper {
    border-left: 1px solid #cfcfcf;
}

.panel-default.embedded > .panel-heading {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default.head > .panel-heading h4 {
    vertical-align: middle;
    display: inline-block;
    color: white;
    font-weight: bold;
}


.panel-default > .panel-heading {
    color: white;
    background-image: linear-gradient(to right, #2E1A80,#34A9FF );
    border: 1px solid #f48220;
}

.panel-default.head {
    margin-bottom: 0px;
}

    .panel-default.head > div {
        min-height: 54px;
    }

.panel-default.embedded.body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.page-heading {
    padding: 10px;
}

.text-last {
    text-align: right;
}

.node-content-wrapper input {
    color: black;
    width: 200px;
}

.buttonGra {
    padding: 8px 28px;
    line-height: 15px;
}

@media (max-width: 991px) {
    .buttonGra {
        font-size: 80%;
        padding: 8px 7px;
    }
}

.buttonGraGreen {
    background-color: #19e0a4;
}


.buttonGraWhite {
    background-color: white;
    color: #888 !important;
    box-shadow: 0px 0px 3px inset #888;
}

.buttonGra-sm {
    border-radius: 15px;
    height: 30px;
    font-size: 12px;
}

.buttonGra-group {
    text-align: center;
}
/*
.btnResponsive {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}*/
.tableWidth {
    width: 200px
}

.btnResponsive {
    /*width: 200px;*/
    position: relative;
    z-index: 400;
}

.buttonGra-group .buttonGra {
    vertical-align: top;
}

/*@media (max-width: 991px) {
    .buttonGra-group .buttonGra {
        font-size: 80%;
        padding: 8px 7px;
    }
}*/
    .buttonGra-group .buttonGraGreen {
    background-image: none;
    background-color: #15C38D;
}

.buttonGra-group .buttonGraGray {
    background-image: none;
    background-color: #888;
}

.buttonGra-group .buttonGraPerp {
    background-image: none;
    background-color: #54579D;
}

.buttonGra-group .buttonGraAmethyst {
    background-image: none;
    background-color: #54579D;
}

.buttonGra-group .buttonGraOrange {
    background-image: none;
    background-color: #f48020;
}

.buttonGra-group .buttonGraRed {
    background-image: none;
    background-color: red;
}

.buttonGra-group .buttonGra {
    border-radius: unset;
    margin: -1px;
}

.buttonGra-group .buttonGra-sm {
    margin-left: -3px;
    margin-right: 0px;
    background-image: none;
    border-radius: 0px;
    padding: 0px 10px;
    height: 30px;
    width: 42px;
    text-align: center;
    vertical-align: top;
}

.buttonGra-group :last-child.buttonGra {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.buttonGra-group :first-child.buttonGra {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
}



.buttonGra-group :last-child.buttonGra-sm {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.buttonGra-group :first-child.buttonGra-sm {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.buttonGra-group :only-child.buttonGra-sm {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.buttonGra-group :only-child.buttonGra {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.buttonGra.active {
    font-weight: bold;
    background-color: #5D56BB;
    background-image: unset;
}

.file-link {
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    height: 35px;
    padding: 8px 18px;
    text-align: left;
}

@media(max-width: 766px){
    .page-heading .text-last .buttonGra-group.pull-last {
        float: none;
        margin-top: 10px;
    }
}

/*.list-item:first-of-type {
}*/
.list-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 15px;
}

tree-viewport {
    overflow: visible;
}

.ui-widget-header {
    text-transform: unset;
}

.buttonInLine a {
    color: white;
}

.navbar-static-side {
    left: 0px;
}

#page-wrapper, .navbar-static-side {
    transition: all .5s ease-in-out,opacity .3s ease-in-out;
}

    #page-wrapper.expanded {
        margin: 0px;
        width: 100%;
    }

    .navbar-static-side.compressed {
        left: -220px;
        height: 0px;
        opacity: 0;
    }

.page-heading {
    border-top: 0;
    box-shadow: -2px 0px 16px rgba(84,87,157,.5);
}


.logCircle {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .logCircle:first-of-type {
        padding-top: 25px;
    }

.msgFooter {
    padding: 10px 40px;
}

button[disabled], label.disabled {
    cursor: not-allowed;
    background-image: none !important;
    background-color: #ccc !important;
    color: white !important;
    box-shadow: unset !important;
}

    button[disabled]:hover, label.disabled:hover {
        background-image: none;
        background-color: #ccc;
        color: white;
    }

.logs-table {
    background-color: white;
}

    .logs-table td, .logs-table th {
        text-align: center;
        vertical-align: middle;
        padding: 15px;
    }

.align-first {
    text-align: left !important;
}







angular2-date-picker {
    direction: ltr;
}

.date-display {
    direction: ltr;
}

.chiller_cb {
    cursor: pointer;
    min-width: 5px;
}

    .chiller_cb strong {
        margin: 0px 22px;
    }

table.table.table-striped .chiller_cb input {
    display: none !important;
}

.check-label {
    cursor: pointer;
    padding: 0px 10px;
    font-size: 1.4em;
    width: 100%;
}


    .check-label i, .check-label span {
        padding: 0px 10px;
    }

tree-root span span.label {
    float: right;
    margin: 0px 10px;
}

.tree-children {
    padding-right: 0px;
    padding-left: 3px;
    border-left: 1px dotted #ddd;
    border-right: 0px;
}

.node-content-wrapper {
    width: 100%;
    background-color: #f9f9f9;
    margin-bottom: 2px;
    margin-left: 3px;
    box-shadow: 1px 1px 2px #ddd;
    color: #888;
}

    .node-content-wrapper .label {
    }

.cell-validation {
    position: absolute;
}

    .cell-validation .messages {
        padding: 15px 30px;
        background-color: white;
        color: #a70d0d;
        display: none;
        position: absolute;
        margin-left: -200px;
        min-width: 200px;
        box-shadow: 1px 1px 3px #ddd;
        border: 1px solid #ddd;
        margin-top: 14px;
    }

    .cell-validation:hover .messages {
        display: block;
    }

.table.adder {
    margin-top: -20px;
}



.last-slider {
    position: absolute;
    top: 0px;
    width: 50%;
    background-color: white;
    height: calc(100% - 23px);
    overflow-y: scroll;
    opacity: 0;
    right: 0px;
    margin-right: -325px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    padding: 15px;
    /* margin-bottom: 41px; */
    border-radius: 2px;
    border: 1px solid #ddd;
    z-index: 9;
    transition: all 1s ease-in-out;
}

    .last-slider.show {
        margin-right: 0px;
        opacity: 1;
    }

.section-header {
    background-color: #ddd;
    width: 100%;
    color: #55589d;
    font-size: 1.2em;
    border-radius: 9px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* text-shadow: 1px 1px #000; */
    padding: 5px 15px;
    border-bottom: 1px solid #55589d;
    margin-bottom: 5px;
}

.tab-page {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 4px;
    box-shadow: 3px 0px #eee;
    display:inline-block;
    background-color: white;
    width:100%;
}

ul.nav.nav-tabs {
    border-bottom: unset;
    padding-top: 10px;
    margin-bottom: 2rem;
}

    /*.nav.nav-tabs li.active {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border: 1px solid #ddd !important;
    border-bottom: 0px !important;
    background-color: white;
    box-shadow: 3px 0px #eee;
}*/

    ul.nav.nav-tabs li a {
        border: 1px solid #ddd;
        margin: 2px 3px;
        border-bottom-width: 0px;
    }

@media (max-width: 1199px) {
    ul.nav.nav-tabs li a {
        border-bottom-width: 1px;
    }
}

/*ul.nav.nav-tabs li.active {
    margin-left: 5px;
}*/

ul.nav.nav-tabs {
    background: none;
}

.nav.nav-tabs li.active a {
    border: unset;
    background-image: linear-gradient(to right, #2E1A80,#34A9FF );
    color: #fff
}

ul .nav.nav-tabs li:first-child {
    margin-left: 15px;
}

.panel.embedded {
    border: unset !important;
}

.v-compressed, .v-expanded {
    transition: all .7s ease-in-out;
    position: relative;
}

.v-compressed {
    height: 0px;
    opacity: 0;
    display: none;
}

.v-expanded {
    height: auto;
    opacity: 1;
}

.tenant-badge {
    height: 300px;
    width: 100%;
    border: 1px solid #f77d1b;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 7px 7px 3px #ccc;
    margin-bottom: 15px;
}

    .tenant-badge .img-container {
        height: 200px;
        padding: 20px;
        display: table-cell;
        vertical-align: middle;
    }

    .tenant-badge h2 {
        height: 78px;
        text-align: center;
        font-size: 1.8em;
        font-family: Cambria;
        font-weight: bold;
        color: white;
        vertical-align: middle;
        padding: 15px;
        border-top: 1px solid #ddd;
        background: #f77d1b;
        border-bottom-left-radius: 12px;
    }

    .tenant-badge img {
    }

.padBottom {
    padding-bottom: 15px;
}

.dir-rtl {
    text-align: right;
    direction: rtl;
}

.dir-ltr {
    text-align: left;
    direction: ltr;
}

.imge {
    height: auto;
}

.partyProfileImg {
    position: relative
}

    .partyProfileImg .closeImg {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border: 1px solid #faac1b;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 18px;
        background: #faac1b;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        transition: .2s ease-in-out
    }

        .partyProfileImg .closeImg:hover {
            background-color: #f47c20;
            border-color: #f47c20;
        }

    .partyProfileImg img {
        width: 150px;
        height: 150px;
        cursor: pointer
    }


.tree-selected-path {
    height: 30px;
    background-color: #eee;
    width: 100%;
    padding: 5px 15px;
    color: #54579d;
    box-shadow: 1px 1px #ddd inset;
    border-radius: 6px;
}

.selection-container {
    overflow-y: scroll;
}

.list-box {
    padding: 10px 0px;
    border: 1px solid #ddd;
    height: 400px;
    overflow-y: scroll;
    border-radius: 5px;
}

    .list-box h3 {
        color: #54579D;
    }

    .list-box > li {
        border-bottom: 1px dotted #888;
    }

        .list-box > li.active {
            background: #d4d6ff;
        }

            .list-box > li.active h3 {
                color: white;
            }

.badge-yellow {
    background-color: yellow;
}

.badge-green {
    background-color: #4fd851
}

.toggle-children {
    background-image: none;
    position: relative;
    font-size: 1.1em;
    margin-left: 0px;
    margin-right: 3px;
}

    .toggle-children:before {
        font-family: 'FontAwesome';
        content: "\f0fe";
        color: #faac1b;
    }

.toggle-children-wrapper-expanded .toggle-children {
    transform: none;
}

.toggle-children-wrapper-collapsed .toggle-children {
    transform: none;
}

.toggle-children-wrapper-expanded .toggle-children:before {
    content: "\f147";
}

.schdtowcontroleinRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: center;*/
    align-content: center;
}

.selected {
    border: 1px solid #abaddd;
    background-color: rgba(130, 135, 255, 0.21);
}

.table > tbody > tr.selected > td, tr.selected > td {
    border-bottom: 1px solid #abaddd;
    border-top: 1px solid #abaddd;
    background-color: rgba(130, 135, 255, 0.21);
}



i.fa-sort {
    color: #ddd;
}

.cursorPointer i.fa-sort:hover {
    color: black;
    cursor: pointer;
}

.sorting-head-ASC i.fa-sort, .sorting-head-DESC i.fa-sort {
    color: black;
}

.sorting-head-ASC, .sorting-head-DESC {
    /*text-shadow:0px 0px 2px black;*/
}

    .sorting-head-ASC > i, .sorting-head-DESC > i {
        color: #54579d;
    }

        .sorting-head-ASC > i:before {
            content: "\f0de";
        }

        .sorting-head-DESC > i:before {
            content: "\f0dd"; /*arrow down*/
        }

.action-cell {
    text-align: center;
    font-weight: bold;
}

    .action-cell.Invalid {
        color: red;
    }

    .action-cell.Modified {
        color: #3fc4dc;
    }

    .action-cell.Valid, .action-cell.Added {
        color: green;
    }

.shadow-block {
    background-color: white;
    box-shadow: 1px 1px 3px #ddd;
}

.chart-component {
    padding: 15px;
    margin: 0px;
    margin-bottom: 15px;
    font-family: 'cairo';
    border-radius: 4px
}

.chart-header h3, .chart-header h4 {
    margin: 0px;
    color: #bbb;
    font-size: 10px;
}

.chart-header h4 {
    font-style: italic;
}

.doughnutCounter {
    font-weight: bold;
    font-size: 200%;
    color: #f8ac59;
    position: absolute;
    line-height: 0px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 30%);
    font-family: 'Cairo', sans-serif;
}

.animate-spin {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.chart-container .col-md-12 {
    padding: 0px;
}

.chart-container .col-md-3 {
    padding-left: 3px;
    padding-right:3px;
}

.block-a {
    padding: 0px !important;
}

.circular-md, .circular-sm {
    display: inline-block;
    position: relative;
}

.circular-sm {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.circular-md {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.count-circle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    top: 31%;
    left: -9px;
    font-size: 9px;
    line-height: 18px;
    box-shadow: -3px 1px 11px rgba(50,16,0,.5);
}

.orange-grad {
    background: rgb(244,127,32);
    background: linear-gradient(0deg, rgba(244,127,32,1) 0%, rgba(237,170,39,1) 79%);
}

.gauge-chart {
    margin-left: auto;
    margin-right: auto;
}

.gauge-label {
    width: 100%;
    text-align: center;
    direction: ltr;
    margin-top: -20px;
    font-family: "Cairo";
    font-size: 1.5em;
}

    .gauge-label span:first-child {
        font-size: 1.6em;
        color: #EF9F25;
        font-weight: bold;
    }

.tree-edit-box{
    width:100%;
    
}


.ql-readonly {
    font-style: italic;
    padding: 15px;
    border: 1px inset #ddd;
    border-radius: 4px;
    background-color: #fffdaf;
    overflow-y: scroll;
}

.ql-container {
    height: 200px !important;
}

.ql-lines-2 .ql-container, .ql-lines-2 .ql-readonly {
    height: 70px !important;
}

.ql-lines-4 .ql-container, .ql-lines-4 .ql-readonly {
    height: 140px !important;
}

.ql-lines-6 .ql-container, .ql-lines-6 .ql-readonly {
    height: 210px !important;
}

.ql-lines-8 .ql-container, .ql-lines-8 .ql-readonly {
    height: 300px !important;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cdk-overlay-container {
    z-index: 999999;
}

td.date-cell {
    direction: ltr;
    text-align: left;
}
.itemsTable > tbody > tr > td {
    padding-left: 5px;
    padding-right: 5px;
}

.split-first,.split-last{
    transition:all .5s ease-in-out;
    
}

.split-first {
    float: left;
    /*position: absolute;*/
}

.split-first.collapsed {
    
    opacity: 0;
    width: 0px;
    
}



.split-last {
    float: right;
    
}

/*fc-event-container {
    min-height: 90px;
    height: auto;
}*/

/*fc-day-grid-event {
    min-height: 80px;
    height: fit-content;
}*/
/*.fc-day-grid-event .fc-content {
    border-top-width:thick;
    color: black;
    min-height: 80px;
    height: fit-content;
    text-align:center;
}*/
/*.fc-title {
    white-space: pre-wrap;
    text-align:center;
}
*/

fc-content{
    overflow: visible;
}

.fc-day-grid-event .fc-content {
    overflow: visible;
    z-index: auto;
}
.fc-day-grid-event{
    margin:0;
}
.fc-event, .fc-event:hover {
    color: #f3f3f4;
}
body .fc .fc-event {
    background-color: white;
    border: solid;
    padding: 0;
}
.card {
    border-radius: 0.35rem
}
.card.calendar-item {
    border-inline-end: none;
    border-block-start: none;
    border-block-end: none;
    padding: .5rem;
    position: relative;
    color: #111;
    border-inline-start: 5px solid #000;
}

    .card.calendar-item + .card.calendar-item {
        margin-top: .5rem;
    }

    .card.calendar-item.success-lite {
        border-color: #13C682;
        background-color: #CEEBE0;
    }

    .card.calendar-item.danger-lite {
        border-color: #EC5E66;
        background-color: #F3DADA;
    }

    .card.calendar-item.warning-lite {
        border-color: #FCAD1D;
        background-color: #F4E7CF;
    }

    .card.calendar-item.secondary-lite {
        border-color: #403998;
        background-color: #D5D4E4;
    }

    .card.calendar-item.dark-lite {
        border-color: #797979;
        background-color: #DEDEDE;
    }

    .card.calendar-item .card-header {
        background-color: transparent;
        border-bottom: none;
    }

    .card.calendar-item .card-body {
        padding: 1rem 0;
    }

    .card.calendar-item .card-header,
    .card.calendar-item .card-body {
        padding: 0;
    }

        .card.calendar-item .card-header .title {
            font-weight: bold;
            margin-bottom: 0;
        }

        .card.calendar-item .card-body .content {
            margin-bottom: 0;
        }

    .card.calendar-item .popover {
        display: none;
        width: 260px;
        padding: 0 1rem;
        position: absolute;
        top: -10px;
        will-change: transform;
        border: none;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        border-radius: .5rem;
    }

        .card.calendar-item .popover.right {
          
            left: auto;
            right: 70%;
        }

        .card.calendar-item .popover.left {
            left: 70%;
            right: auto;
        }

    .card.calendar-item:hover .popover {
        display: block;
    }



    .card.calendar-item .popover .popover-header {
        padding: .75rem 0;
        font-weight: bold;
        background-color: transparent;
        border-bottom: 1px solid #ebebeb;
    }

        .card.calendar-item .popover .popover-header .badge {
            padding: .35rem;
            border-radius: .5rem;
            min-height: 15px;
        }

    .card.calendar-item .popover .popover-body {
        padding: 0;
        color: #111;
    }

        .card.calendar-item .popover .popover-body .detail-row {
            padding: .75rem 0;
        }

            .card.calendar-item .popover .popover-body .detail-row + .detail-row {
                border-top: 1px solid #ebebeb;
            }

            .card.calendar-item .popover .popover-body .detail-row .icon {
                margin-inline-end: .5rem;
            }

.badge {
    margin: 5px;
    min-height: 25px;
    min-width: 90px;
    padding: .35rem;
    border-radius: .5rem;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}

.badge-success {
    color: #13C682;
    background-color: #CEEBE0;
}

    .badge-success.active {
        color: #CEEBE0;
        background-color: #13C682;
    }

.badge-danger {
    color: #EC5E66;
    background-color: #F3DADA;
}

    .badge-danger.active {
        color: #F3DADA;
        background-color: #EC5E66;
    }

.badge-warning {
    color: #FCAD1D;
    background-color: #F4E7CF;
}

    .badge-warning.active {
        color: #F4E7CF;
        background-color: #FCAD1D;
    }

.badge-secondary {
    color: #403998;
    background-color: #D5D4E4;
}

    .badge-secondary.active {
        color: #D5D4E4;
        background-color: #403998;
    }
.badge-dark {
    color: #797979;
    background-color: #DEDEDE;
}

    .badge-dark.active {
        color: #DEDEDE;
        background-color: #797979;
    }

.playMain .badge {
    margin: 5px;
    min-width: 90px;
}