input[data-disabled="true"]:disabled, select[data-disabled="true"]:disabled, textarea[data-disabled="true"]:disabled {
    background-color: rgb(238, 238, 238)!important;
}

select:disabled::-ms-expand {
    display: none;
}

select:disabled, input[type="datetime-local"][data-disabled="false"], input[type="time"][data-disabled="false"], input[type="date"][data-disabled="false"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="datetime-local"][data-disabled="false"]:disabled::-webkit-inner-spin-button,
input[type="datetime-local"][data-disabled="false"]:disabled::-webkit-calendar-picker-indicator,
input[type="date"][data-disabled="false"]:disabled::-webkit-inner-spin-button,
input[type="date"][data-disabled="false"]:disabled::-webkit-calendar-picker-indicator,
input[type="time"][data-disabled="false"]:disabled::-webkit-inner-spin-button,
input[type="time"][data-disabled="false"]:disabled::-webkit-calendar-picker-indicator {
    width: 0;
    display: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.logo {
    max-width: 100%;
}
table .form-control {
    height: initial;
    
}

.card-header {
    background-color: #2f353a;
    border-bottom: 1px solid #c8ced3;
    color: white;
}

.breadcrumb a {
    color: #2f353a;
}
.sidebar .nav-title {
    background: #262a2e;
    color: #ffffff;
    font-size: 95%;
}

.sidebar .nav-item {
    font-size: 12px;
}

.sidebar .nav-link .lvl-3,
.sidebar .nav-link .lvl-1,
.sidebar .nav-title .lvl-1 {
    margin-right: .5rem;
}
.sidebar .nav-link .lvl-4 {
    margin-left: 15px;
    margin-right: .5rem;
}
.sidebar .nav-link .lvl-5 {
    margin-left: 30px;
    margin-right: .5rem;
}

.sidebar .nav-link {
    border-bottom: 1px solid #3a4248;
}



/* START Setting for large slidbar */

html:not([dir=rtl]) .sidebar {
    margin-left: -250px;
}
.sidebar .sidebar-nav {
    width: 250px;
}

.sidebar .nav {
    width: 100%;
}

.card-footer .btn {
    margin-bottom: 0.75rem;
}
    
@media (max-width: 991px) {
    .card-footer {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .app-header .navbar-brand {
        width: 200px;
    }
    .app-header .navbar-brand .navbar-brand-full {
        height: 40px;
        margin-left: -40px;
    }

    .sidebar-fixed .sidebar {
        width: 250px;
    }
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer {
        margin-left: 250px;
    }
}
@media (max-width: 991.98px) {
    .sidebar {
        width: 250px;
    }
}
/* END Setting for large slidbar */



label.error {
    color: #fff;
    font-size: 85%;
    top: 2px;
    display: block;
    margin-top: inherit;
    right: 0;
    background: #dc3545;
    padding: 8px 10px;
    width: 100%;
}

.dataTables_filter {
    display: none;
}

.image-menu {
    width: 20px;
    margin-right: .5rem;
}

.table th, .table td {
    padding: .35rem .1rem;
    vertical-align: middle;
}

table.dataTable {
    width: 100% !important;
    font-size:  12px;
}

table.dataTable thead th, .dataTable thead td {
    border-bottom-width: 0px;
    border-top-width: 0px;
}
table.dataTable thead > tr > th {
    background: #3a4248;
    color: white;
}


table.dataTable .dataTable-filter-input th {
    padding-top: 3px;
    padding-bottom: 15px;
}


.submenu {
    background: #262a2e;
    padding: 10px 30px;
    margin-bottom: 2rem;
}
.submenu .item {
    display: inline-block;
    padding: 5px;
    width: 70px;
    cursor:  pointer;
}
.submenu .item img {
    margin: 0px auto;
    display: block;
}
.submenu .item .title {
    display: block;
    text-align: center;
    color: #b3b3b3;
    margin-top: .25rem;
    font-size: 12px;
}

.submenu .item:hover {background: #f0f3f5;}

.submenu .item:hover .title {color: #262a2e;}

.route-login,
.route-home,
.route-errors {
    background: #2f353a;
}

.route-home .modal .form-control,
.route-login .modal .form-control {
    height: inherit;
    color: #2f353a;
    font-size: 2.5rem;
}

.actions a {
    cursor: pointer;
    padding: 5px 2px;
}

.table-wrapper .btn-toolbar {
    margin-bottom: 0.1rem;
    margin-top:  .5rem;
}

.table-responsive {
    border: 1px solid transparent !important;
}


.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e7ea;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.datepicker {
    padding-left: 10px;
}


#cookieConsent {
    background-color: #dc3545CC;
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 8px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

.dropdown-item{
    margin: 0!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #dc3545!important;
}

.btn.btn-primary {
    background: #dc3545;
    border-color: #dc3545;
}
.btn {
    text-transform: uppercase;
    padding: .7rem 1.5rem .65rem;
    font-weight: bold;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  background-color: #bd2130;
  border-color: #bd2130;
}

#vybranaPolozka table tbody tr td input {
    width: 100%;
}

#filtrDW1 table tbody tr td input {
    width: 100%;
}

#filtrDW1 table tbody tr td:first-child {
    width: 26%;
}

#vybranaPolozka table tbody tr td:first-child {
    width: 26%;
}

