
* {
    text-rendering: optimizeLegibility;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
}

.no-select,
.no-select * {
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    white-space: nowrap;
    font-weight: 500;
}

h7 {
    font-weight: 400;
    font-size: 85%;
}

h8 {
    font-weight: 300;
    font-size: 80%;
}

h9 {
    font-weight: 100;
    font-size: 75%;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(150, 150, 150, 0.15);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(160, 160, 160, 0.60);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(160, 160, 160, 0.70);
    border-radius: 0;
}

.no-spinners {
    -moz-appearance: textfield !important;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.no-spinners::-ms-clear {
    display: none;
}

.font-weight-strong {
    font-weight: 500 !important;
}

.font-weight-stronger {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.hover-dark:hover,
.hover-dark:hover::before {
    color: black !important;
    cursor: pointer !important;
}

.hover-lite:hover,
.hover-lite:hover::before {
    color: white !important;
    cursor: pointer !important;
}

.hover-50:hover,
.hover-50:hover::before {
    color: rgba(0, 0, 0, .5) !important;
    cursor: pointer !important;
}

.o-front {
    z-index: 1041;
}

.vnix-dt-00 .form-control {
    border: unset;
    background-color: var(--vnix-white-field);
    height: 1.7rem;
    padding: 0.2rem 0.6rem 0 0.6rem;
    border-radius: 0;
    font-family: var(--vnix-dt-font);
}

.vnix-dt-00 option {
    color: #333;
    font-family: var(--vnix-dt-font);
}

.vnix-dt-00 .form-control:focus {
    box-shadow: 0 2px 0 0 darkblue !important;
}

.vnix-dt-10 .form-control {
    border: none;
    border-bottom: 1px solid #ced4da
}

.form-control[disabled],
.form-control[readonly] {
    cursor: default;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control::placeholder {
    color: var(--vnix-placeholder-color);
    opacity: 1;
}

.form-control-icon {
    position: absolute;
    left: 3px;
    top: 1px;
}

.modal-dialog {
    transition: max-width 0.4s ease;
}

.btn[class*="btn-outline-"] {
    border-width: 1px !important;
}

.dark-grey-text {
    color: #333 !important;
}

.whitespace-pre {
    white-space: pre;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.file-upload-wrapper.center .card.card-body .file-upload-preview .file-upload-render .file-upload-preview-img {
    width: unset;
    height: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.white-skin .side-nav .collapsible li a:not(.collapsible-header) {
    color: inherit;
}

/* Panel.slow Port.slow */
.locked-loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 2000;
}

.hr-100 {
    width: 100% !important;
}

.text-center > .form-control {
    text-align: center;
}

#nav-menu a {
    color: var(--vnix-dark);
    text-align: center;
    line-height: 1.2em;
    font-weight: 300;
    padding: 0.25em;
}

#nav-menu a.active {
    font-weight: bolder;
}

/* TinyMCE */
.tox-statusbar__branding {
    display: none;
}

[data-panel=Chart] .highcharts-background {
    fill: none !important;
}
