@charset "UTF-8";

/* @font-face { */
/*     font-family: 'Amiri', serif; */
/*     font-weight: normal; */
/*     font-style: normal; */
/* } */

::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;  
}
::-moz-placeholder {
    font-style: italic;  
}
:-ms-input-placeholder {  
    font-style: italic; 
}

button {
    color: var(--text-color);
    background-color: var(--text-icolor);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html{
    height:100%;
    width:100%;
    /* font-family: Amiri, Courrier, sans serif; */
    font-family: Helvetica, Calibri, Amiri, Courrier, sans serif, Lato;
    font-size: 15px;
    overflow: hidden;
}

body {
    height:100%;
    width:100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* color: var(--white); */
    color: var(--text-color);
    background-color: var(--c2);
    font-size: 0.9em; /* 1em */
    
    overflow: hidden;
}

.paraclick {
    display: none;
    
    position: fixed;
    top: 0;
    left: 0;
    
    height: 100vh;
    width: 100vw;
    
    z-index: 5000;
    
    cursor: wait;
}

.paraclick_message {
    position: absolute;
    
    background-color: var(--text-color);
    color: var(--text-icolor);
    border: 1px solid var(--default-bg-color);
    box-shadow: 0 0 10 var(--default-bg-color);
    padding: 15px;
}

/* .header.Doclist{ */
/*     height:150px; */
/* } */

/* .header.Doclist .maincontent{ */
/*     background-image:none; */
/* } */

.modulelist {
    display: flex;
    flex-direction: row;
    
    box-sizing: border-box;
    cursor: pointer;
    height: var(--modlist-h);
    /* margin-bottom:5px; */
    /* margin-left: auto; */
    /* margin-right: auto;	 */
    
}

.modulelist {
    display: flex;
    flex-direction: row;
}

.modulelist > * {
    flex: 1;
    background-color: var(--default-invert-bg-color);
    color: var(--text-color);
    margin: 0 5;
}

.modulelist > .selected {
    display: flex;
    flex-direction: column;

    color: var(--text-icolor);
}

.modulelist > * > .children {
    /* display: none; */
    opacity: 0;
    max-height: 0;
    max-width: 0;
    
    padding: 5px;
    border-top: 1px solid black;
    /* background-color: var(--default-bg-color); */
    
    background-color: var(--autocomplete-color);
    
    backdrop-filter: blur(5px);
    
    cursor: pointer;
    
    transition: all 0.365s ease-in-out;
}

.modulelist > .selected > .children {
    display: flex;
    flex-direction: column;

    opacity: 1;
    max-height: none;
    max-width: none;

    transition: all 0.365s ease-in-out;
}

.modulelist .baskets .children > *,
.modulelist .shares .children > *,
.modulelist .dynamicsets .children > *{
    height: var(--modlist-h) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color) !important;
    cursor: pointer;
}

.modulelist > * > .children > .bmore {
    background-color: var(--cimportant);
    color: var(--text-important);
}

.modulelist > *:not(.tbnames) > .selected > .children > * {
    height: 100% !important;

    cursor: pointer;
    display: flex;
    flex-direction: column;
    
    color: var(--text-color);
}

.modulelist > .selected > .children > div:hover,
.modulelist > .selected > .children > label:hover {
    /* background-color: rgba(0,0,0,0.2); */
    background-color: var(--default-invert-bg-color);
    color: var(--text-icolor) !important;
    
    /* color: white; */
}

.modulelist > .tbnames > .children > div:hover {
    background-color: initial;
    color: initial;
}

.modulelist > * > .children.show {
    display: none !important;
}

.modulelist > .selected > .children.show {
    display: flex !important;
}

/* .modulelist > div:hover { */
/*     background-color: var(--cimportantlight); */
/*     color: var(--text-important) !important; */
/* } */

.modulelist > div:hover,
.modulelist > .selected {
    background-color: var(--cimportantlight); /* #ddd */
    /* color: var(--text-bcolor) !important; */
    color: var(--text-important) !important;
}

.module > .selected > .children {
    /* background-color: var(--); /\* #ddd *\/ */
    color: var(--text-color) !important;
}

/* .modulelist > .unselectable:hover { */
/*     background-color: grey; */
/*     color: white; */
/* } */


