.rubik {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: rubik;
    Xfont-weight: 300;
    color: #4a5765 !important;
}

a.is-disabled,button.is-disabled {    pointer-events: none;    opacity: .6;    cursor: default;}

/*bootstrap 4 >> 5 - FORM MODE INLINE*/
.form-inline {display: flex;flex-flow: row wrap;align-items: center; }.form-inline .form-check {width: 100%; }@media (min-width: 576px) {.form-inline label {display: flex;align-items: center;justify-content: center;margin-bottom: 0; }.form-inline .form-group {display: flex;flex: 0 0 auto;flex-flow: row wrap;align-items: center;margin-bottom: 0; }.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle; }.form-inline .form-control-plaintext {display: inline-block; }.form-inline .input-group {width: auto; }.form-inline .form-control-label {margin-bottom: 0;vertical-align: middle; }.form-inline .form-check {display: flex;align-items: center;justify-content: center;width: auto;margin-top: 0;margin-bottom: 0; }.form-inline .form-check-label {padding-left: 0; }.form-inline .form-check-input {position: relative;margin-top: 0;margin-right: 0.25rem;margin-left: 0; }.form-inline .custom-control {display: flex;align-items: center;justify-content: center;padding-left: 0; }.form-inline .custom-control-indicator {position: static;display: inline-block;margin-right: 0.25rem;vertical-align: text-bottom; }.form-inline .has-feedback .form-control-feedback {top: 0; } }
/*bootstrap 4 >> 5 - Datagrid*/
.text-right {
    text-align: right !important;
}
select[name="perPage"] {
    padding-left: 4px;
}
input[name="filter[created][from]"],input[name="filter[created][to]"] {
    max-width: 70px !important;
    padding: 1px !important;
}
.datagrid-col-filter-date-range{
    min-width: 187px;
}
.datagrid-col-filter-date-range label{
    padding: 2px !important;
}
.datagrid-col-filter-datte-range-delimiter{
    padding: 1px !important;
}
/*FORM custom - closer to Sneak*/
.form-group {
    margin-bottom: 0.5rem;
}
.custom-control-label {
    padding-left: 0.7rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
}
.form-control, .form-control-sm  {
    color: #292121;
}
.custom-select {
    display: block;
    width: 100%;
    padding: 0.45rem 2.25rem 0.45rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    XXXfont-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-select {
        transition: none;
    }
}
.custom-select:focus {
    border-color: #80aac4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 85, 137, 0.25);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    background-color: #e9ecef;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.custom-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.custom-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.form-check{
    padding: 0;
}
:required {
    border: 1px solid #835b13;
    outline: none;

    content:"*";
}
.alert-error {
    background-color: #edcccc;
    font-weight: 300;
    color: #732121;
}

#ajax-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
}

input::file-selector-button {
    background-color: #fff3db !important; height: 35px !important; padding-top: 5px; padding-bottom: 5px;
}
.custom-file {
    height: 30px !important;
}
legend {
    font-size: 1rem !important;
    text-transform: uppercase !important;
    padding-top: 1.5rem;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
.help-block {
    font-size: 0.85rem !important;
}
.fd {
    font-size: 0.80rem !important;
    color: #4a734d !important;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.2rem;
    border-bottom-color: #f1f3f0 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
.welbg{
    content: ""; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hc_back_w.jpg");
    background-size: cover; Xposition: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; xopacity: 0.6;
}
label {
    color: #48525d !important;
}
.col-form-label{
    color: #48525d !important;
}

.cust-navbar-detached {
    width: calc(100% - (1.625rem * 2));
    margin: 0.75rem auto 0;
    border-radius: 0.375rem;
    padding: 0 1.5rem;
}
.cust-navbar-detached.container-xxl {
    max-width: calc(1440px - calc(1.625rem * 2));
}
.cust-navbar-detached {
    width: calc(100% - calc(1.625rem * 2) - 16.25rem);
}
@media (max-width: 1199.98px) {
    .cust-navbar-detached {
        width: calc(100% - (1.625rem * 2)) !important;
    }
}
@media (max-width: 991.98px) {
    .cust-navbar-detached {
        width: calc(100% - (1rem * 2)) !important;
    }
}
.cust-navbar-detached {
    width: calc(100% - calc(1.625rem * 2) - 5.25rem);
}
@media (max-width: 1199.98px) {
    .cust-navbar-detached {
        width: calc(100vw - (100vw - 100%) - (1.625rem * 2)) !important;
    }
}
@media (max-width: 991.98px) {
    .cust-navbar-detached {
        width: calc(100vw - (100vw - 100%) - (1rem * 2)) !important;
    }
}
.cust-navbar-detached, .layout-without-menu .cust-navbar-detached {
    width: calc(100% - (1.625rem * 2));
}

.navbar.bg-dark {
    background-color: #1f2328 !important;
    color: #e4e6e8;
}
.apexcharts-text, .apexcharts-legend-text {
    font-family: "Rubik", sans-serif !important;
}

.liketh {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.datagrid th {
    Xwhite-space: nowrap;
}

button.acc-btn {
    /* create a grid */
    display: grid;
    /* create colums. 1fr means use available space */
    grid-template-columns: 1fr max-content max-content;
    align-items: center;
    grid-gap: 10px;
}

.menu-icon {
    font-size: 17px;
}
.datagrid select {
    padding-left: 4px;
}

h1, h2, h3, h4, h5, h6 {
    Xmargin-bottom: 10px !important;
}

/*
input:checked[type="checkbox" i] {
    background-color: #ffab00;
    border-color: #ffab00;
    box-shadow: 0 0.125rem 0.25rem rgba(255, 238, 204, 0.4);
}*/
.bg-primary-light {
    background-color: #ffeecc;
}

/*SELECT2*/
.select2-container--default, .select2-selection__choice {
    background-color: #ffeecc !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ffbc36 !important;
}
.select2-selection--single, .select2-selection--multiple {
    min-height: 39px !important;
}
.select2-selection--single {
    padding-top: 5px; padding-left: 5px !important;
}
.select2-selection--multiple {
    padding-top: 2px; padding-left: 5px !important;
}

.select2-selection--single, .select2-selection--multiple {
    --border-color: #835b13 !important;
}
.select2-container {
    width: 100% !important;
    max-width: 700px !important;
}
/*readonly SELECT2*/
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*readonly SELECT2 END*/
td.col-usercomp {
    font-size: 12px !important;
}

/*product shring
.rolovaci_vrata_el_z_1 {
    background-image: url("../images/products/css/rolovaci_vrata_el_z_1.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.rolovaci_vrata_el_z_2 {
    background-image: url("../images/products/css/rolovaci_vrata_el_z_2.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 700px 400px;
}
.rolovaci_vrata_el_z_3 {
    background-image: url("../images/products/css/rolovaci_vrata_el_z_3.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.Xpopover-body {min-width: 360px;}
.popover {max-width: 360px;}

