@import "tailwindcss";
@import url("./servis.detail.css");
@import url("./inputs.detail.css");
@import url("./timeline.css");
@import url("./ajax-loader.css");
@import url("./svg-map.css");


.text-primary-color {
    color: #26a792 !important;
}

.bg-primary-color {
    background-color: #26a792;

}
.bg-primary-color:hover {
    background-color: #1c8774;
}

.bg-secondary-color {
    background-color: #24b635;
}

.bg-danger-color {
    background-color: #d32f2f;
}

.bg-warn-color {
    background-color: #d57d1f;
}

.bg-brand {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 167, 146, var(--tw-bg-opacity))
}

.bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 250, 247, var(--tw-bg-opacity))
}

.bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 241, 234, var(--tw-bg-opacity))
}

.bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 228, 214, var(--tw-bg-opacity))
}

.bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 212, 190, var(--tw-bg-opacity))
}

.bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 194, 165, var(--tw-bg-opacity))
}

.bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 167, 146, var(--tw-bg-opacity))
}

.bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 125, var(--tw-bg-opacity))
}

.bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 115, 103, var(--tw-bg-opacity))
}

.bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 92, 84, var(--tw-bg-opacity))
}

.bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(18, 76, 70, var(--tw-bg-opacity))
}


/* @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300); */

/*@import url('https://fonts.cdnfonts.com/css/futura');*/

@font-face {
    font-display: swap;
    font-family: Futura;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Futura-Book.woff2) format("woff2"), url(../fonts/Futura-Book.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Futura-Light.woff2) format("woff2"), url(../fonts/Futura-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Futura-Medium.woff2) format("woff2"), url(../fonts/Futura-Medium.woff) format("woff")
}


* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}


body {
    font: 14px/1.5 Futura, Calibri, Helvetica, sans-serif;
    font-size: 1em;
    background: #F0F0F0;
}

body .dark {
    background: #222;
}

a {
    color: #26a792;
}

a:hover {
    text-decoration: none;
    color: #000;
}

::selection {
    background: #4f5362;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #4f5362;
    color: #fff;
}

html {
    font: 14px/1.5 Futura, Calibri, Helvetica, sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-state-ordered {
    color: black !important;
}

tr.is-red-color-1 {
    background-color: #d9534f !important;
}

tr.is-red-color-1 .col-servis_id a {
    color: white !important;
}

tr.is-red-color-1 .col-kod_nahladu a {
    color: white !important;
}

tr.is-red-color-1 .col-created {
    color: white !important;
}

tr.is-red-color-1 .col-last_change {
    color: white !important;
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    p {
        font-size: 1em;
        margin-bottom: 1.8em;
    }
}


/*HOME PAGE CARDS*/
.bk-grey {
    background: #6b7c8a;
}


/****************************
*      Buttons        *
****************************/
.btn {
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    padding: 7px 15px;
}

.btn-xs {
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn i {
    position: relative;
    top: -2px;
}

.btn.text-left {
    text-align: left;
}

.btn-brand {
    background: #37a6c4;
    color: #fff;
}

.btn-brand:hover {
    color: #fff;
    background: #2c849c;
}

.btn-dark {
    background: #272727;
    color: #fff;
}

.btn-dark:hover {
    color: #fff;
    background: #2c849c;
}

.btn-red {
    background: #4f5362;
    color: #fff;
}

.btn-red:hover {
    color: #fff;
    background: #383b46;
}

.btn-alt {
    background: #f0f0f0;
    color: #222;
}

.btn-alt:hover {
    color: #fff;
    background: #2c849c;
}


.btn-new {
    background: #26a792;
    color: #FFFFFF;
    padding: 5px 8px;
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    max-height: 35px;
}

.btn-danger {
    background: #d9534f;
    color: #fff;

}

.btn2 {
    font-family: Futura, sans-serif;
    font-weight: 600;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
    background: #325d88;
}

.bk-success {
    background: #93c54b;
}

.bk-warning {
    background: #f47c3c;
}

.bk-danger {
    background: #d9534f;
}

.bk-info {
    background: #29abe0;
}

.bk-white,
.bk-light {
    background: #fff;
}

.bk-brand {
    background: #37a6c4;
}

.bk-dark {
    background: #222;
}

.bk-blue {
    background: #0010ce;
}

.bk-alt {
    background: #f7f7f7;
}

.bk-ghost {
    background: transparent;
}

.bk-img {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../img/login-bg.jpg);
}

.bk-fixed {
    background-attachment: fixed;
}

.btn-primary {
    background: #26a792;
}

.btn-success {
    background: #5cb85c;
}
.btn-warning {
    background: #e28b12;
}


.hr-green {
    height: 2px;
    background: #37a6c4;
}

.hr-grey {
    height: 2px;
    background: #f0f0f0;
}

.hr-dashed {
    background-color: transparent;
    border-top: 1px dotted #edf0f5;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}

.panel {
    overflow: hidden;
}

.title .line {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #222;
}


/* Content boxes */
.content-box {
    padding: 15px;
}

.block-anchor {
    display: block;
}




/* component */
.page-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}


.form-filter {
    font-size: 12px;
    padding: 5px;
    height: 35px;
    display: inline;
    margin: 5px;
    width: initial;
}


#DataTable tbody tr.selected {
    background-color: #B0BED9;
}



