@font-face {
    font-family: 'DMSans-Bold';
    src: url('../fonts/dmsans/DMSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-BoldItalic';
    src: url('../fonts/dmsans/DMSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Italic';
    src: url('../fonts/dmsans/DMSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Medium';
    src: url('../fonts/dmsans/DMSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-MediumItalic';
    src: url('../fonts/dmsans/DMSans-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('../fonts/dmsans/DMSans-Regular.ttf') format('truetype');
}

body {
    font-family: 'DMSans-Regular', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.font-dms-regular {
    font-family: 'DMSans-Regular', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-dms-bold {
    font-family: 'DMSans-Bold', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-dms-bold-italic {
    font-family: 'DMSans-BoldItalic', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-dms-italic {
    font-family: 'DMSans-Italic', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-dms-medium {
    font-family: 'DMSans-Medium', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-dms-medium-italic {
    font-family: 'DMSans-MediumItalic', 'ui-sans-serif', 'system-ui', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.bg-zentro-orange {
    background-color: #EE6939;
}

.bg-zentro-green {
    background-color: #D4DF4B;
}

.bg-zentro-blue {
    background-color: #2E4FA1;
}

.bg-zentro-grey {
    background-color: #E1E1E1;
}

.text-zentro-orange {
    color: #EE6939;
}

.text-zentro-green {
    color: #D4DF4B;
}

.text-zentro-blue {
    color: #2E4FA1;
}

.text-zentro-grey {
    color: #E1E1E1;
}

.border-zentro-orange {
    border-color: #EE6939;
}

* {
    --primary: #EE6939;
    --font: 'DMSans-Regular', sans-serif;
    font-family: 'DMSans-Regular', sans-serif;
}

.bg-light {
    background-color: #E1E1E1 !important;
}

.index-bg {
    background: none;
}
.index-bg:before {
    background-image: none;
    background-color: #EE6939;
    opacity: .85;
}

button, .button {
    background: #EE6939;
}

button:hover, .button:hover {
    background-color: white;
    color: #EE6939;
    border: 1px solid #EE6939;
}

.arrow {
    color: #EE6939;
    padding: 8px 16px;
}

.current{
    background-color: #EE6939;
    color: white;
}

.paginator-number {
    background-color: #E1E1E1;
    color: #EE6939;
    margin: 2px 2px;
}

.paginator-number:hover {
    background-color: #EE6939;
    color: white;
}

.btn-primary:hover {
    background-color: white;
    color: #EE6939;
    border: 1px solid #EE6939;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #E1E1E1;
    background-color: #E1E1E1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}

.btn-outline-blue {
    color: #2E4FA1;
    border-color: #2E4FA1;
    background-color: transparent;
    background-image: none;
}
.btn-outline-blue:hover {
    color: #fff;
    border-color: #2E4FA1;
    background-color: #2E4FA1;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #2E4FA1;
    background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    border-color: #2E4FA1;
    background-color: #2E4FA1;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}

.btn-ticket {
    color: #fff;
    border-color: #2E4FA1;
    background-color: #2E4FA1;
}

.btn-ticket:hover {
    background-color: white;
    color: #2E4FA1;
    border-color: #2E4FA1;
}

.btn-secondary {
    color: #fff;
    border-color: #2E4FA1;
    background-color: #2E4FA1;
}

.btn-secondary:hover {
    background-color: white;
    color: #2E4FA1;
    border-color: #2E4FA1;

}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    border-color: #E1E1E1;
    background-color: #E1E1E1;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    border-color: #E1E1E1;
    background-color: #E1E1E1;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #E1E1E1;
}

.badge-soft-success {
    color: #000000;
    background-color: #D4DF4B;
}

.badge-info {
    color: #fff;
    background-color: #2E4FA1;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2E4FA1;
}

.badge-soft-danger {
    color: #000000;
    background-color: #EE6939;
}
.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
    text-decoration: none;
    color: #000000;
    background-color: #EE6939;
}

.badge {
    padding-top: 0.33em !important;
    padding-right: 0.6em !important;
    padding-bottom: 0.5em !important;
    padding-left: 0.6em !important;
}

.badge-xl {
    font-size: 150%;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    padding: .33em .5em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .375rem;
}

.text-muted {
    color: #000000 !important;
}

.border {
    border: 1px solid #E1E1E1 !important;
}
.border-top {
    border-top: 1px solid #E1E1E1 !important;
}
.border-right {
    border-right: 1px solid #E1E1E1 !important;
}
.border-bottom {
    border-bottom: 1px solid #E1E1E1 !important;
}
.border-left {
    border-left: 1px solid #E1E1E1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'DMSans-Bold', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.125rem;
    color: inherit;
}

.alerts {
    background: #EE6939 !important;
    color: #fff !important;
}

.alerts-success {
    background: #D4DF4B !important;
    color: #fff !important;
}

.error-help-block {
    color: #EE6939 !important;
}

.pagination {
    margin-top: 1.5rem !important;
}

.navbar-brand-img,
.navbar-brand > img {
    max-width: 100%;
    max-height: 2.5rem !important;
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        max-height: 3rem !important;
    }
}