.product-box .products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-box .products .row-product.row-border {
  border: none;
  border-bottom: 1px solid #ccc;
}
.product-box .products .row-product {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
}
.product-box .products .row-product > div:first-child {
  padding-left: 0px;
}
.product-box .products .row-product > div:last-child {
  padding-right: 0px;
}
.product-box .products .row-product:hover {
  background: #e4e4e4;
}
.product-box .products .row-product:hover span.quick-view {
  display: block;
}
.product-box .products .row-product .media {
  width: 100%;
}
.product-box .products .row-product .media .media-left {
  position: relative;
  width: 10.5rem;
  overflow: hidden;
  border-radius: 4px;
}
.product-box .products .row-product .media .media-body {
  padding-left: 1rem;
}
.product-box .products .row-product .media .media-body .watch {
  border-bottom: 1px solid #cccccc85;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.product-box .products .row-product .media .media-body .watch p {
  margin-bottom: 0px;
}
.product-box .products .row-product .media .media-body .watch p i {
  color: #c3cbd2;
  padding-right: .25rem;
}
.product-box .products .row-product .media .media-body .text-bg {
  background: #6c7a86;
  padding: 0px .4rem;
  border-radius: .1rem;
  color: white;
  font-weight: bold;
  margin-right: .5rem;
}
.product-box .products .row-product .media .media-body h5 {
  margin-bottom: .2rem;
  font-size: 115%;
}
.product-box .products .row-product .media .media-body .body-btn-action {
  margin-top: .5rem;
  padding-left: 0rem;
}
.product-box .products .row-product .media .media-body .body-btn-action .actions {
  position: relative;
  display: block;
}
.product-box .products .row-product .media .media-body .body-btn-action .actions.buttons {
  min-height: 100%;
  display: flex;
  align-items: center;
  float: right;
}
.product-box .products .row-product .media .media-body .body-btn-action .actions.big a {
  margin: .5rem 0rem 0rem 1.5rem;
}
.product-box .products .row-product .media .media-body .body-btn-action .body-btn-cart {
  display: inline-block;
}
.product-box .products .row-product .media .media-body .body-btn-action .body-btn-cart .count {
  width: 4rem;
  display: inline-block;
  margin-left: .5rem;
  text-align: center;
  vertical-align: middle;
  padding: .5rem .2rem;
}
.product-box .products .row-product .media .media-body .body-btn-action .body-btn-cart .add-cart {
  margin-left: .5rem;
  padding: .5rem 1rem;
}
.product-box .products .row-product .product-image img {
  max-width: 100%;
}
.product-box.product-parts .products .row-product .media .media-body .body-btn-action .body-btn-cart .count {
  display: inline-block !important;
}
.product-box.product-parts .products .row-product .media .media-body .body-btn-action .body-btn-cart .count.d-none {
  display: none !important;
}

