@import url('fonts/VisbyCF-Regular.woff2');
@import url('fonts/VisbyCF-Bold.woff2');
@import url('fonts/VisbyCF-DemiBold.woff2');
@import url('fonts/VisbyCF-Medium.woff2');

@font-face {
    font-family: 'VisbyCF';
    src: url('fonts/VisbyCF-Regular.woff2') format('woff');
}

@font-face {
    font-family: 'VisbyCF';
    src: url('fonts/VisbyCF-Bold.woff2') format('woff');
    font-weight: bold;
}

/* New Lay-out*/
*:not(i) {
    font-family: "VisbyCF"!important;
    letter-spacing:1px;
    /*font-family: "VisbyCF", "DejaVu Sans", "serif";*/
}

[class*=sidebar-dark-] {
    background-color: #121924!important;
}
[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: #2a2e35!important;
}

/* Forms */
.login-box {
    width:500px
}

.input-sm {
    padding: 0.2rem 0.5rem;
    height: 30px
}

/* Loader */
.loader {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

/* Toast */
.toasts-top-right {
    padding-top: 0.75rem;
    padding-right: 0.75rem
}
.toast {
    min-width: 250px
}

/* DatePicker */
.datepicker {
    padding: 0.5rem;
}

.datepicker td {
    height: 25px;
    width: 40px
}

a {
    color: black
}

.table-noborder > tbody > tr > td {
    border:0
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: #494e54;
    border-radius: 5px;
}

@media (max-width: 576px) {
    .login-box, .register-box {
        padding:20px;
        margin: 0;
        width: 100%
    }
}

h1, h2, h3, h4, h5, h6 {
    margin:0
}

.card-header {
    padding: 0.5rem 1.25rem
}

.select2  {
    width: 300px!important
}

.select2-dropdown {
    width: 300px!important
}

.textarea-sm {
    padding: 6px
}

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

@media all and (min-width: 268px) and (max-width: 959px) {
    .hide_on_sm {
        display: none;
    }
}
