@charset "UTF-8";

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "microsoft yahei", "Segoe UI", Arial, helvetica, sans-serif, SimSun;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.content-page {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto hidden;
}

.content-toolbar {
    margin: 20px 20px 0 20px;
}

.content-toolbar-rpt {
    margin-top: 0;
}

.content-toolbar-rpt .flexi-label {
    margin: 0 5px 0 0;
    align-items: center;
    width: 7rem;
    justify-content: flex-end;
}

.content-toolbar-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.toolbar-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.toolbar-item > div {
    margin-right: 10px;
}

#toolbar-btn .btn-group .item span.y-btn {
    margin-right: 0;
}

.content-table {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: hidden;
}

.content-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    height: calc(100% - 56px)!important;
}

.content-hide {
    display: none !important;
}

.btn-group .y-btn {
    height: 34px !important;
    line-height: 34px !important;
}

.content-toolbar-rpt .changeList {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.content-toolbar-rpt .changeList > i {
    color: var(--buttonBdColor) !important;
    margin-right: 10px !important;
    font-size: 23px !important;
}

.content-toolbar-rpt .changeList > i.active {
    color: var(--themeHoverColor) !important;
}

.mg-0 {
    margin: 0;
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-width-height {
    width: 100%;
    height: 100%;
}

.ttx_company_tree{
    height:200px;
    border:1px solid Silver;
    overflow:auto;
    position: absolute;
    display:none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/*
.btn-group .item{
    margin: 0 9px 0 0!important
}*/
