/* @media (min-width:768px) {

    #content-main {
        height: calc(100vh - 240px);
    }
}

#content-main {
    height: calc(100vh - 240px);
} */
.nav-line-bottom {
    border-bottom: 1px solid var(--falcon-border-color)
}
.bootstrap-table .edit-input{
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0;
}

.bootstrap-table .fixed-table-container .table td {
    vertical-align: middle;
    box-sizing: border-box;
    padding:0.4rem 0.4rem;
}
/** 表格树样式 **/
.bootstrap-tree-table .treetable-indent {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.bootstrap-tree-table .treetable-expander {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.bootstrap-tree-table .treetable-selected {
    background: #f5f5f5 !important;
}

.bootstrap-tree-table .treetable-table {
    border: 0 !important;
    margin-bottom: 0
}

.bootstrap-tree-table .treetable-table tbody {
    display: block;
    height: auto;
    overflow-y: auto;
}

.bootstrap-tree-table .treetable-table thead,
.treetable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bootstrap-tree-table .treetable-thead th {
    line-height: 24px;
    border: 0 !important;
    border-radius: 4px;
    border-left: 0px solid #e7eaec !important;
    border-bottom: 1px solid #ccc !important;
    text-align: left;
}

.bootstrap-tree-table .treetable-thead tr :first-child {
    border-left: 0 !important
}

.bootstrap-tree-table .treetable-tbody td {
    border: 0 !important;
    border-left: 0px solid #e7eaec !important;
    border-bottom: 1px solid #e7eaec !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-tree-table .treetable-tbody tr :first-child {
    border-left: 0 !important
}

.bootstrap-tree-table .treetable-bars .float-left,
.bootstrap-tree-table .treetable-bars .float-right {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bootstrap-tree-table .treetable-bars .float-left {
    float: left;
}

.bootstrap-tree-table .treetable-bars .float-right {
    float: right;
}

.bootstrap-tree-table .treetable-bars .columns li label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    max-width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    color: var(--falcon-dropdown-link-color);
}

.bootstrap-tree-table .table {
    border-bottom: 0px solid #e7eaec !important
}

.nowrap {
    white-space: nowrap !important
}
label.error {
	color: #e63757;
	font-size: 12px;
	z-index:99;
}

.input-group label.error {
	z-index:99;
	right: 42px
}

.input-group input.error + label.error + .input-group-addon>i {
	color: #e63757;
}

.input-group.date label.error {
	z-index:99;
	right: 3px
}

.Validform_error,input.error,textarea.error,select.error {
    border-color: #e63757;
    padding-right: calc(1.5em + 0.625rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.15625rem) center;
    background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem)
}

.Validform_wrong,.Validform_right,.Validform_warning {
	display: inline-block;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 25px
}

.i-checks label.error, .check-box label.error, .radio-box label.error {
	right: auto;
	width: 150px;
	left: 210px;
	top: 1px;
	max-width: none;
}

/* 自定义 tooltip 样式，确保邮箱地址不换行 */
.tooltip .tooltip-inner {
    max-width: 400px; /* 设置最大宽度 */
    text-align: left;
    font-size: 14px; /* 自适应字体大小 */
}

/* 确保邮箱地址在一行显示，过长时显示省略号 */
.tooltip .tooltip-inner br + span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
