/*
 * Bootstrap Mods
 */
:root,
[data-bs-theme="light"] {
    --bs-blue: #2ea3f2;
    --bs-indigo: #4c5a7a;
    --bs-purple: #8567a8;
    --bs-pink: #db6395;
    --bs-red: #e05d65;
    --bs-orange: #f5a762;
    --bs-yellow: #ffd662;
    --bs-green: #57b979;
    --bs-teal: #43c9b7;
    --bs-cyan: #3ec0e7;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #8b9aa0;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2ea3f2;
    --bs-secondary: #8b9aa0;
    --bs-success: #57b979;
    --bs-info: #3ec0e7;
    --bs-warning: #ffd662;
    --bs-danger: #e05d65;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 46, 163, 242;
    --bs-secondary-rgb: 139, 154, 160;
    --bs-success-rgb: 87, 185, 121;
    --bs-info-rgb: 62, 192, 231;
    --bs-warning-rgb: 255, 214, 98;
    --bs-danger-rgb: 224, 93, 101;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-indigo-rgb: 76, 90, 122;
    --bs-purple-rgb: 133, 103, 168;
    --bs-pink-rgb: 219, 99, 149;
    --bs-orange-rgb: 245, 167, 98;
    --bs-teal-rgb: 67, 201, 183;
    --bs-primary-text-emphasis: #165f8c;
    --bs-secondary-text-emphasis: #465055;
    --bs-success-text-emphasis: #0f422c;
    --bs-info-text-emphasis: #2689b5;
    --bs-warning-text-emphasis: #8b6b0a;
    --bs-danger-text-emphasis: #5a1e25;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #a6d8f7;
    --bs-secondary-bg-subtle: #cfd3d6;
    --bs-success-bg-subtle: #c8e6d0;
    --bs-info-bg-subtle: #a6e1f4;
    --bs-warning-bg-subtle: #fff4cc;
    --bs-danger-bg-subtle: #f7c1c3;
    --bs-light-bg-subtle: #f8f9fa;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #7fbce6;
    --bs-secondary-border-subtle: #a7b0b3;
    --bs-success-border-subtle: #89c9a7;
    --bs-info-border-subtle: #7fd6ea;
    --bs-warning-border-subtle: #ffe699;
    --bs-danger-border-subtle: #f79c97;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    --bs-body-color: #666;
    --bs-body-color-rgb: 102, 102, 102;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(102, 102, 102, 0.75);
    --bs-secondary-color-rgb: 102, 102, 102;
    --bs-secondary-bg: #cfd3d6;
    --bs-secondary-bg-rgb: 207, 211, 214;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #333;
    --bs-link-color: #2ea3f2;
    --bs-link-color-rgb: 46, 163, 242;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #268fd6;
    --bs-link-hover-color-rgb: 38, 143, 214;
    --bs-code-color: #db6395;
    --bs-highlight-color: #666;
    --bs-highlight-bg: #cfd3d6;
    --bs-border-color: #cfd3d6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(46, 163, 242, 0.25);
    --bs-form-valid-color: #57b979;
    --bs-form-valid-border-color: #57b979;
    --bs-form-invalid-color: #e05d65;
    --bs-form-invalid-border-color: #e05d65;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2ea3f2;
    --bs-btn-border-color: #2ea3f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #268fd6;
    --bs-btn-hover-border-color: #238ab8;
    --bs-btn-focus-shadow-rgb: 46, 163, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #238ab8;
    --bs-btn-active-border-color: #207faa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2ea3f2;
    --bs-btn-disabled-border-color: #2ea3f2;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8b9aa0;
    --bs-btn-border-color: #8b9aa0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a868b;
    --bs-btn-hover-border-color: #717a80;
    --bs-btn-focus-shadow-rgb: 139, 154, 160;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #717a80;
    --bs-btn-active-border-color: #6a7378;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8b9aa0;
    --bs-btn-disabled-border-color: #8b9aa0;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #57b979;
    --bs-btn-border-color: #57b979;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4ea36d;
    --bs-btn-hover-border-color: #469361;
    --bs-btn-focus-shadow-rgb: 87, 185, 121;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #469361;
    --bs-btn-active-border-color: #3f844e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #57b979;
    --bs-btn-disabled-border-color: #57b979;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e05d65;
    --bs-btn-border-color: #e05d65;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c3545a;
    --bs-btn-hover-border-color: #b74d52;
    --bs-btn-focus-shadow-rgb: 224, 93, 101;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b74d52;
    --bs-btn-active-border-color: #ac474d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e05d65;
    --bs-btn-disabled-border-color: #e05d65;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffd662;
    --bs-btn-border-color: #ffd662;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8c34a;
    --bs-btn-hover-border-color: #f5bc3b;
    --bs-btn-focus-shadow-rgb: 255, 214, 98;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5bc3b;
    --bs-btn-active-border-color: #f2b635;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffd662;
    --bs-btn-disabled-border-color: #ffd662;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #3ec0e7;
    --bs-btn-border-color: #3ec0e7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #36aad0;
    --bs-btn-hover-border-color: #30a0c0;
    --bs-btn-focus-shadow-rgb: 62, 192, 231;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #30a0c0;
    --bs-btn-active-border-color: #2a96b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #3ec0e7;
    --bs-btn-disabled-border-color: #3ec0e7;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
    --bs-btn-color: #2ea3f2;
    --bs-btn-border-color: #2ea3f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2ea3f2;
    --bs-btn-hover-border-color: #2ea3f2;
    --bs-btn-focus-shadow-rgb: 46, 163, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2ea3f2;
    --bs-btn-active-border-color: #2ea3f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2ea3f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2ea3f2;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #8b9aa0;
    --bs-btn-border-color: #8b9aa0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8b9aa0;
    --bs-btn-hover-border-color: #8b9aa0;
    --bs-btn-focus-shadow-rgb: 139, 154, 160;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8b9aa0;
    --bs-btn-active-border-color: #8b9aa0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8b9aa0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8b9aa0;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #57b979;
    --bs-btn-border-color: #57b979;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #57b979;
    --bs-btn-hover-border-color: #57b979;
    --bs-btn-focus-shadow-rgb: 87, 185, 121;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #57b979;
    --bs-btn-active-border-color: #57b979;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #57b979;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #57b979;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #e05d65;
    --bs-btn-border-color: #e05d65;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e05d65;
    --bs-btn-hover-border-color: #e05d65;
    --bs-btn-focus-shadow-rgb: 224, 93, 101;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e05d65;
    --bs-btn-active-border-color: #e05d65;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e05d65;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e05d65;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #ffd662;
    --bs-btn-border-color: #ffd662;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffd662;
    --bs-btn-hover-border-color: #ffd662;
    --bs-btn-focus-shadow-rgb: 255, 214, 98;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffd662;
    --bs-btn-active-border-color: #ffd662;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffd662;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffd662;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #40c3dc;
    --bs-btn-border-color: #40c3dc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #40c3dc;
    --bs-btn-hover-border-color: #40c3dc;
    --bs-btn-focus-shadow-rgb: 64, 195, 220;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #40c3dc;
    --bs-btn-active-border-color: #40c3dc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #40c3dc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #40c3dc;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}

.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(46, 163, 242, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: var(--bs-primary);
}

.form-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

input[type="range"]::-webkit-slider-thumb {
    background-color: var(--bs-primary);
}

input[type="range"]::-moz-range-thumb {
    background-color: var(--bs-primary);
}

/*
 * Custom Variables
 */
.btn-icon-plus {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-success);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-success);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-success);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-padding-x: 0px;
    --bs-btn-padding-y: 0px;
    --bs-btn-line-height: 0px;
    text-decoration: none;
}

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: RGBA(var(--bs-indigo-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-indigo {
    color: #000 !important;
    background-color: RGBA(var(--bs-indigo-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity, 1)) !important;

}

.text-bg-purple {
    color: #000 !important;
    background-color: RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: RGBA(var(--bs-pink-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink {
    color: #000 !important;
    background-color: RGBA(var(--bs-pink-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;

}

.text-bg-orange {
    color: #000 !important;
    background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-teal {
    --bs-bg-opacity: 1;
    background-color: RGBA(var(--bs-teal-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal {
    color: #000 !important;
    background-color: RGBA(var(--bs-teal-rgb), var(--bs-bg-opacity, 1)) !important;
}


.no-validate:valid,
.no-validate:invalid,
.no-validate.is-valid,
.no-validate.is-invalid {
    border-color: var(--bs-border-color) !important;
    padding: .375rem .75rem !important;
    background-image: initial !important;
}

/* 
 * Font Size
 */

.fs-7 {
    font-size: 0.8rem !important;
}

/*
 * List group
 */
.list-group-primary .list-group-item-action {
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    cursor: pointer;
}

.list-group-primary .list-group-item-action:focus,
.list-group-primary .list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-white);
    text-decoration: none;
    background-color: var(--bs-primary);
}

.list-group-primary .list-group-item-action.active {
    z-index: 2;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* 
 * Icons
 */
.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    fill: currentColor;
}

.error-content .bi {
    width: 1em;
    height: 1em;
}

.btn-icon-plus .bi {
    width: 1em;
    height: 1em;
    font-size: 1.5em;
}

.bi.bi-fluid {
    width: 1em;
    height: 1em;
}

/* 
 * Loading Spinner
 */

#loading-content {
    left: 60% !important;
}

.loading-table {
    height: 0px;
}

/* 
 * Player Controller
 */
.audio-control .bi {
    width: 1rem !important;
    height: 1rem !important;
}


.control-play {
    width: 40px;
    height: 40px;
}


/*
* Main
*/
body {
    min-height: 100vh;
}

main {
    height: 100vh;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}


/*
 * Content
 */
#content {
    overflow-y: auto;
}

#content #header-content {
    height: 93px;
    max-height: 93px;
}

#content #body-content {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}


/* 
 * Header
 */
#licenze-select {
    min-width: 40px;
}


/* 
 * Column Action
 */
.col-action {
    min-width: 125px;
}


/* 
 * Home Page
 */
.home-html {
    height: 100%;
}

.home-body {
    min-height: 100vh;
}

.bg-home {
    background-image: url(../img/logintphone.png);
    background-repeat: no-repeat;
    background-position: right;
}

.tphone-logo-home {
    height: 85px;
}

.tmax-logo-home {
    height: 100px;
}


/*
 * Sidebar
 */
.sidebar {
    width: 300px;
}

.sidebar .bi {
    width: 1em;
    height: 1em;

}

.sidebar .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: var(--bs-primary-text-emphasis);
}

.sidebar .sidebar-heading {
    font-size: 1.2rem;
}


/*
 * Navbar
 */
.navbar-brand img {
    height: 60px;
}


/* 
 * Error Content
 */
.h1-error {
    font-size: 11em;
    font-weight: 700;
}

.icon-error {
    font-size: 20em !important;
    line-height: 0;
}


/* 
 * Dashboard Page
 */
#storico-dashboard audio {
    width: 175px;
}


/* 
 * Wizard Page
 */
#form-messaggi .input-group-text {
    width: 60px;
}


/*
* Condizioni Temporlai Page
*/
.list-giorni label {
    width: 13%;
    min-width: 101px;
}

.table .ore {
    padding-left: 0px;
    padding-right: 0px;
}

.table .ore-progress {
    padding: 0px;
}

.table .ore-progress .progress-stacked,
.table .ore-progress .progress {
    --bs-progress-height: 2.4rem;
    --bs-progress-border-radius: 0px;
}

.bg-secondary-ore {
    background-color: var(--bs-secondary-bg);
}

/* 
 * Associazioni Page
 */
#lista-associazioni input[type="checkbox"] {
    display: none;
}

#lista-associazioni .list-group-item {
    min-height: 48px;
}