#FirmyTable .btn {
    padding: 2px 4px;
}

.header {
    margin-top: 10px;
    font-size: 22px;
}

.main {
    background: #f9f9f9;
}


.stat-panel a {
    color: #fff;
}

.form-control {
    padding: 3px;
    /*padding:9px;*/
    /*margin:5px;*/
    height: 31px;
}

.input-group-addon {
    padding: 4px;
}
.form-group {
    margin: 0px;
}

legend {
    font-size: 18px;
    margin: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #dedede;
}

.page-container a {
    color: #26a792;
}

.page-container .btn {
    color: #fff;
}

.stat-panel a {
    color: #fff;
}

input.disabled, .disabled {
    cursor: not-allowed;
    opacity: 1;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #3e3f3a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #868584;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 4px;
    background-color: #f8f5f0;
}

#DataTable_previous, #DataTable_next, #DataTable_ellipsis {
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

#DataTableFakturace_previous, #DataTableFakturace_next, #DataTableFakturace_ellipsis {
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

#DataTable_ellipsis a {
    line-height: 1.32857143;
}

input[type="date"].form-control {
    line-height: 10px;
}

/*.form-control {*/
/*padding:6px;*/
/*}*/
div.selectize-control.form-control.form-filter.selectize {
    min-width: 200px;
    display: inline-block;
    margin-top: 5px !important;
}

.alert-info {
    background-color: #2b72e0 !important;
    font-size: 17px !important;

}

.col-per-page select.input-sm {
    width: 40%;
    margin-left: 10px;
    float: left;
}

.col-per-page .datagrid-per-page-submit {
    width: 28%;
    margin-left: 10px;
    float: right;
}

.col-per-page .reset-filter {
    width: 22%;
    height: 28px;
    margin-left: 10px;
    float: inside;
}

.col-per-page {
    float: right;
    width: 28% !important;
}

.datagrid-per-page-submit {
    color: #ffffff;
    background-color: #658c2d;
    border-color: rgba(0, 0, 0, 0);
    font-family: Futura, sans-serif;
    border: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-hidden {
    display: none;
}

.unassigned-psz {
    background-color: #f6dfb4 !important;
}

.no-padding {
    padding: 2px;
    margin: 3px;
}

.modal-heading-servis {
    border-bottom: 1px solid #eee;
}
.btn-postwarranty-done {
    background-color: rgba(0,1,193,0.7);
}
.btn-postwarranty-assigned {
    background-color: rgba(6, 176, 0, 0.7);
}
.btn-postwarranty-canceled {
    background-color: rgba(108, 108, 108, 0.7);
}

.btn-color-cz {
    background-color: rgb(230, 29, 30);
    color: #fff;
}
.btn-color-sk {
    background-color: rgb(47, 70, 135);
    color: #fff;
}
#snippet-pozarucniServis-table .input-group-append {
    display: none;
}

