﻿.block-tbl-div-plan-apl .table-container {
    max-width: 1250px;
    overflow-x: auto;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #C1C1C1;
}
    .block-tbl-div-plan-apl .table-container::-webkit-scrollbar {
        height: 6px;
        background-color: #c4c4c4;
        border-radius: 6px;
    }
    .block-tbl-div-plan-apl .table-container::-webkit-scrollbar-thumb {
        background-color: #21A038;
        border-radius: 6px;
    }


.table-container_centered-bold-headings .thead-el .td-el__content-container {
    text-align: center;
    font-weight: 700;
}
.table-container_even-rows-background .tbody-el .tr-el:nth-child(even) {
    background-color: #f6f6f6;
}
.table-container_rows-hover .tbody-el .tr-el:hover {
    background: #d5ead6;
}
.div-block__main {
    margin: 0 !important;
}
.block-link__a {
    word-break: normal !important;
}
.step-tabs {
    margin-top:10px;
}
p.label-text > span.required {
    position: absolute;
    padding-left: 5px;
}

#app .table-element .label-text .tooltip {
    margin-left: 15px;
}

.table-element + div:has(div > .no-title) > div.table-element > div:nth-child(1) {
    display: none;
}

.table-element + div:has(div > .no-title) > div.table-element {
    grid-template-columns: auto;
    -ms-grid-columns: calc(100%);
}

#app .modal {
    display: block;
    position: static;
}

#app .label-text .required + svg.el-tooltip.tooltip-icon {
    transform: translateY(1px) translateX(15px);
}

.table-element + div:has(div > .no-title) > div.table-element > div:nth-child(1) {
    display: none;
}

.table-element + div:has(div > .no-title) > div.table-element {
    grid-template-columns: auto;
    -ms-grid-columns: calc(100%);
}
.table-container_scrollable-horizontally.table-container {
    max-width: 1250px;
}
#app p {
    text-align: initial;
}
#app .drawer.drawer_right {
    z-index: 1000;
}
#app .drawer.drawer_left {
    z-index: 1000;
}
#app .drawer.drawer_bottom {
    z-index: 1000;
}
#app .drawer.drawer_top {
    z-index: 1000;
}
#app .simple-table .cell p.custom-hint-text {
    display: block;
    padding: initial;
    line-height: inherit;
}

/*#app input[type="text"].el-input__inner {
    min-width: 30%;
    width: 90%;
    max-width: 305px;
}*/

#app .isrequired {
    display: flex;
    flex-direction:row;
    align-items:flex-start;
}
#app .table-element .clear-block {
    display: flex;
    flex-direction: row;
}

#app .table-element .input-block .clear-block .clear-input {
    cursor: pointer;
    color: #515151;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
}