/* .menuheader .tbnames:hover, */
/* .menuheader .baskets:hover, */
/* .menuheader .shares:hover{ */
/*     background-color:grey; */
/*     color:white; */
/* } */

button,select,a{
    cursor:pointer;
}

/* .bback:hover{ */
/*     background-color:grey; */
/*     box-shadow:(--bs0); */
/* } */

/* .bback{ */
/*     height: 30px; */
/*     width: 30px; */
/*     box-sizing: border-box; */
/*     border: 1px solid grey; */
/*     background-color: #212121; */
/*     border-radius: 3px; */
/*     color: white; */
/*     box-shadow: var(--bs1); */
/*     padding: 1px 4px 3px 1px; */
/* } */

.menuheader .headtools > button:hover {
    background-color:grey;
    box-shadow:(--bs0);
}

.menuheader .headtools button {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    border: 1px solid grey;
    background-color: #212121;
    border-radius: 3px;
    color: white;
    box-shadow: var(--bs1);
    padding: 1px 4px 3px 1px;
}

.menuheader .headtools > .hgroup {
    display: flex;
    gap: 5px;
}

.header .other {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.menuheader{
    /* width:50%; */
    display: flex;
    flex-direction: column;
    
    height: 100%;
    width: 85%;
}

.menuheader > * {
    margin-bottom: 5px;
}

.menuheader .searchbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    height:var(--searchbar-h);
    margin-top: auto;
    margin-bottom: 7px;
}

/* .menuheader .searchbar .collist:hover{ */
/*     background-color:#cdcdcd; */
/* } */

.menuheader .searchbar .collist {
    max-height: 80vh;
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 60vw;
    position: absolute;
    top: var(--searchbar-h);
    height: 700px;
    
    border-top: 0;
    
    padding: 10px;
    outline: 0;
    box-sizing: border-box;
    z-index: 900;
    /* background-color: var(--default-invert-bg-color); */
    
    background-color: var(--autocomplete-color);
    color: var(--text-autocomplete);
    
    /* color: var(--text-color); */
    
    /* color: var(--text-important); */
    
    overflow-y: auto;
    box-shadow: 0px 5px 5px black;
    backdrop-filter: blur(10px);
}

/* .menuheader .searchbar .collist:hover { */
/*     background-color: rgba(255,255,255,0.8); */
/*     color: black; */
/* } */

.menuheader .searchbar .collist > .col-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    padding: 0 10;
}

.menuheader .searchbar .collist > .col-item.fake {
    font-weight: bold;
    text-align: center;
    
    justify-content: center;
}

.menuheader .searchbar .collist > .col-item:not(.fake):hover {
    cursor: pointer;

    background-color: var(--cimportantlight);
    color: var( --text-bcolor);
    
    /* background-color: #ddd; */
    /* color: red; */
}

.menuheader .searchbar .collist > .col-item > a:hover{
    color: var( --text-bcolor);
}

.menuheader .groupcols {
    width: max-content;
}

.menuheader .groupcols .collist {
    display: none !important;
}

.menuheader .groupcols.selected .collist {
    display: flex !important;
}

.menuheader .searchbar .collist option{
    max-width:100%;
}

.menuheader .searchbar .vgroup {
    height: 100%;
    position: relative;
}

.block-autocomplete {
    z-index: 900;
    background-color: var(--c2);
}

.block-autocomplete .value-item {
    padding: 0px 4px;
    cursor: pointer;
}

.block-autocomplete .value-item:hover {
    background-color: black;
}

.menuheader .searchbar a:hover{
    color:#bcbcbc;
}

.menuheader .searchbar a{
    margin-right:10px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height: 22px;
    white-space: nowrap;
}

.menuheader .searchbar .historysearch {
    margin-right:10px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height: 22px;
    white-space: nowrap;
    
    transition: color 0.365s ease-in-out, background-color 0.365s ease-in-out;
    
    /* background-color: white; */
    /* color: black; */
    
    padding: 5px;
}

.menuheader .searchbar .historysearch-content {
    position: absolute;
    top: 30px;
    
    /* background-color: white; */
    /* color: black; */

    color: black;
    background-color: var(--autocomplete-color) !important;
    
    width: 100%;
    max-height: 0px;
    
    box-sizing: border-box;
    
    opacity: 0;
    transition: all 0.365s ease-in-out;

    overflow: hidden;
    
    z-index: 900;
}

