﻿.btn-icon-size {
    height: 16px;
    width: 16px;
}

.screen-match-sidebar {
    height: calc(100vh - 133px);
}

.screen-match-sidebar .sidebar-content {
    overflow: hidden;
}


.media .picker {
    top: unset !important;
    margin-top: 40px !important;
}

.little-line {
    height: 30px;
}

@media (max-width: 767.98px) {
   

    .screen-match-sidebar {
        height: calc(100vh);
    }

        .screen-match-sidebar .sidebar-content {
            background: white;
        }
}

@media (min-width: 767.99px) {
    .sidebar-right {
        width: 360px;
    }
}

.dropdown-item.active {
    background-color: #f5f5f5;
    color: #333;
}

.picker--opened-absolute {
    position: relative;
    top: 0px;
    /*right: -10px;*/
    /*left: -270px;*/
}

.icon-scale-50 {
    transform: rotate(45deg) scale(0.675) !important;
}

select[id*="bootstrap-duallistbox"] option {
    display: block !important
}


.password-switcher-icon {
    right: 0 !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    cursor: pointer;
}

.oblique {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

th:has(span.rotate-90-inverse), th:has(span.oblique) {
    padding: 0 !important;
    padding-right: 15px !important;
}

th:has(span.rotate-90-inverse).sorting::before, th:has(span.rotate-90-inverse).sorting::after, th:has(span.oblique).sorting::before, th:has(span.oblique).sorting::after,
th:has(span.rotate-90-inverse).sorting_asc::before, th:has(span.rotate-90-inverse).sorting_asc::after, th:has(span.oblique).sorting_asc::before, th:has(span.oblique).sorting_asc::after,
th:has(span.rotate-90-inverse).sorting_desc::before, th:has(span.rotate-90-inverse).sorting_desc::after, th:has(span.oblique).sorting_desc::before, th:has(span.oblique).sorting_desc::after,
{
    right: 0.5rem;
}

tr.small-line td {
    padding: 5px;
}


th.small-h {
    padding: 18px !important;
}

th.small-h.sorting::before, th.small-h.sorting::after,
th.small-h.sorting_asc::before, th.small-h.sorting_asc::after,
th.small-h.sorting_desc::before, th.small-h.sorting_desc::after {
    right: 0.3rem;
}

.ccircle {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    background: #c0d8eb; /* fond non rempli */
}

.cquarter {
    position: absolute;
    width: 50%;
    height: 50%;
    background: #404040; /* couleur remplie */
    opacity: 0; /* non visible par défaut */
    transition: opacity 0.3s ease;
}

.cq1 {
    top: 0;
    left: 50%;
    transform-origin: left bottom;
}

.cq4 {
    top: 0;
    left: 0;
    transform-origin: right bottom;
}

.cq3 {
    bottom: 0;
    left: 0;
    transform-origin: right top;
}

.cq2 {
    bottom: 0;
    left: 50%;
    transform-origin: left top;
}

.table-hover-c tbody tr:hover {
    background-color: #D20A0F2B;
}

