﻿#global-notifications {
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 9999;
    bottom: 5px;
    margin-bottom: 60px;
    margin-right: 15px;
    max-width: 800px;
}

.alert-dismissible .close {
    top: 13px !important;
    position: unset !important;
}

.pagination {
    /*display: flex;*/
    padding-left: 0;
    list-style: none;
    /*border-radius: 0.25rem;*/
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0168fa;
    background-color: #fff;
    border: 1px solid #cdd4e0;
}

    .page-link:hover {
        z-index: 2;
        color: #0148ae;
        text-decoration: none;
        background-color: #e3e7ed;
        border-color: #cdd4e0;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(1, 104, 250, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0168fa;
    border-color: #0168fa;
}

.page-item.disabled .page-link {
    color: #7987a1;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #cdd4e0;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #046cbb;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #046cbb;
        border-color: #046cbb;
        /*background-color: rgb(48 86 211 / var(--tw-bg-opacity));*/
        /*background-color: rgb(239 246 255 / var(--tw-bg-opacity));
        border-color: gb(239 246 255 / var(--tw-bg-opacity));*/
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.ql-container {
    height: calc(100% - 42px) !important;
    max-width: inherit !important;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.viewport::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.viewport {
    -ms-overflow-style: none;
    /* IE and Edge */
    /*scrollbar-width: none;*/
    /* Firefox */
}


/* Hide Alpine Effect from Showing Every Time After Refresh */

[x-cloak] {
    display: none !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    /*scrollbar-width: none; !* Firefox *!*/
}

.bg-\[\#8BC75D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(139 199 93 / var(--tw-bg-opacity));
}

.bg-\[\#F0CC4B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 204 75 / var(--tw-bg-opacity));
}

.bg-\[\#FFC000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 192 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFFF00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 0 / var(--tw-bg-opacity));
}

.bg-\[\#CA3F3F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(202 63 63 / var(--tw-bg-opacity));
}

.bg-\[\#228B22\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 139 34 / var(--tw-bg-opacity));
}

.bg-\[\#92D050\] {
    --tw-bg-opacity: 1;
    background-color: rgb(146 208 80 / var(--tw-bg-opacity));
}

.bg-\[\#FF0000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sidebar-a-focus:focus {
    background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        /*print-color-adjust: exact !important;*/
    }

    @page {
        margin: 0 !important;
        size: A4 !important;
    }

    #formPOS {
        zoom: 48% !important;
    }

    /* table {
        word-break: break-all !important;
        table-layout: fixed !important;
        word-wrap: break-word !important;
    } */

    .page-break-before {
        page-break-before: always !important;
    }

    .page-break-inside-avoid {
        page-break-inside: avoid !important;
    }
}

/*QUIL*/
.ql-font {
    width: max-content;
}
/* Set droplist names - -item is the currently selected font, -label is the font's appearance in the droplist*/
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='']::before {
    content: 'Default';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='times-new-roman']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='times-new-roman']::before {
    content: 'Times New Roman';
    font-family: 'Times New Roman', sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
    content: 'Arial';
    font-family: 'Arial', sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='sans-serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='sans-serif']::before {
    content: 'sans-serif';
    font-family: sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='segoe-ui-light']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='segoe-ui-light']::before {
    content: 'Segoe UI Light';
    font-family: 'Segoe UI Light', sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='segoe-ui']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='segoe-ui']::before {
    content: 'Segoe UI';
    font-family: 'Segoe UI', sans-serif;
}

/****************************************************
    Set the font-family content used for the HTML content.
    *****************************************************/
.ql-font-arial {
    font-family: 'Arial', sans-serif;
}

.ql-font-segoe-ui-light {
    font-family: 'Segoe UI Light', sans-serif;
}

.ql-font-segoeuilight {
    font-family: 'Segoe UI Light', sans-serif;
}

.ql-font-segoe-ui {
    font-family: 'Segoe UI', sans-serif;
}

.ql-font-sans-serif {
    font-family: sans-serif;
}

.ql-font-times-new-roman {
    font-family: 'Times New Roman', sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .header > * {
        margin-right: 10px;
    }

/*Yearpicker*/
.item-active-yearpicker {
    background-color: #569ff7;
    color: white;
}

    .item-active-yearpicker:hover {
        background-color: #569ff7 !important;
    }



@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 400;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicBook.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 300;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicLight.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 450;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicMedium.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 500;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicDemi.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 600;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicHeavy.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 700;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicBold.woff) format('woff')
}

@font-face {
    font-family: futura pt;
    font-style: normal;
    font-weight: 800;
    src: local('Futura PT'),url(https://fonts.cdnfonts.com/s/72205/FuturaCyrillicExtraBold.woff) format('woff')
}

.font-family-futura {
    font-family: 'futura', serif;
}

/*Tooltip*/
.tooltip-info::before {
    background-color: #006cb8 !important;
    color: white !important;
}

.tooltip-info > i {
    color: #006cb8 !important;
}

.tooltip-warning::before {
    background-color: #FFFF00 !important;
}

.tooltip-warning > i {
    color: #FFFF00 !important;
}

.tooltip-info-revert:before {
    background-color: white !important;
    color: #006cb8 !important;
    border: 1px solid #006cb8 !important;
}

.tooltip-info-revert > i {
    color: white !important;
}

.tooltip-w-fit::before {
    min-width: max-content !important;
}



.ql-picker-label {
    width: 140px !important;
}