.menuheader .searchbar .historysearch.selected,
.menuheader .searchbar .historysearch-content.selected {
    display: flex;
    
    /* background-color: rgba(200,200,200,0.6); */
    background-color: var(--autocomplete-color);
    color: var(--text-autocomplete);
    backdrop-filter: blur(5px);
}

.menuheader .searchbar .historysearch-content.selected {
    max-height: 800px;
    padding: 5px;

    overflow: auto;
    
    opacity: 1;
}

.menuheader .searchbar .historysearch-content h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    
    /* color: var(--cimportant); */
    
    align-self: center;
}

.menuheader .searchbar .historysearch-content > .hgroup > * {
    padding: 5px;
    margin: 0 2.5px;
}

.menuheader .searchbar .historysearch-content > .hgroup > .saved {
    /* background-color: rgba(240,240,240,0.2); */
    /* backdrop-filter: blur(5px); */
    /* background-color: rgba(255,255,255,0.7); */
    backdrop-filter: opacity(0.2);
}

.menuheader .searchbar .historysearch-content > .hgroup > .history {
    /* background-color: rgba(255,255,255,0.7); */
    backdrop-filter: opacity(0.2);
}

.menuheader .searchbar .historysearch-content .history-item {
    padding: 5px;
}

.menuheader .searchbar .historysearch-content .history-item > label {
    display: flex;
    flex-direction: column;
    
    justify-content: center;
}

.menuheader .searchbar .historysearch-content .history-item:hover {
    background-color: var(--autocomplete-color);
    color: var(--text-autocomplete);
    
    cursor: pointer;
}

.menuheader .searchbar .historysearch-content .history-item > label,
.menuheader .searchbar .historysearch-content .history-item > .req {
    flex: 1;
}

.menuheader .searchbar .historysearch-content .history-item .bdel {
    border-radius: 3px;
    box-shadow: 0px 0px 2px black;
}

.menuheader .searchbar .historysearch-content .history-item {
    display: flex;
    
    align-items: center;
}

.menuheader .searchbar .historysearch-content .history-item > .bdel {
    flex: 0;
    width: 30px;
    height: 30px;
    
    justify-self: center;
    align-self: center;
}

.menuheader .searchbar .historysearch-content .history-item > label .title {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: capitalize;
}

.menuheader .searchbar a:hover {
    color: var(--cimportant);
}

.modulelist > * {
    height: 100%;
    min-height: var(--modlist-h);
    
    text-align: center;
    width: 33%;
    background: var(--cbutton);
    margin: 0px 1px;
    color: var(--text-color);
    cursor: pointer;

    transition: background-color 0.365s ease-in-out;
    
    /* line-height: var(--modlist-h); */
}

.modulelist > * > .option,
.modulelist > * > .children {
    overflow: hidden;
}

.modulelist > *.selected > .option,
.modulelist > *.selected > .children {
    overflow: inherit;
}

