#objectsviewer {
    display: none;
    margin-top: 0px !important;
    z-index: 0;
}
.objectframe {
    min-height: calc(95vh - 5rem);
    width: 100%;
}
.jsgrid {
    font-size: .75em !important;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 0.80 !important;
}
.required:after {
    content:" *";
    color: red;
}

/* .form-control{
    color: #000000 !important;
} */
/* body{
    color: #000000 !important;
} */
@media only screen and (max-width: 414px) {
    .dropdown-menu{
        font-size: .8em !important;
        max-width: 100% !important;
    }
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #0072c6;
    border: 0px none #cccccc;
}
::-webkit-scrollbar-thumb:hover {
    background: #b4b4b4;
}
::-webkit-scrollbar-thumb:active {
    background: #b4b4b4;
}
::-webkit-scrollbar-track {
    background: #f6f6f6;
    border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
::-webkit-scrollbar-track:active {
    background: #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}