/* Custom css for backend */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255,255,255,0.8) url("/images/backend/spinner.gif") center no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .overlay {
    display: block;
}
p.info {
    font-weight: 500;
    font-size: .9375rem;
    margin-bottom: 1.25rem;
}
p.tableDataInfo {
    padding: 1.25rem;
    margin: 0;
}
p.tableDataInfoTitle {
    font-size: .9375rem;
    font-weight: 600;
    padding-bottom: 0;
}
button.remove-relation {
    border: none;
    background: none;
    outline: none;
}
a.breadcrumb-elements-item.orig-color {
    color: #2196f3;
    font-size: 0.9rem;
}
ul.sessionBox,
ul.sensorBox {
    min-height: 50px;
    background-color: #fafafa;
}
li.draggable {
    cursor: pointer;
}
ul.report li.list-group-item {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.hidden {
    display: none;
}
span.valueListText {
    width: 50%;
}
.chartColumn .canvasjs-chart-container {
    margin-top: -15px;
}
.chartColumn .canvasjs-chart-container:hover {
    margin-top: -13px;
}
.chartColumn .canvasjs-chart-canvas {
    width: calc(100% + 5%) !important;
    cursor: pointer !important;
}
.chartRow {
    height: 50px;
    border-bottom: 1px solid #fff
}
.chartColumn {
    display: inline-block;
}
.chartColumnSpan {
    position: relative;
    top: 15px;
}

.h-60vh {height: 60vh}
.h-70vh {height: 70vh}
.user-card {height:100%}
.fever-card,
.blood-oxygen-card {height:400px;}
.pulse-card,
.hrv-card {height:60vh; max-height: 650px;}






/*--- exarkun|20211215:: task lista table ganajozas, ebbol ne csinaljunk rendszert ---*/

@media (min-width:768px) {
    .flex-xxl-1 {
        max-width: calc(100vw - 660px);
    }

    .sidebar-xs .flex-xxl-1 {
        width: calc(100vw - 380px);
        max-width: none;
    }
}

@media (max-width:1599.98px) {
    .datatable-scroll-lg {
        width:100%;
        overflow-x:scroll
    }
}
@media (min-width:1500px) {
    .flex-xxl-1 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        width: 100%;
        max-width: none;
    }
}


/*--- Three.js Canvas size ---*/
#porgo-madar canvas {
    max-width: 100%;
    max-height: 450px !important;
}




.painandsuffer-wrap .card {
    min-height: 285px;
    height:100%;
    justify-content: center;
}

/*--- exarkun|20220531:: fajdalommmeres mods ---*/
.indicator-icons .fas {font-size:80px;}
.indicator-icons .fa-grin {color:#66bb6a;}
.indicator-icons .fa-smile {color:#90c95f}
.indicator-icons .fa-meh {color:#d3d759}
.indicator-icons .fa-frown {color:#e39f54}
.indicator-icons .fa-sad-tear {color:#ef5350}

.userdata-wrap .list-group .list-group-item {padding-top:5px;padding-bottom:5px;}

.table-col-x-sm td {
    padding-left: .25rem;
    padding-right: .25rem;
}
.form-group-float-label {
    opacity: 1 !important;
    top:0!important;
}

/*--- exarkun|20250808:: enerdata ---*/
@media (min-width: 1200px) {
    .right-content-wrap:has(.datatable-responsive) {
        max-width: calc(100% - 18.125rem);
    }
}