.associazioni-owerflow {
    max-height: calc(100vh - 278px);
    overflow-y: auto;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.cursor-drag {
    cursor: move;
}




/* 
 * Storico Chiamate Page
 */
#storico-chiamte-table audio {
    width: 175px;
}


/* 
 * Fornitori Page
 */



/* 
 * Condomini Page
 */
#select-list-condomini .form-control-scroll {
    max-height: 700px;
    overflow-y: auto;
}

.switch-active-table {
    min-height: 2rem;
    margin-bottom: 0rem;
    margin-top: .50em;
}

.switch-active-table .form-check-input[type=checkbox] {
    width: 4em;
    height: 1.938em;
    margin-top: 0em;
}


/* 
 * Categorie Page
 */
#select-categorie-add div.row-select-categorie,
#select-categorie-edit div.row-select-categorie {
    min-height: 150px;
}

#selected-categorie-add input[type="checkbox"],
#selected-categorie-edit input[type="checkbox"] {
    display: none;
}

#selected-categorie-add span.btn,
#selected-categorie-edit span.btn {
    cursor: default;
}

#selected-categorie-add .delete-categoria,
#selected-categorie-edit .delete-categoria {
    vertical-align: middle !important;
    cursor: pointer;
}

#selected-categorie-add.form-control-scroll,
#select-list-categorie-add.form-control-scroll,
#selected-categorie-edit.form-control-scroll,
#select-list-categorie-edit.form-control-scroll {
    max-height: 150px;
    overflow-y: auto;
}