@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

/* exo-2-300 - latin-ext_latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/exo-2-v19-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/exo-2-v19-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-2-regular - latin-ext_latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/exo-2-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/exo-2-v19-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-2-500 - latin-ext_latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/exo-2-v19-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/exo-2-v19-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-2-600 - latin-ext_latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/exo-2-v19-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/exo-2-v19-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* exo-2-700 - latin-ext_latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/exo-2-v19-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/exo-2-v19-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



:root {
    --zat-sidebar: #f4f4f4;
}

html, body {
    font-family: 'Exo 2', Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.z-popup-edit {
    min-width: 600px !important;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.rich-edit-height {
    height: calc(100vh - 130px - 1rem) !important;
}

.header-navbar.navbar-brand-center .navbar-header {
    width: 192px;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%,0);
    z-index: 999;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-navbar .navbar-wrapper {
    width: 100%;
}

.header-navbar .navbar-container {
    padding: 0 18px;
    transition: .3s ease all;
    background: inherit;
    display: flex;
    width: 100%;
}

.header-navbar .navbar-nav {
    flex-direction: row;
}

.header-navbar .nav-item {
    display: flex;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: initial;
    background-color: #004d2a22;
    border-right: 2px solid #004d2a;
}

.nav-pills .nav-item:not(.show) > .nav-link:not(.active):hover {
    background-color: #004d2a0f;
}

.app-sidebar > .nav-pills > .nav-item:hover {
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link a {
    color: #BED600;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link a:hover, .navbar-dark .navbar-nav .nav-link a:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.app-sidebar.dxbs-tree ul.nav > .nav-item > .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.dx-tabs-content-panel {
    padding-top: 1rem;
}

.dxbs-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active):hover::before {
    background-color: transparent !important;
}

.dx-btn .dx-image {
    margin-inline-end: 0.5em;
}


