#root {
    height: 100%; /* cross-browser */
    width: 100%;
}

a {
    text-decoration: none !important;
}

.container-page {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    padding-top: 3.5rem;
}

.fill-height {
    height: 100%; /* cross-browser */
}

.table {
    border-collapse: separate;
    border-spacing:0 .5rem;
}


.table thead th {
    opacity: 50%;
}

.table thead th.no-opacity {
    opacity: 100%;
}

.custom-checkbox.checkbox-lg {
    /* height: 2.5rem; */
    line-height: 2.5rem;
}

.context-menu > .checkboxes-layout {
    padding:1em;
}
.checkboxes-layout{
    display:flex;
    gap:1.2em;
    flex-wrap: wrap;
}

.context-menu {
    width:300px!important;
}
.checkboxes-layout .menu-item{
    display:inline-block!important;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    height: 1.5rem;
    margin: .3rem;
    width: 1.5rem;
}


.checkbox-lg .custom-control-label {
  padding-left: 1rem;
}

.invisible-file-input {
    display: none;
}

/*.custom-file,*/
/*.form-control-lg,*/
/*.custom-file-input,*/
/*.custom-file-label {*/
/*    height: 3.5rem !important;*/
/*}*/

/*.custom-file-label,*/
/*.custom-file-label::after {*/
/*    height: 3.5rem !important;*/
/*    line-height: 2.5rem !important;*/
/*    padding-bottom: .75rem !important;*/
/*    padding-top: .75rem !important;*/
/*}*/

.smallSeparatorLine{
    width: 80%;
    left: 10%;
    margin-top: 2em;
    height: 1px;
    background-color: var(--vincotte-light-blue);
    position: relative;
}

.card .card-body h3 {
    font-size: 1.25rem !important;
}

.card .card-body h4 {
    font-size: 1rem !important;
    font-weight: normal !important;
}

.touch-action-none {
    touch-action: none;
}

#main-panel {
    overflow: hidden auto;
}

#main-panel.min-menu {
    margin-left: 56px;
    width: calc(100% - 56px);
}

#main-panel.max-menu {
    margin-left: 142px;
    width: calc(100% - 142px);
}