﻿.SearchIco {
    margin-left: 0px;
    padding-left: 15px !important;
}

#app div-hidden__main * {
    all: revert;
}

#app .warning {
    color: initial;
}

#app {
    font-size: 14px;
    line-height: 21px;
}

    #app .required {
        border: 0;
    }

#wrapper .master_open_content {
    font-family: "SBSansInterfaceRegular", sans-serif;
}

.master_open_content .container > h2 {
    display: none;
}

html, body {
    padding: 0;
    font-size: 14px;
    font-family: "SBSansInterfaceRegular", sans-serif;
    overflow-x: visible !important;
}

body {
    color: black;
    font-family: "SBSansInterfaceRegular", sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    min-height: 100%;
    z-index: 0;
    background: white;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.navSubmenu img {
    max-width: 100%;
    display: inline !important;
}

#app .modal {
    height: inherit !important;
    display: block;
}

#app p {
    padding: inherit !important;
    font-family: "SBSansInterfaceRegular", sans-serif;
}

#app .modal-body .el-table .cell {
    font-size: 12px;
    color: black;
    word-break: break-word;
}

#app .table-element .label-text {
    position: inherit !important;
    font-size: inherit !important;
    text-align: inherit !important;
}

#app .table-element .text-default {
    font-size: inherit !important;
    color: inherit !important;
    margin-right: inherit !important;
}

#app .el-table th.el-table__cell > .cell {
    display: inherit !important;
    box-sizing: inherit !important;
    position: inherit !important;
    vertical-align: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    width: inherit !important;
}

#app .el-table__cell > .cell {
    word-break: inherit !important;
}

#app .el-table .cell {
    box-sizing: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
    white-space: inherit !important;
    word-break: inherit !important;
    line-height: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
}

#app .el-table th.el-table__cell > .cell {
    display: inherit !important;
    -webkit-box-sizing: inherit !important;
    position: inherit !important;
    vertical-align: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    width: inherit !important;
}

#app .el-table__cell > .cell {
    word-break: inherit !important;
}

#app .el-table .cell {
    -webkit-box-sizing: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
    white-space: inherit !important;
    word-break: inherit !important;
    line-height: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
}

#app .table-el .table-element {
    display: grid !important;
}

#app .el-tooltip.input-block__wrapper.item {
    height: 100% !important;
}

#app .el-tooltip.input-block__wrapper.item .search-icon {
    height: unset;
}

#app span.el-tag.el-tag--info.el-tag--small.el-tag--light {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#app .el-select__tags {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 217px;
    -ms-grid-columns: 217px;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

td input + img {
    display: inline;
}

img {
    max-width: inherit;
}