.tab-content{
    margin-top: 0!important;
    background: transparent!important;
    border: 0!important;
}

.tab-content .tab-pane{
    padding: 0!important;
}

span.info-variants {
    color: white;
    display: inline-block;
    white-space: nowrap;
    z-index: 1;
    position: absolute;
    left: 2rem;
    top: 1rem;
    border-radius: 1rem;
    padding: 2px 10px;
    line-height: 1.2rem;
    background: black;
}

ol {
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    background-color: #dc3545;
    color: white;
}
.caption {
    display: block;
}

.item:hover{
    background-color: #bd2130;
}

body .ajax-load {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('../img/ajax-80.gif') 50% 50% no-repeat;
}
body.loading .ajax-load {
  display: block;
  overflow: hidden;
}
body.loading.off .ajax-load {
  display: none;
  overflow: inherit;
}

.tlacitkaZrychlenyVydej {
    display: none;
}

.col-form-label {
    margin: calc(0.2rem + 1px) 0;
}

.col-form-label.col-form-label-disabled {
    margin: 0;
}
    
.form-group input, .form-group select, .form-group textarea {
    text-align: inherit;
    font-weight: inherit;
    color: inherit;
}

.form-group input:disabled, .form-group select:disabled, .form-group textarea:disabled {
    border: 0;
    border-radius: 0;
}

