:root { 
	--bs-primary-rgb: 28, 88, 173; 
	--bs-body-font-size: 0.9rem; 
	--primary: #1c58ad; 
	--white: #fff;
	/*--typ-zarucni:#a676f5;
	--typ-nezarucni:#fd7e14;
	--typ-instal:#34e389;
	--typ-napul:#00000005;
	--typ-neurcen:#ffc107;
	--typ-dily:#ff99ff;
	--typ-ostatni:#dfbe9f;
	--typ-dopravniky:#c1a10b;*/
	--typ-zarucni: #8f7de8;     /* A softer shade of purple */
	--typ-nezarucni: #f88c5d;   /* A softer shade of orange */
	--typ-instal: #57d998;      /* A calmer shade of green */
	--typ-napul: #c4c4c4;       /* A light grey */
	--typ-neurcen: #ffdd75;     /* A softer shade of yellow */
	--typ-dily: #ff80ff;        /* A more subtle shade of pink */
	--typ-ostatni: #d2a98f;     /* A more neutral shade of brown */
	--typ-dopravniky: #c2a84b;  /* A more muted shade of gold */
	--typ-neschvaleno: #cccccc;
	--resource:#ccddee;
	--resource-head:#a3b1bf;
	--vlastni:#ff5757;
    --mc-tb-stripe: #E3E6E940;
    --black: #062139;
    --black05: #06213915;
    --black03: #06213907;
    --black10: #06213930;
    --green: #74CC1D;
	
	--fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: hsla(0, 0%, 82%, .3);
    --fc-neutral-text-color: grey;
    --fc-border-color: #ddd;
    --fc-button-text-color: #fff;
    --fc-button-bg-color: #2c3e50;
    --fc-button-border-color: #2c3e50;
    --fc-button-hover-bg-color: #1e2b37;
    --fc-button-hover-border-color: #1a252f;
    --fc-button-active-bg-color: #1a252f;
    --fc-button-active-border-color: #151e27;
    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: hsla(0, 0%, 84%, .3);
    --fc-bg-event-color: #8fdf82;
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188, 232, 241, .3);
    --fc-today-bg-color: rgba(255, 220, 40, .15);
    --fc-now-indicator-color: red;

} 
body,html {height:100%;}
.noback {background-color:transparent !important;box-shadow: none !important;}
.nobottom1 .accordion {margin-bottom: 0 !important;}
.nobottom2 .accordion-body {margin-bottom: 0 !important;}
.nobottom2 .accordion-body .form-group {margin-bottom: 0 !important;}
.notop1 .accordion {margin-top: 0 !important;}
.notop2 .accordion-body {padding-top: 0 !important;}
.notop3 .accordion-body .form-group {margin-top: 0 !important;}
.navback { background-color: var(--white);position: fixed; width: 220px; bottom: 0px; top: 0px; z-index: 9997;}
.sw_d { height: 28px; } .logout { padding: 0.5rem; } 
.logout svg { width: 18px; height: auto; } 
.logout svg path { fill: #FFFFFF99; } 
button svg path, a svg path { fill: #FFFFFFff; } 
button svg, a svg { width: 15px; height: auto; } 
.navbar-collapse button { font-weight: 700; color: var(--bs-primary); } 
.navbar-collapse button svg path { fill: var(--bs-primary); } 
.navbar-collapse button svg { width: 20px; height: auto; }
#navbarmenu.navbar_active, .navback.navbar_active {display:block;left:0;}
.logout:hover svg path { fill: #FFFFFFFF; } 
.smaller { font-size: 60%; text-transform: none; } 
.small { font-size: 90%; text-transform: none; } 
h5 .smaller, h4 .smaller { font-size: 70%; text-transform: none; font-weight: normal; } 
textarea, label { font-size: 80% !important; } 
.form-switch { padding-left: unset !important; } 
.form-switch label { } 
.form-check-input { margin-top: 0em !important; margin-left: unset !important; width: 3.3em !important; height: 2em; float: unset !important; display: block; } 
.form-check-input:checked:not(.primary,.storno) { background-color: #198754; border-color: #198754; }
.form-check-input-sml {width: 2.3em !important; height: 1em;}
input.form-control.search-input[type="search"] { padding: 0.47rem;}
.storno:checked { background-color: #dc3545; border-color: #dc3545; } 
.form-label { margin-bottom: 0rem; } .h4, h4 { font-size: calc(1.275rem + .3vw) !important; }
.sml90-inline { font-size: 90%;  display: inline-block;width: fit-content;}
.bootstrap-select button { border: 1px solid #ced4da; border-radius: 0.2rem; min-height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-weight: 400; line-height: 1.5; color: #212529 !important; font-size: .875rem; border-radius: 0.2rem; 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 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; background-color: white; -webkit-appearance: none; -moz-appearance: none; appearance: none; } 
.bootstrap-select button:hover { background-color: white; border: 1px solid #ced4da; } 
.bootstrap-select>.dropdown-toggle:after { display: none !important; } 
.rs-sidebar, .rs-sidebar2 { position: fixed; width: 220px; bottom: 0px; top: 0px; z-index: 9998; padding-top: 80px; overflow-y:auto;} 
.navbar { z-index: 9999; position: fixed; top: 0; left: 0; right: 0; } 
.rs-side, .dropdown-item { width: 100%; color: #000000 !important; text-align: left !important; font-size: 0.78rem !important; font-weight: 700 !important; padding: 0.35rem 0 0.35rem 2rem; } 
.rs-side-active { width: 100%; color: var(--bs-primary) !important; text-align: left !important; font-weight: 700 !important; border-radius: 11px !important; background-image: linear-gradient(90deg, rgba(80, 120, 255, 0.1) 1%, rgba(255, 255, 255, 0.00) 95%); border: solid 1px white; } 
.bootstrap-select.bs-container .dropdown-menu, .pg-node-id-30, .pg-main-cs-535 { z-index: 99999; } 
/*bootstrap table*/
.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th { font-size: 0.75rem !important;}
.bootstrap-table .form-control {padding: .175rem .5rem;font-size: 0.75rem;}
#edit_firmy .bootstrap-table .form-control {padding: .375rem .75rem; font-size: 1rem;}
.bootstrap-table .form-switch .form-check-input { margin-left: -2.0em;}
.table>:not(caption)>*>* {padding: .1rem .5rem;}
.bootstrap-table .form-check {margin-bottom: unset !important;}
.bootstrap-table .progress { height: 6px;}

form .form-check label, form .form-check input {display:inline-block !important;}

.nowrap { white-space: nowrap;}
td.td_sml_span span {font-size:80%;}
.modal-backdrop {z-index: 9998;}
/*calendar*/
.fc-event {border-radius: 7px;font-size: 12px;}
.fc-bg-event {font-size: 12px;}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #FFF;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 1px 1px 11px rgba(0,0,0,0.4);
  padding: 10px;
  text-align: center;
}
.style5 .tooltip {
  background: #FFF;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFF;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #FFF;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.maxwid100 {max-width:100px;}
.maxwid90 {max-width:90px;}
.maxwid5wxl {max-width:5vw;}
.fullwidth {max-width:unset;}
#tab-minify_r {cursor:pointer;background-color:#ddd;width: 8px; right:-15px;opacity: 0.3;height: 50%; top: 50%;z-index: 9;}
#tab-minify_l {cursor:pointer;background-color:#ddd;width: 8px; left:7px;opacity: 0.3;height: 50%;transform: rotate(180deg);}
#tab-minify_r.minify_active {opacity: 1 !important; transform: scaleX(-1);}
#tab-minify_l.minify_active {opacity: 1 !important; transform: scaleX(-1) rotate(180deg);}
.minify_inactive svg {opacity: 0 !important;}
.modal {z-index: 10001;}
.modal-header {
    padding: 0.5rem 1rem;
    background-color: #eee;
	justify-content: space-between;
}
.realchb {width:1.8rem !important;height:1.8rem !important;margin-right: 1rem !important;margin-left: -1.5em !important;}
.acc-button {background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center/1em auto no-repeat;transform: rotate(180deg);transition:all 0.3s;}
.acc-close {background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.7em auto no-repeat;}
.btn_nav {
    padding: 1em;
    background-color: #ddd;
    border-radius: 2em;
}
#body-content p {font-weight:600;}
.trash {fill:white; color:white;}
a.vykaz {display:block;margin:0.5rem 0 0.5rem 0;}
.popisek {font-size:90%;font-style:italic;opacity:0.7;font-weight:400;}
div:where(.swal2-container) {z-index: 10060;}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) { background-color: var(--primary) !important; font-size: 1em;}
.event-icon {margin-right:3px;}
.event-icon svg {vertical-align: bottom !important;}
.konstrukce_stav { width: 20px; height: 10px; display: inline-block;margin-right: 5px;}

.detail_podukolu {
    background-color: #EEE;
    padding: 15px;
    border-radius: 8px;
}
#dilci .active td {border-bottom:solid 1px #f5b942;}
#dilci .active td:first-of-type {border-left:solid 3px #f5b942;}
form .inner-save {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 240px;
}
#chart {
    width: 100%;
    height: 420px;
}
#toolbar ul.but-sub  {height:unset !important;}
#toolbar ul.but-sub li {width:unset !important;}
#toolbar ul.but-sub li a {padding: 0px 0px 0px .5rem;}
/*sizes*/
@media (min-width: 1500px) { 
	.container {  max-width: 1500px; }
	.cont_extended { max-width: calc(100vw - 280px);}
} 
@media only screen and (max-width: 1200px) { 
	#tab-minify_l,#tab-minify_r {display:none;}
	.maxwid5wxl {max-width:100vw;}
} 
@media only screen and (min-width: 992px) { 
	main {  margin-left: 220px;  padding: 70px 0 0 0; } 
	.navback {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
	
} 

@media only screen and (max-width: 991px) { 
	#logo {  display: none; }  
	.rs-sidebar {  padding-top: 100px;  } 
	.navback {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
	#navbarmenu, .navback {left:-221px;transition:all 0.5s;}
	main { padding: 80px 0 0 0; }
} 

@media only screen and (max-width: 576px) { 
	.rs-sidebar {  width: 100%;  top: 0px;  padding-top: 100px; } 
	#navbarmenu, .navback {width: 100vw; left:-101vw;transition:all 0.5s;}
	form .inner-save { left: 10px;}
}

.bootstrap-table .fixed-table-container .table tfoot th .th-inner, .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .5rem;
    font-size: 0.6rem;
}
.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}
body, td, tfoot, th, thead, tr {
    border-color: var(--black10);
    border-style: solid;
    border-width: 0;
}
.copy {cursor:copy;}
.accordion-item {
     background-color: transparent !important; 
    border: unset !important;
}
.bbottom_light {border-bottom:dashed 1px #ddd !important;}
select[disabled] {
  background-color: transparent !important;
  border:none;
  --bs-form-select-bg-img: none;
  padding-bottom: 0;
  padding-left: 0;
  font-size: unset;
} 
[add_class~="bonita"] {
  border-radius:5px;
  text-align: center;
}
[add_class~="color_1"] {
  background-color: var(--bs-success);
}
[add_class~="color_2"] {
  background-color: var(--bs-info);
}
[add_class~="color_3"] {
  background-color: var(--bs-primary);
}
[add_class~="color_4"] {
  background-color: var(--bs-warning);
}
[add_class~="color_5"] {
  background-color: var(--bs-danger);
}
.bshadow {
    box-shadow: 3px 3px 10px #00000015;
    border-radius: 10px;
    background-color: #ffffffaa;
}
.accordion-button {
    padding: 0;
    background-color: transparent !important;
	color: inherit !important;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: transparent !important;
}

/* ikony */
.map_ico::before { content: "\f3c5";}
.mobil_ico::before { content: "\f3ce";}
.cal_ico::before { content: "\f133";}

.durr_ico::before { content: "\f254";}
.pripad_ico::before { content: "\f570";}
.tel_ico::before { content: "\f095";}
.user_ico::before { content: "\f007";}
.end_ico::before { content: "\f340";}
.temp_ico::before { content: "\f2c7";}

.copy_ico::before { content: "\f0c5";}
.share_ico::before { content: "\f064";}
.construct_ico::before { content: "\f568";}
.machine_ico::before { content: "\f8ba";}
.customer_ico::before { content: "\f2c2";} 
.logout_ico::before { content: "\f08b";} 
.taskalert_ico::before { content: "\e10d";}
.alert_ico::before { content: "\f071";} 
.machine_part_ico::before { content: "\e074";}
.description_ico::before { content: "\f70e";} 

.ico {position: relative; display:inline-block;width: 25px;}
.nav_ico {height: 25px;top: 8px;margin: 0 10px;transition:0.3s;}
.ico::before {
	font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #91bac7;
    font-size: 16px;
}
.ico_alert::before {
    color: #CC5500;
}
.ico_top0::before {
	top: 0px;
}
.nav_ico::before {font-size: 23px;}	
.nav_ico:hover::before {opacity:0.5;transition:0.3s;}
/* tlacitka dle kalendare */
.fc .fc-button .fc-icon {
    font-size: 1.5em;
    vertical-align: middle;
}
.fc-icon {
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    user-select: none;
    width: 1em;
    font-family: fcicons !important;
}
.fc .fc-button-group {
    display: inline-flex
;
    position: relative;
    vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
    flex: 1 1 auto;
    position: relative;
}
.fc .fc-button:not(:disabled) {
    cursor: pointer;
}

.fc .fc-button-primary {
    background-color: var(--fc-button-bg-color);
    border-color: var(--fc-button-border-color);
    color: var(--fc-button-text-color);
}
.fc .fc-button {
    border-radius: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    overflow: visible;
    text-transform: none;
}
.fc .fc-button {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25em;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.4em 0.65em;
    text-align: center;
    user-select: none;
    vertical-align: middle;
}

.fc .fc-button-primary {
    background-color: var(--fc-button-bg-color);
    border-color: var(--fc-button-border-color);
    color: var(--fc-button-text-color);
}
.fc .fc-button-primary2 {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--fc-button-text-color);
}
.fc .fc-button-light {
    background-color: var(--bs-light);
    border-color: var(--bs-gray-400);
    color: var(--bs-gray);
}
.fc-icon-chevron-right::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f105"; /* fa-chevron-right */
}
.fc-icon-chevrons-right::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f324"; /* fa-chevron-right */
}
.fc-icon-chevron-left::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104"; /* fa-chevron-left */
}
.fc-icon-chevrons-left::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f323"; /* fa-chevron-left */
}
.fc-next-button {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-left: -1px;
}
.fc-prev-button {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.fc-today-button { border-radius: 0px !important;}
.fc .fc-button-primary:hover {
    background-color: var(--fc-button-hover-bg-color);
    border-color: var(--fc-button-hover-border-color);
    color: var(--fc-button-text-color);
}