.modulelist span {
    height: 100%;
    min-height: var(--modlist-h);
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.modulelist > * > * {
    z-index: 900 !important;
}

.loading{
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    
    display: flex;
    justify-content: center;
    
    visibility:hidden;
    
    /* width: 100px; */
    /* height: 100%; */
    width: 30%;
    min-width: 50px;
    filter: var(--loading);
    
    box-sizing: border-box;
}

.header .logopart {
    display: flex;
    flex-direction: row;
    
    justify-content: flex-start;
    align-items: center;
    
    width: 100%;
    max-height: calc(100% - 30px);
    /* height: calc(100% - 30px - 5px); */
    height: -webkit-fill-available;
}

.loading > * {
    height: 100%;
}

.loading.isloading{
    visibility:visible;
}

.logo{
    max-height:100%;
    max-width:100%;
}

.logo img{
    max-height: 100%;
    max-width: 100%;
    /* max-height:90px; */
    /* max-width: 300px; */
}

body > .header {
    position: relative;
    display: flex;
    height: var(--header-height);
    width: 100%;
    padding: 5px;
    padding-bottom: 0px;
    
    box-sizing: border-box;
    background-color: var(--c0); /* c2 */
    box-shadow: 0px -1px 2px rgb(30,30,30);
    border-bottom: 1px solid var(--cheadborder);
}

body > .header > .left {
    width: 25%;
    height: 100%;
    
    min-width: var(--facet-min-w);
    max-width: var(--facet-max-w);
    
    display: flex;
    align-self: center;
    flex-direction: column;
    /* margin-left: 1%; */
    /* margin-right: 2%; */
    align-items:center;
    padding: 0px 20px 0px 10px;
    box-sizing: border-box;
}

body > .header .left .logo {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    
    /* justify-self: flex-start; */
    /* height: var(--logo-height); */
    
    /* width: 70%; */
    height: 100%;
    
    /* margin-bottom:20px; */
    /* margin-bottom: 5px; */
    
    padding: 1%;
    
    box-sizing: border-box;
}

body > .header .left .selected_tbnames{
    background-color: white;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 3px;
    box-shadow: inset 0 0 2px 0px black;
}

body > .header .left .logo > img {
    /* width: var(--logo-width); */
    /* height: auto; */
    
    /* height: 100%; */
    
    max-height: 100% !important;
    max-width: 100% !important;
    /* height: auto !important; */
    width: auto !important;
    
    filter: var(--flogo);
}

.menuheader .searchbar input{
    width: 100%;
    border: 1px solid var(--cdarker);
    border-left: 0;
    border-right: 0;
    height:100%;
    box-sizing:border-box;
    
    padding-top: 4px;
    
    outline: 0;

    /* background-color: var(--default-invert-bg-color); */
    /* background-color: var(--text-bcolor); */
    background-color: white;
    color: black;
}

.menuheader .searchbar input:disabled {
    background-color: #eee;
    color: #555;
}

.menuheader .searchbar button:hover{
    background-color: var(--cimportant);
}

.menuheader .searchbar .bhelper {
    border: 1px solid var(--cdarker);
    border-left: 0px !important;
    border-right: 0;
}

.menuheader .searchbar button{
    box-sizing: border-box;
    border: 1px solid var(--cdarker);
    
    /* border-left: 1px solid white !important; */
    border-style: none;
    padding: 3px 10px;
    border-radius: 0 3px 3px 0px;
    height: 100%;
    
    /* background-color: var(--text-bcolor) !important; */
    /* color: var(--text-ibcolor); */
    
    background-color: white !important;
    color: black;
}

.menuheader .searchbar .bvalidate {
    border: 1px solid var(--cdarker);
    
    border-left: 0px !important;
}

.menuheader .bsearchcols {
    border: 1px solid var(--cdarker) !important;
    
    padding: 2px !important;
    padding-right: 5px !important;
    outline: 0;
    border-radius: 0 !important;

    border-right: 0px !important;
}

.menuheader .bsearchcols:before {
    content: "\1405";
    padding: 0 5;
}

.menuheader .groupcols.selected .bsearchcols:before {
    content: "\25BC";
}


.admintools option{
    cursor:pointer;
}

.admintools:hover{
    background-color: ;
}


.admintools{
    height: 30px;
    text-align: center;
    width: 100%;
    background-color: var(--cbutton);
    
    color: var(--text-color);
    
    border:1px solid var(--cbutton);
    cursor:pointer;
    
    margin-bottom: 5px;
}

.searchbar{
    width: 100%;
}

.bdisconnect:hover{
    color: var(--text-color);
}

.bdisconnect{
    width:30px;
    height:30px;
}

.right{
    box-sizing:border-box;
    /* width: 15%; */
    
    display: flex;
    flex-direction: row;
    
    padding:0px 5px;
}

.right .hgroup {
    justify-content: space-between;
    /* flex: 1; */
}

/* .languagelist{ */
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     height: var(--modlist-h); */
/*     border: 1px solid grey; */
/* } */

.languagelist {
    height: var(--modlist-h);
}

.languagelist select {
    text-transform: capitalize;
    height: 100%;
}


body > .maincontent {
    background-color: var(--c1);
    box-sizing: border-box;
    /* height: 100%; */
    display:flex;
    height: calc(100% - var(--header-height));
    width: 100%;
}

.language-item{
    background-image: url(images/drapeau_FR.jpg);
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 100%;
    cursor:pointer;
}

#admintools{
    background-color:grey;
    color:white;
    border:1px solid grey;
    border-radius:2px;
}