.input-with-icon button{
    position: absolute;
    right: 15px;
    height: 26px;
    margin-top: 4.5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

button {
    color: white;
    background-color: #dc3545;
    border: 1px solid #bd2130;
    border-radius: .25rem;
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

button:hover {
    background-color: #bd2130;
}

.vybranyVseznamuMenu {
    background-color: #e4e4e4!important;
}

.sortASC {
    color: blue!important;
}

.sortDESC {
    color: red!important;
}

.table-bordered thead th{
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.btn2 {
    border-radius: .25rem;
    padding: .2rem .3rem;
}

#slidingSide {
    display: none;
}


.owl-theme .owl-nav [class*=owl-] {
  font-size: 2em !important;
  padding: .8rem 1.8rem !important;
  background: #2c3949 !important;
  opacity: .5 !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #2c3949 !important;
  opacity: 1 !important;
}
.owl-carousel .owl-nav button.disabled {
  opacity: .1 !important;
  cursor: default;
}
.owl-carousel .owl-nav button.disabled:hover,
.owl-carousel .owl-nav button.disabled:focus {
  opacity: .1 !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  padding: .8rem 1.8rem !important;
  color: #ffffff;
}
.owl-carousel .owl-nav button .owl-prev {
  left: -4rem !important;
}
.owl-carousel .owl-nav button .owl-next {
  right: -4rem !important;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0.5rem !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0.5rem !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -140%);
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme.gallery .owl-prev,
.owl-theme.gallery .owl-next {
  top: 50%;
  transform: translate(0%, -50%);
}
.owl-theme.gallery button.owl-prev {
  left: 1rem !important;
}
.owl-theme.gallery button.owl-next {
  right: 1rem !important;
}
.owl-theme.gallery .owl-nav [class*=owl-] {
  font-size: 2em;
  padding: .8rem 1.8rem;
}

summary {
    padding: 1rem 2em 1rem 0;
    display: block;
    position: relative;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
}
summary::before, summary::after {
    width: 0.75em;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background-color: currentColor;
    text-align: right;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}
summary::after {
    transform: translateY(-50%) rotate(90deg);
}
[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
summary::-webkit-details-marker {
    display: none;
}

.plusMinuIconPrijemce {
    position: absolute;
    top: 5.5px;
    right: 0;
}

.plusMinuIcon {
    float: right;
}

.breadcrumbButton {
    background-color: transparent;
    color: black;
    border: 0;
    margin-top: 0;
    text-transform: none;
    padding-left: 0;
}

.breadcrumbButton:hover {
    background-color: transparent;
    color: black;
    border: 0;    
    cursor: pointer;
}

table.dataTable {
    border-collapse: collapse!important;
}

.col-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.col-lg-4 {
    padding-left: 0!important;
    padding-right: 0!important;    
}

.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important;    
}

input[type="date"] {
    display:block;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

@media (max-width: 767px) {    
    .emailTableListText {
        display: none;
    }
    
    input[type="datetime-local"]::-webkit-inner-spin-button,
    input[type="datetime-local"]::-webkit-calendar-picker-indicator,
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-inner-spin-button,
    input[type="time"]::-webkit-calendar-picker-indicator {
        width: 0;
        display: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

}

.col-3 span {
    width: 100%;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
    line-height: 1;
    position: absolute;
}

.col-3 {
    padding-left: 1px;
    padding-right: 1px;
}

.regKasa .nav-tabs li a {
    background-color: #494949;
    color: white!important;
    padding: 7px;
    margin-right: 1px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-top-left-radius: 5px;
}

.regKasa .nav-tabs li a.active {
    background-color: #CD2C32;
    border-left: 1px solid #c8ced3;
    border-right: 1px solid #c8ced3;
    border-top: 1px solid #c8ced3;
}

.regKasa .nav-tabs li a:hover {
    text-decoration: none;
}

.servisDetail .nav-tabs li a {
    background-color: #494949;
    color: white!important;
    padding: 7px;
    margin-right: 1px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-top-left-radius: 5px;
}

.servisDetail .nav-tabs li a.active {
    background-color: #CD2C32;
    border-left: 1px solid #c8ced3;
    border-right: 1px solid #c8ced3;
    border-top: 1px solid #c8ced3;
}

.servisDetail .nav-tabs li a:hover {
    text-decoration: none;
}

textarea:disabled {
    color: black;
}

.footerBF {
    background-color: white;
    position: fixed;
    position: device-fixed;
    border: 1px solid #f1f1f1;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 5px; /*vertikalni, horizontalni*/
}

.footerBF.bottom { 
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.footerBF.right { 
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    /*flex-direction: column;*/
    
    display: inline-flex;
    writing-mode: vertical-lr;
    flex-wrap: wrap;
    align-content: flex-start;
}

.footerBF.right button { 
    writing-mode: horizontal-tb;
}

.footerBF button, #nastavUmmisteniH023 button {
    background-position: center; 
    background-repeat: no-repeat;
}

.breadcrumb {
    padding: 0!important;
    border-bottom: none!important;
}

.non-margin-table table {
    margin-bottom: 0!important;
}

.col {
    padding-bottom: 0.35rem;
}

textarea {
    resize: none;
}

.row {
    margin-left: 0; 
    margin-right: 0;   
}
 
.col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-poznamka {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-readonly {
    display: contents;
}

.form-readonly div {
    padding: 0.35rem 0;
}

#scanModal select.form-control{display:inline-block; width: 70%!important}

@media (min-width: 768px) {    
    .row {
        width: 98%;
        margin: 0 auto;
    }

    .row .form-group {
        display: block!important;
        padding-left: 0px!important; 
        padding-right: 15px!important;
    }
    
    .col-form-label {
        font-size: 14px;
        padding-top: 0!important;
        padding-bottom: 0!important;
        width: 100%!important;
    }

    .form-group input {
        width: 100%!important;
    }
    
    .form-group select {
        width: 100%!important;
    }
    
    .form-group textarea {
        width: 100%!important;
    }
}

@media (max-width: 768px) {    
    .form-group {
        display: contents;
        padding-left: 0; 
        padding-right: 0;
    }
    
    .tabList li.nav-item {
        flex: 1 0 21%;
    }

    .tabList li.nav-item button {
        width: 100%;
    }
}

@media (max-width: 540px) {    
    .tabList li.nav-item {
        flex: 1 0 33%;
    }
}

@media (max-width: 380px) {    
    .tabList li.nav-item {
        flex: 1 0 35%;
    }
}

#survey-container {
    background-color: white;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    opacity: 0;
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1021;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

#survey-container.show_survey {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

#survey-container.hide_survey {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

#survey-container .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#survey-container .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#survey-container .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
}

#survey-container .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
}

#survey-container .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    overflow: auto;
    padding: 0;
}

#survey-container .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: white;
}

#survey-menu button {
    width: 50px;
}