#snippet-objednavky-table .input-group-append {
    display: none;
}

.datagrid .input-group-append {
    display: none;
}

.img-stores {
    width:75%;
    height: 20%;
    text-align: center;
    margin:7px;
}

.new-item-in-order {
    background-color: rgba(187, 0, 29, 1) !important;
    color:#ffffff;
}
.new-item-in-order a{
    color: #55c920;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 1.42857143;
    }
}

.text-danger {
    color: #d9534f !important;
}


input[required], textarea[required], select[required] {
    border: 1px solid #f1a5a5 !important;
}


input[required]:not(:invalid):not(.has-error), textarea[required]:not(:invalid):not(.has-error), select[required]:not(:invalid):not(.has-error) {
        border: 1px solid #a7d55b !important;
}

#fileupload {
    display: none;
}
.sz-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


.flex-item-center {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
}



input[readonly] {
    background-color: #fff; /* White background */
    border: 1px solid #ccc; /* Light gray border */
    padding: 5px; /* Padding for content */
    cursor: default; /* No cursor change on hover */
}
.public-preview-service input[type="text"], .public-preview-service input[type="email"], .public-preview-service input[type="number"] {
    width: 100%;
} 

.public-preview-service .service textarea {
    width: 100%;
} 


.public-preview-service-form {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0;
}


.public-preview-service-form .service tr, .public-preview-service-form .service td {
    padding-left: 5px;
    padding-right: 10px;
}

.public-preview-service-form .service {
    margin-top: 5px;
    margin-bottom: 5px;
}


.hg-min-height {
    min-height: calc(100vh - 107px);
}

.x-state-ordered {
    color: #000000;
    background-color: #a3a3a3;
    border-color: transparent;
}

tbody .col-action {
    display: flex !important;
    flex-direction: row;
    gap: 5px;
}

#snippet-pozarucniServis-tbody .col-action {
    display: flex;
    flex-direction: row;
    gap: 5px;
}


.serviceListTable {
    font-size: 16px;
    font-weight: 500;
}

.stat-panel-title {
    font-weight: 600;
}

/* Tailwind 2.x CDN neobsahuje výchozí listy, tak je obnovíme ručně for NEWS */
#user-generated-content ul {
    list-style-type: disc !important;
    list-style: disc !important;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

#user-generated-content ol {
    list-style-type: decimal !important;
    list-style: decimal !important;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

#user-generated-content li {
    margin-bottom: 0.25rem;
    list-style: disc !important;
}

#user-generated-content a {
    color: #0369a1; /* sky-700 */
    text-decoration: underline;
}

#user-generated-content a:hover {
    color: #075985; /* sky-800 */
}
/* END Tailwind 2.x CDN neobsahuje výchozí listy, tak je obnovíme ručně */





@keyframes btn-bounce-y {
    0%, 100% { transform: translateY(-3px); }
    50%       { transform: translateY(3px); }
}
.btn-arrow-bounce {
    display: inline-block;
    animation: btn-bounce-y 1.3s ease-in-out infinite;
    will-change: transform;
}
/* respektuj snížené animace */
@media (prefers-reduced-motion: reduce) {
    .btn-arrow-bounce { animation: none !important; }
}




/* ať jsou texty klikatelné a dostanou hover efekt */
#scene svg text { cursor: pointer; pointer-events: auto; }
#scene svg text.is-hovered { fill: #26a792; font-weight: bold; } /* libovolná barva na zvýraznění */

[id^="part-"] { scroll-margin-top: 80px; } /* uprav dle výšky headeru */


@media (min-width:992px) {
    .modal-xl {
        width: 90%;
    }
}

@media (min-width:992px) {
    .hansgrohe-service-list-item:nth-child(even) {
        background-color: #efefef;
    }
    .hansgrohe-service-list-item:hover {
        background-color: rgba(209,213,219);
    }
}


.ublaboo-row-danger {
    background-color: #f8d7da !important;
}


.progress-bar {
    transition: width 0.2s ease;
}