.footer {
    display: none;
    height: var(--footer-height);
    display: flex;
    align-items : center;
    justify-content: center;
    background-color: var(--c0);
    box-sizing:border-box;
}

.footer ul{
    margin:auto;
    list-style:none;
    text-align:center;
}

.footer ul li{
    margin-bottom:5px;
}

.footer a{
    text-decoration:none;
}

.footer a:visited{
    color:white;
}

.vgroup {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

body > .header .right .vgroup {
    /* width: max-content; */
    width: 100%;
}

body > .header .right .vgroup > .hgroup {
    /* width: max-content; */
    width: 100%;
}


.warning-panel {
    position: absolute;
    top: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    color: var(--cimportant) !important;
    background-color: rgba(0,0,0,0.8);
    
    width: 100%;
    height: 100%;
    
    padding: 10px;
    
    box-sizing: border-box;
    
    display: none;
}

.datepicker-panel {
    color: black !important;
}

.datepicker-panel li {
    text-transform: capitalize;
}

.datepicker-panel .disabled {
    background-color: red !important;
}

.datepicker-panel .highlighted {
    font-weight: bold;
    border: 1px solid white;

    box-sizing: border-box;
}

.bokeffect {
    background-color: palegreen !important;
    border: 1px solid palegreen !important;
    color: black !important;    
}

.bokeffect:hover {
    background-color: #c3f5c3 !important;
    border: 1px solid #c3f5c3 !important;
    color: black !important;
}

.bkoeffect{
    background-color: tomato !important;
    border: 1px solid tomato !important;
    color: black !important;    
}

.bkoeffect:hover {
    background-color: crimson !important;
    border: 1px solid crimson !important;
    color: black !important;
}

/* .bvalidate { */
/*     background-color: palegreen !important; */
/*     border: 1px double palegreen !important; */
/*     color: black !important; */
/* } */

.material-icons,
img,
.spot {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.noselect {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.progress-wrapper.show {
    width: 100%;
    display: block !important;
    
    z-index: 900;
}

/* .progress-wrapper.show progress { */
/*     width: 100%; */
/*     height: 40px; */

/*     border-radius: 25px; */
/*     overflow: hidden; */
/*     border: 1px solid black; */
/* } */

.progress-wrapper .progress-bar {
    background-color: whiteSmoke;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    border: 1px solid black;
    width: 100%;
    height: 30px;
    overflow: hidden;
    
    position: relative;
    display: block;
}

.progress-wrapper .progress-bar > span {
    height: 100%;
    width: 0%;
    
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,94,121,1) 35%, rgba(0,164,255,1) 100%);
    
    display: block;
    
    /* text-indent: -9999px; */
}

.progress-wrapper .txt {
    position: absolute;
    left: 48%;
    top: 0;

    color: black;
    font-weight: bold;
    
    line-height: 30px;
    z-index: 910;
}

.popup button:disabled {
    display: flex !important;
    background-color: #bbbbbb !important;
    color: grey !important;
}

.popup .content.pg {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}

.beraser {    
    width: 30px;
    height: 30px;
    
    background-color: rgb(0,0,0,0) !important;
    color: black !important;
    
    border-radius: 90px;
    outline: 0;
    
    order: 999;
    
    border: 0;
    z-index: 800;

    display: block !important;
}

.menuheader .searchbar button.beraser {
    position: absolute;
    top: 0;
    right: -30px;
    
    background-color: rgb(0,0,0,0) !important;
    color: var(--text-color) !important;
    
    border: 0 !important;
    
    /* text-shadow: 0px 0px 50px red; */
    
    z-index: 800;
}

.bvalidate {
    background-color: #43713a !important;
}

.bvalidate:hover {
    background-color: #48b732 !important;
}

.menuheader .searchbar .block-autocomplete button {
    display: none;
}

.menuheader .searchbar .searchfield.hide-autocomplete + .block-autocomplete {
    display: none;
}

.right .dsp-username {
    font-weight: bold;
    position: relative;
    width: -webkit-fill-available;
    /* max-width: calc(100% - 80px); */
    /* width: max-content; */
    width: 100%;
}

.right .dsp-username span {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: calc(100% - 16px);
    height: 100%;
    
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 8px;
    
    background-color: var(--c2);
    border-radius: 90px;
    overflow: hidden;
}

.right .dsp-username span:hover {
    background-color: #ddd;
    color: black;
    cursor: pointer;
}

.cms {
    position: absolute;
    
    padding: 2px;
    border: 4px solid white;
    color: white;

    background-color: #777777e1;
    
    overflow: auto;
    
    box-sizing: border-box;
}

.cms:hover {
    border: 4px solid black;
}

.cms > span {
    height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.cms > span a {
    height: 25px;
    display: flex;
    align-items: center;
}

.cms > span > a > span {
    height: 100%;
    display: flex;
    align-items: center;
}

.cms .nodelist {
    height: calc(100% - 25px);
    
    display: flex;
    flex-direction: column;
    
    overflow: auto;
}

.cms select[multiple] {
    resize: both;
    max-height: 100%;
    max-width: 100%;
    height: fit-content;
}

.labelsmanager {
    display: none;
    
    width: 96%;
    height: 96%;
    
    position: absolute;
    top: 2%;
    left: 2%;
    
    background-color: white;
    color: black;
    
    padding: 15px;

    border: 1px solid black;
    
    z-index: 5010;

    box-sizing: border-box;
}

.labelsmanager.specific .rows label {
    background-color: lightgreen;
    color: black;
}

.labelsmanager .rows {
    height: 100%;
    width: 100%;
    
    display: flex;
    flex-direction: row;
    
    flex-wrap: wrap;
    
    align-items: center;
    justify-content: space-between;

    overflow: auto;
}

.labelsmanager .rows label {
    width: 300px;
    
    display: flex;
    flex-direction: column;

    background-color: #333;
    color: white;
    
    overflow: hidden;
    
    margin: 5px;
}

.labelsmanager .rows label input {
    
}

.labelsmanager .rows label span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    box-sizing: border-box;
    padding: 5px;
}

.labelsmanager .rows label.missing {
    background-color: red !important;
    color: white !important;
}

.istep {
    width: 45px;
    height: var(--pagina-height);
    justify-self: flex-start;
    order: 2;
}

button:disabled {
    background-color: white !important;
    color: gray !important;
}

.modulelist .hselected {
    background-color: var(--cimportant);
    color: var(--text-important) !important;
    
/*
      background-color: #333;
      color: white;
*/
}

.modulelist > *:not(.tbnames) .hselected span {
    display: flex;
    justify-content: center;
    color: var(--text-icolor) !important;
}


.modulelist .hselected > .children {
    color: var(--text-color);
}

.material-icons {
    width: 24px;
}

.tab-item {
    cursor: pointer;
}

.disabled,
.disabled:hover {
    background-color: #aaa !important;
    color: #eee !important;
}

.advsearch {
    display: none !important;
}

.fade-in-image img {
    background-color: rgba(0,0,0,0.2);
    /* border: 2px solid black; */
    /* border-radius: 9px; */
    opacity: 0.2;
    transition: opacity 0.15s ease-in-out;
}
.fade-in-image-complete img {
    opacity: 1;
    width: auto;
    height: auto;
    background-color: transparent;
    
    /* border: 0; */
    /* border-radius: 0; */
}

.hgroup {
    display: flex;
    flex-direction: row;
}

::-webkit-scrollbar {
    width: var(--scrollbar-width);
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--scrollbar-track-bg);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-bg);
    border-radius: var(--scrollbar-thumb-radius);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-hov-bg);
}