#survey-menu button.active {
    border: 2px solid yellow;
}

@media (min-width: 576px) {
    #survey-container .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
}

.ekko-lightbox-nav-overlay {
    z-index: 1022;
}

.ss-main.form-control {
    padding: 0;
}

.ss-main .ss-single-selected {
    border: none!important;
    background-color: inherit!important;
    padding: 0.375rem 0 0.375rem 1rem!important;
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid black!important;
    border-width: 0 2px 2px 0!important;
}

.ss-main .ss-multi-selected {
    min-height: 35px!important;
}

.ss-main .ss-multi-selected .ss-add {
    margin: 11.5px 12px 0 5px!important;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    background: black!important;
}

.ss-main .ss-multi-selected {
    border: 1px solid #e4e7ea!important;
}

.tabList .nav-item button {
    background-color: inherit;
}

.tabList .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { 
    color: black;
    border-color: #dc3545;
    background-color: #dc3545;
}

.tabList .nav-tabs .nav-link {
    background-color: #494949;
    color: white;
    border-color: white white #dc3545;
}

.tabList .nav-item button:focus {
    outline:0;
}

.tabList .nav-tabs {
    margin-bottom: 0px;
    border-bottom: 1px solid #dc3545;
}

.tabList li.nav-item button {
    padding: revert;
}

.tabList .nav-item button:hover {
    border-color: #dc3545!important;
}

.modal-footer:has(button:nth-last-child(3)) {
    justify-content: center;
}

@media (max-width: 375px) {
    .modal-footer {
        padding: 0;
    }
}

.nastaveni-menu-item, .email-slozky {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nastaveni-menu-item span, .email-slozky span {
    white-space: nowrap;
    width: 100%;
}

.nastaveni-menu-item button, .email-slozky button {
    margin: 0 3px;
}

#nastavUmmisteniH023 button:disabled {
    background-color: lightgray!important;
    border-color: lightgray!important;
}

.nastaveni-menu-dropdown {
    position: relative;
}

.nastaveni-menu-dropdown .dropdown-content {
    display: none;
    z-index: 1051;
    position: absolute;
    min-width: 150px;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
    right: 0;
}

.nastaveni-menu-dropdown .dropdown-content button {
    text-transform: none;
}

.nastaveni-menu-dropdown .dropdown-content.show {
    display: block;
    background-color: #fff;
}

button.nastaveni-menu-button-up, button.nastaveni-menu-button-down,
button.nastaveni-menu-button-menu, button.nastaveni-menu-button-add,
button[class^='nastaveni-tabulky-button'], button[class*=' nastaveni-tabulky-button'],
button.osobnidokumenty-folder-button-menu, button.osobnidokumenty-folder-button-open,
button.osobnidokumenty-folder-button-add {
    width: 30px;
}

.row .form-group input {
    width: 100%;
    min-width: 95%!important;
}

#helpForIconModal div[class^='buttonRunobjekt_']:not([style*="display: none"]), #helpForIconModal div[class*=' buttonRunobjekt_']:not([style*="display: none"]) {
    display: flex!important;
}

#helpForIconModal div[class^='buttonRunobjekt_']:is([style*="display: none"]), #helpForIconModal div[class*=' buttonRunobjekt_']:is([style*="display: none"]) {
    display: flex!important;
    pointer-events: none;
    opacity: 0.5;
}

#helpForIconModal div[class^='buttonRunobjekt_']:is([style*="display: none"]) .btn, #helpForIconModal div[class*=' buttonRunobjekt_']:is([style*="display: none"]) .btn {
    
}

.row .form-group .ss-search input {
    min-width: initial!important;
}




/* Scrollbar */
.wrapper {
    overflow: auto;
    width: 100%;
}

.scrollbar-dialog > .scroll-content.scroll-scrolly_visible { left: -25px; margin-left: 25px; }
.scrollbar-dialog > .scroll-content.scroll-scrollx_visible { top:  -25px; margin-top:  25px; }

