body{
    overflow: visible !important;
    /* zoom: 80%; */
}

.width-max{
    width: 100%;
    display: inline-block;
}

.hidden{
    display: none;
}
.autocomplete-content, .dropdown-content{
    z-index: 1005;
}
.own-page-footer{
    position: fixed;
    bottom: 0px;
    display:block;
    width: 100%;
    padding: 2px 10px;
    z-index: 1005;
}
.list-box-table{
    overflow-x: auto;
}
.list-box-table table tr td{
    white-space: nowrap;
}
.list-box-table-scroll{
    overflow-x: auto;
}
.navbar-spacer{
    height: 0px;
}
.truncate-text{
    text-overflow: clip;
}

.card-title{
    border-bottom: 2px solid orange;
}
fieldset{
    border: 0px;
}
.pointer{
    cursor: pointer;
}
.separator-forced{
    display: block;
}

/* SIDENAV */

.sidenav{
    min-width: 300px !important;
    width: auto !important;
}

/* MSG SELECTOR FULLSCREEN */

/*
.msgbox-full-screen{
    z-index: 1003;
    position: fixed;
    top: 0px;
    display: block;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vw;
    min-height: 100vw;
    max-width: 100vw;
    padding: 2px;
    background-color: gainsboro;
    border: 1em solid gray;
    overflow-y: auto;
    box-sizing: border-box;
}

.fs-media-img{
    text-align: center;
}

.msgbox-full-screen-close{
    position: fixed;
    top: 1em;
    right: 2em;
    background-color: orange;
    z-index: inherit;
    padding: 1vh;
}
*/

/* FILES */

.files-item{
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-files-item{
    max-height: 20px;
    max-width: 20px;
    padding: 2px;
}

/* MEDIA EXPLORER */

.explorer-elements-box{
    height: 100%;
    width: 100%;
    overflow: none;
}
.explorer-elements{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: none;
}

/* INPUT DATALIST */

.input-datalist{
    display:none;
}

/* IFRAME PDF */

.ifPDF{
    width: 100%;
    height: 100%;
    min-height: 80vh;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* MATERIALIZE FIX MIN SIZE */

.btn-small {
    /*
    height: 4vh !important;
    line-height: 4vh !important;
    font-size: 80% !important;
    */
}

/* OVERFLOW ELEMENT */

.overflow-x-box{
    overflow-x: auto;
}

/* NOWRAP ELEMENT */

.nowrap{
    white-space: nowrap;
}

/* TRANSPARENT INPUT */

.input-transparent{
    border: 0px;
    margin: 0px;
    color: black;
    background-color: transparent;
}

/* TH TITLE */

.thTitle{
    background-color: LightGray;
    
}

/* FIELD EDITOR */

.fieldEditor{
    width: 100%;
    height: auto;
    min-height: 20vh;
}

/* FULLSCREEN TEXT AREA */

.text-container{
    width: 100%;
    padding: 1em;
    height: auto;
    min-height: 20vh;
    background-color: white;
    color: black;
}

/* FILEEXPLORER */

.fs-file-icon-tiny{
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}
.fs-file-icon{
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
}

/* FIELDS INVALID */

input.is-invalid{
    border: 1px solid LightCoral !important;
}

/* TOOGLE ELEMENTS */

.tooggleclick{
    cursor: pointer;
}

/* FIX SUMMER NOTE FILE SHOW */

.note-input {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 100 !important;
}

/* FIX TABLE HEADER FIXER */

.clone-head-table-wrap table{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}