.hide {
    display: none !important;
}


/* ZOOMER */

.img-zoom-container,
.img-zoom-container * {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    /* height: 100%; */
    /* width: 100%; */
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #eee;
    border-radius: 360px;
    box-shadow: 0px 0px 2px black;
    
    box-shadow: 0px 0px 2px 2px black inset;
    cursor: crosshair;
    z-index: 800;
}

.zoomer {
    position: absolute;
    
    border: 4px double white;
    border-radius: 360px;
    box-shadow: 0px 0px 20px black;
    width: 500px;
    height: 500px;
    
    z-index: 810;
}

/* ------------------- */

.material-icons.big {
    font-size: 128px;
    float: left;
    width: auto;
    height: auto;
}

.mini-uploader {
    position: fixed;
    bottom: 25px;
    right: 45px;
    
    width: 400px;
    height: 300px;
    
    background-color: #eee;
    border: 1px solid black;
    overflow: hidden;
    
    max-height: 300px;
    
    transition: all 0.465s ease-in-out;
    
    z-index: 1100;
}

.mini-uploader.minify {
    max-height: 25px;
}

.mini-uploader .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    
    height: 25px;
    width: 100%;
    
    background-color: rgb(43,51,63);
    border-bottom: 1px solid #444;
    
    padding: 0 5;
    
    box-sizing: border-box;    
}