.scrollbar-dialog > .scroll-element {
    background-color: #fcfdff;
}

.scrollbar-dialog > .scroll-element,
.scrollbar-dialog > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-dialog > .scroll-element .scroll-element_outer,
.scrollbar-dialog > .scroll-element .scroll-element_size,
.scrollbar-dialog > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-dialog > .scroll-element .scroll-element_inner,
.scrollbar-dialog > .scroll-element .scroll-bar,
.scrollbar-dialog > .scroll-element .scroll-bar div
{
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-dialog > .scroll-element .scroll-element_outer,
.scrollbar-dialog > .scroll-element .scroll-element_size,
.scrollbar-dialog > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-dialog > .scroll-element .scroll-bar_body
{
    background: none !important;
    touch-action: none;
}

.scrollbar-dialog > .scroll-element.scroll-x {
    border-top: solid 1px #fcfdff;
    bottom: 0;
    height: 24px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dialog > .scroll-element.scroll-y {
    border-left: solid 1px #fcfdff;
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 24px;
}

.scrollbar-dialog > .scroll-element.scroll-x div {
    background-image: url('skins/scroll_x.png');
    background-repeat: repeat-x;
}
 
.scrollbar-dialog > .scroll-element.scroll-y div {
    background-image: url('skins/scroll_y.png');
    background-repeat: repeat-y;
}

.scrollbar-dialog > .scroll-element.scroll-x .scroll-arrow {}

.scrollbar-dialog > .scroll-element.scroll-x .scroll-bar { min-width: 24px; background-position: 0px -50px; background-repeat: no-repeat; touch-action: none; }
.scrollbar-dialog > .scroll-element.scroll-x .scroll-bar_body { left: 2px; }
.scrollbar-dialog > .scroll-element.scroll-x .scroll-bar_body-inner { left: -4px; background-position: 0px -25px; }
.scrollbar-dialog > .scroll-element.scroll-x .scroll-bar_center { left: 50%; margin-left: -6px; width: 12px; background-position: 24px -50px; }
.scrollbar-dialog > .scroll-element.scroll-x .scroll-bar_bottom { left: auto; right: 0; width: 2px; background-position: 37px -50px; }

.scrollbar-dialog > .scroll-element.scroll-y .scroll-bar { min-height: 24px; background-position: -50px 0px; background-repeat: no-repeat; touch-action: none; }
.scrollbar-dialog > .scroll-element.scroll-y .scroll-bar_body { top: 2px; }
.scrollbar-dialog > .scroll-element.scroll-y .scroll-bar_body-inner { top: -4px; background-position: -25px 0px; }
.scrollbar-dialog > .scroll-element.scroll-y .scroll-bar_center { top: 50%; margin-top: -6px; height: 12px; background-position: -50px 24px; }
.scrollbar-dialog > .scroll-element.scroll-y .scroll-bar_bottom { top: auto; bottom: 0; height: 2px; background-position: -50px 37px; }

.scrollbar-dialog > .scroll-element .scroll-arrow { display: none; }
.scrollbar-dialog > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }

.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less { height: 100%; width: 24px; background-position: 0px -75px;}
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more { height: 100%; left: auto; right: 0; width: 24px; background-position: 24px -75px;}
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 24px; }
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner { left: -48px; }
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: -48px; }

.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less { width: 100%; height: 24px; background-position: -75px 0px;}
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more { width: 100%; top: auto; bottom: 0; height: 24px; background-position: -75px 24px;}
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer { top: 24px; }
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner { top: -48px; }
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size { top: -48px; }

.scrollbar-dialog > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner { left: -24px; }
.scrollbar-dialog > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -24px; } 

.scrollbar-dialog > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner { top: -24px; }
.scrollbar-dialog > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -24px; }

.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 24px;}
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner { left: -71px;}
.scrollbar-dialog > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -71px;}
 
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more { bottom: 24px;}
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner { top: -72px;}
.scrollbar-dialog > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size { top: -72px;}