* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
}
em{
    font-style:normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
button {
    background: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #ccc;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
html {
  font-size: 14px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
a {
    color: var(--el-color-primary);
    cursor: pointer;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #DCDCDC;
    -webkit-border-radius: 4px;
    outline-offset: -2px;
}
::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #DCDCDC;
    -webkit-border-radius: 4px;
}
html, body, #app {
    height: 100%;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
:root {
    --el-menu-level-padding: 30px;
}
.el-table {
    --el-table-header-bg-color: #f5f7fa !important;
}
.el-form-item__label{
    width:var(--dw,120px) !important;
}
.el-form:not(.el-form--inline) {
    /*padding-left: 18px;*/
    padding-right: 18px;
}
.el-form {
    padding-top: 18px;
}
.el-upload-list__item-file-name{
    line-height:1;
}
.el-input-number .el-input__inner {
    text-align: left;
}
.el-input-number.is-controls-right .el-input__wrapper{
    padding-left:11px;
}
.postionRight {
    float: right;
    margin-right: 6px !important;
}
.app-table-list{
    display:flex;
    flex-direction:column;
}
.pagination-wrap {
    display: flex;
    justify-content: end;
    padding:4px 0;
}
.el-dialog.is-fullscreen {
    display: flex;
    flex-direction: column;
}
.el-overlay-dialog{
    display:flex;
    flex-direction:column;
}
.el-dialog {
    padding-left: 0;
    padding-right: 0;
    /*padding-bottom: 0;*/
    margin: auto !important;
}
.el-dialog__body {
    flex: 1;
    width: 100%;
    overflow: auto;
}
.dialog-percent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dialog-percent {
    width: var(--dialogw) !important;
    /*max-width: 900px;*/
    height: var(--dialogh) !important;
    /*max-height: 600px;*/
    margin: auto !important;
    top: 0 !important;
}
.dialog-full {
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    margin: 10px 0 0 10px !important;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.el-dialog.is-fullscreen .el-dialog__body {
    flex: 1;
    overflow: auto;
}
.full-tabs {
    height: 100%;
}
.full-tabs .el-tabs__content{
    overflow:auto;
}
.full-tabs .el-tab-pane {
    height: 100%;
}
.el-form--inline .el-input {
    --el-input-width: 200px;
    max-width:200px;
}

.el-form--inline .el-select {
    --el-select-width: 200px;
}
.el-form--inline .el-input .el-select {
    --el-select-width: 80px;
}
.el-input-number{
    width:100%;
}
.top-menu .el-scrollbar__bar {
    display: none !important;
}
.el-form-item__content .el-date-editor{
    width:100%;
}
.el-form-item__content .el-cascader{
    width: 100%;
}
.top-content .el-tabs__nav .el-tabs__item:first-child .is-icon-close {
    display:none;
}