.mini-uploader .upload_container {
    display: flex;
    flex-direction: column;
    background-color: rgb(43,51,63);
    gap: 0;
}

.mini-uploader .upload_container .filelist {
    height: 225px !important;

    border: 0 !important;
}

.mini-uploader .infolist {
    height: 45px;
    background-color: rgb(43,51,63);
    padding: 5px;

    border-top: 1px solid #444;
    
    box-sizing: border-box;
}

.mini-uploader .header > div {
    display: flex;
}

.mini-uploader .bclose,
.mini-uploader .bupload {
    height: 25px;
    /* width: 25px; */
    border: 0;
    background-color: transparent;
    border-radius: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.mini-uploader .bupload {
    background-color: #03788b;
    border-radius: 3px;
    font-size: 15px;
}

.mini-uploader form {
    margin: 0;
}

.mini-uploader .bremove {
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
}

.dynamic-content {
    width: 100%;
    height: 100%;
}

.main-progress-bar {
    height: 5px;
    margin: 5px 0px;
    background-color: transparent;
    border: 1px solid #666;
}

.main-progress-bar > span {
    height: 100%;
    width: 0%;
    background: rgb(2,0,36);
    /* background-image: linear-gradient(135deg, #536976 10%, #292E49 100%); */
    background-image: linear-gradient(135deg, #97ABFF 10%, #123597 100%);
    display: block;
    transition: 0.6s all;
    /* text-indent: -9999px; */
}

.progress-bar.import-progress > span,
.main-progress-bar.import-progress > span {
    background-image: linear-gradient(135deg, #ffdc97 10%, #feb016 100%) !important;
}

pre {
    display: inherit !important;
    font-family: inherit !important;
    margin: inherit !important;
    font-size: inherit !important;

    white-space: pre-wrap;
    word-wrap: break-word;
}

.wrap_popup {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    /* padding: 60px; */
    padding: var(--wrap-pad);
    
    box-sizing: border-box;
    
    /* background-color: rgba(0,0,0,0.8); */
    backdrop-filter: blur(5px);
    
    z-index: 1000;
}

.wrap_popup .pad {
    width: 100%;
    height: 100%;
    
    padding: var(--popup-pad);
    box-sizing: border-box;
    background-color: var(--bg-popup);
    box-shadow: 0px 0px 10px black;
    border: 1px solid black;
}

.block-autocomplete {
    position: absolute;
    
    width: 100%;
    top: var(--button-size);
    
    z-index: 700;
    
    background-color: var(--autocomplete-color);
    color: var(--text-autocomplete);
    
    backdrop-filter: blur(15px);
    
    box-sizing: border-box;
}

.block-autocomplete > .row {
    padding: 5px;
}

.block-autocomplete .value-item {
    padding: 0px 4px;
    cursor: pointer;
}

.block-autocomplete .row:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

/* BLOCK LIST */

:root {
    --blocklist-menu-w: 20%;
}

.block-list {
    height: 100%;
    width: 100%;
    
    display: flex;
    
    flex-direction: row;
}

.block-list .menu {
    height: 100%;
    
    width: var(--blocklist-menu-w);
    min-width: var(--blocklist-menu-w);
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    
    box-sizing: border-box;
    background-color: var(--c0);
    border-right: 2px solid black;
    
    color: var(--text-color);
    font-size: 1em;
}

.block-list .menu .menu-item {
    box-sizing: border-box;
    text-transform: capitalize;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
    gap: 5px;
}

.block-list .menu .menu-item.selected,
.block-list .menu .menu-item:hover {
    background-color: var(--cimportant);
    color: var(--text-important);
}

.block-list .content {
    height: 100%;
    width: calc(100% - var(--blocklist-menu-w));

    display: flex;
    flex-direction: column;
}

.block-list .maincontainer {
    width: 100%;
    height: 100%;    
}

.clientspec {
    color: var(--text-clientspec) !important;
}
