@font-face {
    font-family: 'icomoon';
    src:  url('fonts/spinners/icomoon.eot');
    src:  url('fonts/spinners/icomoon.eot') format('embedded-opentype'),
    url('fonts/spinners/icomoon.ttf') format('truetype'),
    url('fonts/spinners/icomoon.woff') format('woff'),
    url('fonts/spinners/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button.theme--light,
button.theme--dark {
    background-color: #ffffff00!important;
}

.snotify {
    z-index: 1000;
}

.loading {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.loading > * {
    opacity: .65;
    filter: alpha(opacity=65);
    filter: blur(2px);
}
div.loading:before {
    font-size: 40px;
    font-size: 2.5rem;
    z-index: 29;

    opacity: .8;
    filter: alpha(opacity=80);

    position: absolute;
    top: 50%;
    margin-top: -.5em;
    left: 50%;
    margin-left: -.5em;

    color: #424242;

    display: inline-block;
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;

    /*content: "\e983";*/
    content: "\e982";
}

a.loading:before,
textarea.loading:before,
select.loading:before,
button.loading:before,
input.loading:before {
    margin-right: 0.5em;
    display: inline-block;
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;

    content: "\e983";
    /*content: "\e982";*/
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.table-dense table tr th,
.table-dense table tr td,
.table-dense-normal table tr th,
.table-dense-normal table tr td {
    padding-left: 8px!important;
    padding-right: 8px!important;;
}
.table-dense table tr th:first-child,
.table-dense table tr td:first-child {
    padding-left: 2px!important;;
}
.table-dense table tr th:last-child,
.table-dense table tr td:last-child {
    padding-right: 2px!important;;
}
.table-dense-normal table tr th:first-child,
.table-dense-normal table tr td:first-child {
    padding-left: 8px!important;;
}
.table-dense-normal table tr th:last-child,
.table-dense-normal table tr td:last-child {
    padding-right: 8px!important;;
}

.handle {
    cursor: grab !important;
}

.fill-parent-height {
    height: 100%;
}

.grey-background {
    background: rgba(0,0,0,.06);
}

.grey-background-color {
    background-color: rgba(138,138,138,.06) !important;
}

.rounded {
    border-radius: 4px;
}

.rounded-t {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rounded-b {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block!important;
}

.rounded-0 {
    border-radius: 0;
}

.rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.v-stepper__content h2 {
    cursor: pointer;
}
.v-stepper__content h2:hover {
    color: #0d47a1;
}


.custom-app-treeview label {
    color: #000000!important;
}
.custom-app-treeview .v-input--is-disabled label {
    color: rgba(0,0,0,.38)!important;
}
.custom-app-treeview .v-input--selection-controls__input {
    margin-bottom: 2px;
}
.custom-app-treeview .v-list-item__content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-app-treeview .v-list-item__content .v-input {
    margin-top: 0px;
    padding-top: 0px;
}
.custom-app-treeview .v-list-item {
    min-height: 36px!important;
}
.custom-app-treeview .v-list-item__subtitle {
}
.custom-app-treeview .v-input__slot {
    margin-bottom: 0px!important;
}
.custom-app-treeview .v-messages {
    display: none;
}
.custom-app-treeview .v-list {
    padding: 0px!important;
}

nav.v-navigation-drawer .v-list-group .v-list-group__header {
    padding: 0px!important;
}
nav.v-navigation-drawer .v-list-group .v-list-group__items .v-list-item {
    padding: 0px 0px 0px 32px;
}
nav.v-navigation-drawer .v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__prepend-icon {
    padding-right: 16px!important;
}
nav {
    margin-left: auto;
    margin-right: auto;
}

.v-card__title {
    line-height: 1rem!important;
}

.grayscale {
    filter: grayscale(90%);
}

.truncate {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clickable {
    cursor: pointer;
}

.c-hide-input.v-input input {
    display: none!important;
}

.c-hide-input.v-input .v-chip {
    margin-bottom: 4px!important;
}

.c-select-visible-full-content .v-select__selections .v-select__selection {
    overflow: visible!important;
    font-size: 15px!important;
}

.table-col-dense-end-1 table tr th:nth-last-child(1),
.table-col-dense-end-1 table tr td:nth-last-child(1) {
    padding-left: 4px!important;
    padding-right: 4px!important;
}
.table-col-dense-end-2 table tr th:nth-last-child(2),
.table-col-dense-end-2 table tr td:nth-last-child(2) {
    padding-left: 4px!important;
    padding-right: 4px!important;
}
.table-col-dense-end-3 table tr th:nth-last-child(3),
.table-col-dense-end-3 table tr td:nth-last-child(3) {
    padding-left: 4px!important;
    padding-right: 4px!important;
}
.white-spaces-pre-wrap {
    white-space: pre-wrap!important;;
}

.p-absolute {
    position: absolute!important;
}

.p-relative {
    position: relative!important;
}

.v-app-bar {
    z-index: 10!important;
}

nav.v-navigation-drawer {
    z-index: 11!important;
}

.c-btn-input {
    cursor: text!important;
    border-radius: 2px!important;
    border-left: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    text-transform: none!important;
    font-weight: 400!important;
    text-indent: 0!important;
    letter-spacing: normal!important;
}

.c-btn-input.text-right {
    justify-content: right!important;
}

.c-btn-input.c-btn-input-warning {
    border-color: rgb(251 140 0 / 65%)!important;
    background-color: rgb(251 140 0 / 10%)!important;
}

.c-edit-dialog-wide .v-small-dialog__activator__content {
    width: 100%!important;
}

.c-cursor-default,
.c-cursor-default input,
.c-cursor-default textarea {
    cursor: default!important;
}

.v-data-table .v-data-table-header tr th {
    white-space: nowrap!important;
}
.v-data-table.c-table-header-break-lines .v-data-table-header tr th span {
    white-space: break-spaces!important;
}
.v-data-table.c-table-header-break-lines .v-data-table-header tr th {
    padding-right: 14px!important;
}

.v-data-table.c-table-vertical-border th,
.v-data-table.c-table-vertical-border td {
    border-right: 1px solid rgba(0, 0, 0, 0.12)!important;
}
.v-data-table.c-table-vertical-border th:last-child,
.v-data-table.c-table-vertical-border td:last-child {
    border-right: none!important;
}

.c-normal-font-size {
    font-size: 0.875rem!important;
}

.c-max-w-80 {
    max-width: 80%!important;
}

.c-max-w-70 {
    max-width: 70%!important;
}


.c-table-sticky.v-data-table {
    max-height: calc(100vh - 92px);
    overflow: auto;
}
.c-table-sticky .v-data-table__wrapper {
    overflow-x: visible;
    overflow-y: visible;
}
.c-table-sticky table {
    position: relative!important;
    border-collapse: separate!important;
}
.c-table-sticky table thead,
.c-table-sticky .v-data-footer,
.c-table-sticky .c-cell-fixed {
    position: sticky!important;
}

.c-table-sticky thead:not(.v-data-table-header),
.c-table-sticky .v-progress-linear {
    z-index: 2!important;
}

.c-table-sticky table thead,
.c-table-sticky .v-data-footer,
.c-table-sticky table thead .c-cell-fixed {
    z-index: 3!important;
}
.c-table-sticky table thead {
    top: 0!important;
}
.c-table-sticky .v-data-footer {
    bottom: 0!important;
    left: 0!important;
}
.c-table-sticky table thead .c-cell-fixed,
.c-table-sticky table tbody .c-cell-fixed {
    left: 0!important;
}
.c-table-sticky table tbody .c-cell-fixed {
    z-index: 1!important;
    background: #ffffff !important;
}
.c-table-sticky table tbody tr:hover .c-cell-fixed {
    background: #eee!important;
}

.v-data-table table thead,
.v-data-table .v-data-footer,
.c-pagination,
.c-table-sticky table thead .c-cell-fixed {
    background: #f3f3f3!important;
}
.v-data-table .v-data-table__wrapper {
    border-top-right-radius: 4px!important;
    border-top-left-radius: 4px!important;
}
.v-data-table .v-data-footer {
    border-bottom-right-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}

.c-bg-grey tbody {
    background: #f3f3f3!important;
}

.c-select-toggle-all {
    padding-top: 25px!important;;
    padding-bottom: 25px!important;;
    border-bottom: rgb(0 0 0 / 30%) solid 1px;
}
.c-select-toggle-all .v-btn__content i {
    padding-right: 30px!important;
    color: rgba(0,0,0,.54)!important;
}
.c-select-toggle-all.primary--text .v-btn__content i {
    color: #0273b0 !important;
    caret-color: #0273b0 !important;
}
.c-select-toggle-all .v-btn,
.c-select-toggle-all .v-btn__content {
    justify-content: start!important;
    letter-spacing: normal!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    font-size: 1rem!important;
    text-transform: none!important;
    font-weight: normal!important;
}

.v-application .text-left input {
    text-align: left!important;
}
.v-application .text-center input {
    text-align: center!important;
}
.v-application .text-right input {
    text-align: right!important;
}

.c-discount-box {
    width: 150px!important;
    padding-top: 3px!important;
}
.c-mw-50 {
    min-width: 50px!important;
}
.c-mw-60 {
    min-width: 60px!important;
}
.c-mw-70 {
    min-width: 70px!important;
}

.c-w-100,
.c-btn-full-width,
.c-btn-full-width .v-btn__content {
    width: 100%!important;
}
.c-w-90 {
    width: 90%!important;
}
.c-btn-full-width .v-btn__content {
    display: block!important;
    text-align: left!important;
}

.v-application--is-ltr .v-data-footer__select {
    margin-left: 0!important;
}

.c-hidden {
    visibility: hidden!important;
}

.c-sticky-header {
    position: sticky!important;
    top: 0!important;
    z-index: 2!important;
}


.v-current-time {
    height: 2px;
    background-color: #ea4335;
    position: absolute;
    left: -1px;
    right: 0;
    pointer-events: none;

    &.first::before {
        content: '';
        position: absolute;
        background-color: #ea4335;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-top: -5px;
        margin-left: -6.5px;
    }
}

.c-d-content {
    display: contents!important;
}
.c-d-grid {
    display: grid!important;
}

.c-calendar-clickable.v-calendar .v-calendar-weekly__week .v-calendar-weekly__day,
.c-calendar-clickable.v-calendar .v-calendar-daily__head .v-calendar-daily_head-day,
.c-calendar-clickable.v-calendar .v-calendar-daily__body .v-calendar-daily__day-interval {
    cursor: pointer;
}

.text-center .v-input--checkbox .v-input__slot {
    display: block!important;
    text-align: center!important;
}

.c-hide-input input {
    display: none!important;
}

.c-combobox .v-select__slot {
    min-height: 32px;
}

.c-font-size-smaller {
    font-size: smaller!important;;
}

.c-font-size-small {
    font-size: small!important;;
}

#app .c-min-width-auto {
    min-width: auto!important;
}

#app .c-calendar-content .v-toolbar__content .v-toolbar__title,
#app .c-calendar-content .v-toolbar__content .v-btn .v-icon {
    color: #ffffff!important;
}

.mt--2percent {
    margin-top: -2% !important;
}

.mt--5percent {
    margin-top: -5% !important;
}

.mt--10percent {
    margin-top: -10% !important;
}