﻿body{
	padding-right: 0px !important;
}
.modal-open {
    overflow: auto;
}
#mainnav-menu li{
	margin-top:2px;
}
#mainnav-menu>.active-sub>a, #mainnav-menu>.active-sub>a:hover {
    color: #fff;
    background: linear-gradient(to bottom, #2c55eb, #956af5) !important;
    margin: 0px 5px;
    border-radius: 5px;
}
#mainnav-menu>li>a:hover, #mainnav-menu>li>a:active {
    color: #fff !important;
    background-color: #3860f4;
    border-radius: 5px;
    background: linear-gradient(to bottom, #2c55eb, #956af5) !important;
    margin: 0px 5px;
}
#mainnav-menu a {
    display: block;
    color: #0a1633;
    padding: 0px 13px;
	margin: 0px 5px;
	height: 47px;
}
#mainnav-menu i {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}
#mainnav-menu i img{
	height:24px;
}
.mainnav-sm #mainnav-menu i img{
	height:24px;
	margin-top: 6px;
}
#mainnav-menu a span {
    position: relative;
    top: 8px;
}
#mainnav li .arrow {
    float: right;
    line-height: 1.15;
    padding-right: 0;
    position: relative;
    top: 2px !important;
}
#mainnav-menu>li>ul>li>a {
    background: rgb(0 170 255 / 5%);
    border-radius: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mainnav-menu>li>ul>li>a>i.arrow {
	margin-top: 6px !important;
}
.dashbord-rightcard{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.dashbord-rightcard-head{
	margin-bottom:0px;
}
.dashbord-rightcard-head-title{
	border-left: 3px solid #3860f4;
    padding-left: 15px;
    font-size: 14px;
    color: #0a1633;
}
.dashbord-rightcard-content-button-01{
	float:left;
	margin: 10px;
}
.dashbord-rightcard-content-button-01-img img{
	border-radius: 5px;
    width: 72px;
    padding: 10px;
	transition: all .3s cubic-bezier(.06, 1.2, .8, 1.1);
}
.dashbord-rightcard-content-button-01-img-bg-blue
{
	background:#edf7ff;
}
.dashbord-rightcard-content-button-01-img-bg-purple
{
	background:#f5edff;
}
.dashbord-rightcard-content-button-01-img-bg-red
{
	background:#fff2f0;
}
.dashbord-rightcard-content-button-01-img-bg-green
{
	background:#e7fffe;
}
.dashbord-rightcard-content-button-01-img-bg-orange
{
	background:#fff8ef;
}
.dashbord-rightcard-content-button-01-text{
	margin-top: 10px;
    font-size: 14px;
	color: #0a1633;
}
.dashbord-rightcard-content-button-01:hover .dashbord-rightcard-content-button-01-text{
	color:#3860f4;
}
.dashbord-rightcard-content-button-01:hover .dashbord-rightcard-content-button-01-img img{
	padding: 8px;
}
#mainnav-menu .schedule-link a:hover{
	display: block;
    color: #0a1633;
	border-radius:0px;
	margin: 0;
    padding: 0 18px;
}
.bg-primary{
	border-color: #5f87f8 !important;
    color: #fff;
	background: linear-gradient(135deg, #5f87f8, #3860f4);
}
.ai-icon{
	background: #ad24db;
	color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border-radius: 5px;
}
.active .ai-icon{
	/*background: #fff;
    color: #245bdb;
    border: 0;*/
}

form .panel-btn{
	text-align:right;
}
.power-box .power-role{
	display: block;
    min-height: 100px;
    border: dashed 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.power-box .power-item{
	display: inline-block;
    background: rgb(5 30 80 / 4%);
    border-radius: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 15px;
	margin-right: 15px;
	cursor: default;
}
.power-box .power-img{
	display: inline-block;
}
.power-box .power-img img{
	height:24px;
}
.power-box .power-name{
	display: inline-block;
    line-height: 24px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.power-box .power-btn{
	display: inline-block;
}
.power-box .power-btn-del{
	color: #f44336;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 0px;
	display: inline-block;
    text-align: center;
    width: 24px;
}
.power-box .power-btn-del:hover{
	font-size: 16px;
}
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #3860f4 !important;
}
.card-views
{
	white-space:break-spaces !important;
}
.des{
	border: none;
    padding: 5px 0px 5px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.des:before
{
	left:0px !important;
}
.open>.dropdown-toggle.btn-primary,  .btn-primary:active{
	background-color: #3860f4 !important;
}
.modal-header .modal-title-icon{
	border-left: solid 2px #3370ff;
    padding-left: 8px;
    margin-right: 10px;
}
.help-icon{
	margin-right: 5px;
    margin-top: -2px;
}
.relative-top-2{
	position:relative;
	top: 2px;
}
.Event-container blockquote {
    text-indent: 0;
    padding-left: 40px;
    line-height: 22px;
}
.bg-my{
	background:#f4f9ff;
}
.dashbord-link{
	margin-top: 0px !important;
    background: #3860f4;
}
#mainnav-menu .dashbord-link a{
	padding: 6px 16px !important;
    height: 42px !important;
	background: #3860f4 !important;
    margin: 0px !important;
    border-radius: 0px !important;
}
.dashbord-link i{
	padding: 0px !important;
    margin-top: 0px !important;
}
.dashbord-link img{
	height:28px !important;
}
.modal-dialog{
	box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.3);
}
.dropdown.open>.dropdown-toggle, .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 1px rgb(0 53 255 / 60%) !important;
}
.table-striped .chat-data-box{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-striped .file-ext .ext-icon{
	height: 48px;
}
.flex-box{
	display: flex;
    align-items: center;
}
.flex-box-end{
	display: flex;
    align-items: end;
}
.tips-box{
	padding: 12px 16px;
	background-color: #f4f7ff;
    display: flex;
	align-items: flex-start;
}
.tips-box .tips-conten{
	line-height: 22px;
}
.tips-box .tips-icon i{
	font-size: 18px;
    color: #1664ff;
    margin-right: 10px;
}
.tips-box .tips-conten .tips-conten-detail{
	color: #0c0d0e;
}
.tips-box .tips-conten .tips-conten-mark{
	color:#737a87;
}
.multiline-placeholder::placeholder {
	line-height: 13px; /* 通过line-height控制placeholder行距 */
	vertical-align: top; /* 可选：调整垂直对齐方式 */
}
.analyse-box{
	margin-top:10px;
}
.analyse_title{
	background-color: #fff9f3;
    border-left: 2px solid #ffa400 !important;
    padding: 10px 0px 10px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #42464e;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}
.analyse_content{
	margin-top: 12px;
    margin-bottom: 30px;
    padding: 12px 16px;
    border: 1px solid;
    border-radius: 8px;
    background-color: #fbfdff;
    border-color: #eaedf1;
}
.analyse_content_2{
	margin-top: 12px;
    margin-bottom: 30px;
    padding: 20px 16px;
    border: 1px solid;
    border-radius: 8px;
    background-color: #f0f2ff;
    border-color: #eaedf1;
	color:#333;
}
.analyse_p_title{
	padding: 35px;
	margin-bottom: 12px;
    margin-top: 12px;
    color: #42464e;
    font-size: 14px;
    line-height: 1.8;
    word-wrap: break-word;
	background: rgb(219 236 255 / 30%);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
	align-items: flex-start !important;
	min-height:42px;
}
.analyse_p_title:before{
	content: "\2022";
	box-sizing: border-box;
    color: #3370ff;
    display: inline-block;
    margin-left: -20px;
    margin-right: 20px;
    position: absolute;
    text-align: right;
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    width: 0;
}
.analyse_p{
	margin-bottom: 8px;
    margin-top: 8px;
    color: #42464e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    word-wrap: break-word;
	text-indent: 28px;
}
.sk-cube-grid{
	display: none;
	height: 12px !important;
	width: 12px !important;
	margin:0px !important;
	margin-left: 10px !important;
}
.nav-tabs li.active .sk-cube-grid .sk-cube{
	background-color: rgb(255 255 255 / 60%) !important;
}
.nav-tabs .sk-cube-grid .sk-cube{
	background-color: rgb(56 96 244 / 60%) !important;
}
.tab-base .nav-tabs>li:not(.active)>a:hover .sk-cube-grid .sk-cube{
	background-color: rgb(255 255 255 / 60%) !important;
}
.sk-cube-grid .sk-cube{
	background-color: #3860f4 !important;
}
.tab-panel{
	overflow:hidden;
	padding: 5px;
}
.no_data{
	display: flex;
    align-items: baseline;
    justify-content: center;
	padding:20px;
	background:#fcfcfc;
	text-align:center;
}
.no_data .is-run{
	display:none;
	padding: 20px;
    text-align: center;
}
.no_data .no-run{
	display:none;
	padding: 20px;
    text-align: center;
}
.no_data .sk-cube-grid{
	float:right;
	margin-top: 1px;
}
.btn-label-star img{
	height:24px;
	margin-left: 5px;
}
.loading-gif{
	max-height:300px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu
{
	max-height:250px;
}
.sort-box
{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sort-box a
{
	font-size: 16px;
    color: #3860f4;
}
.sort-box div
{
	display: flex;
    flex-direction: row;
    gap: 10px;
}
.card-view-value .sort-box
{
	display: inherit;
}
.label-table{
	max-width: fit-content;
	padding: 5px 8px;
}
.fc-day-grid-event .fc-time 
{
	margin-right:0px;
}
.fc-day-grid-event>.fc-content {
    text-overflow: ellipsis;
}
.target-item
{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
table thead th.ai-th {
	background: linear-gradient(220deg, #5f87f8, #1472ff) !important;
}
table thead th.year-th {
    background-color: #ab64a7 !important;
}
table thead th.quarter-th {
    background-color: #5c64bd !important;
}
table thead th.month-th {
	background-color: #6e7393 !important;
}
.no-before:before
{
	display:none !important;
}
#container .detail-view .table th{
	background: #847fd0;
}
#container .detail-view .table>tbody tr:hover
{
	background-color: #f9f6ff;
}
#container .detail-view{
	background: #edf1ff;
}
table .detail-icon .psi-add{
	color:#3860f4;
}
table .detail-icon .psi-remove{
	color:#000;
}
.row-expand-all{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 30 30" width="14px" height="14px"><path d="M 4 2 C 2.9069372 2 2 2.9069372 2 4 L 2 10 C 2 11.093063 2.9069372 12 4 12 L 26 12 C 27.093063 12 28 11.093063 28 10 L 28 4 C 28 2.9069372 27.093063 2 26 2 L 4 2 z M 4 4 L 26 4 L 26 10 L 4 10 L 4 4 z M 15 6 A 1 1 0 0 0 14 7 A 1 1 0 0 0 15 8 A 1 1 0 0 0 16 7 A 1 1 0 0 0 15 6 z M 3 14 A 1 1 0 0 0 2 15 A 1 1 0 0 0 3 16 A 1 1 0 0 0 4 15 A 1 1 0 0 0 3 14 z M 15 14 A 1 1 0 0 0 14 15 A 1 1 0 0 0 15 16 A 1 1 0 0 0 16 15 A 1 1 0 0 0 15 14 z M 27 14 A 1 1 0 0 0 26 15 A 1 1 0 0 0 27 16 A 1 1 0 0 0 28 15 A 1 1 0 0 0 27 14 z M 3 18 A 1 1 0 0 0 2 19 A 1 1 0 0 0 3 20 A 1 1 0 0 0 4 19 A 1 1 0 0 0 3 18 z M 7 18 A 1 1 0 0 0 6 19 A 1 1 0 0 0 7 20 A 1 1 0 0 0 8 19 A 1 1 0 0 0 7 18 z M 11 18 A 1 1 0 0 0 10 19 A 1 1 0 0 0 11 20 A 1 1 0 0 0 12 19 A 1 1 0 0 0 11 18 z M 15 18 A 1 1 0 0 0 14 19 A 1 1 0 0 0 15 20 A 1 1 0 0 0 16 19 A 1 1 0 0 0 15 18 z M 19 18 A 1 1 0 0 0 18 19 A 1 1 0 0 0 19 20 A 1 1 0 0 0 20 19 A 1 1 0 0 0 19 18 z M 23 18 A 1 1 0 0 0 22 19 A 1 1 0 0 0 23 20 A 1 1 0 0 0 24 19 A 1 1 0 0 0 23 18 z M 27 18 A 1 1 0 0 0 26 19 A 1 1 0 0 0 27 20 A 1 1 0 0 0 28 19 A 1 1 0 0 0 27 18 z M 3 22 A 1 1 0 0 0 2 23 A 1 1 0 0 0 3 24 A 1 1 0 0 0 4 23 A 1 1 0 0 0 3 22 z M 15 22 A 1 1 0 0 0 14 23 A 1 1 0 0 0 15 24 A 1 1 0 0 0 16 23 A 1 1 0 0 0 15 22 z M 27 22 A 1 1 0 0 0 26 23 A 1 1 0 0 0 27 24 A 1 1 0 0 0 28 23 A 1 1 0 0 0 27 22 z M 3 26 A 1 1 0 0 0 2 27 A 1 1 0 0 0 3 28 A 1 1 0 0 0 4 27 A 1 1 0 0 0 3 26 z M 7 26 A 1 1 0 0 0 6 27 A 1 1 0 0 0 7 28 A 1 1 0 0 0 8 27 A 1 1 0 0 0 7 26 z M 11 26 A 1 1 0 0 0 10 27 A 1 1 0 0 0 11 28 A 1 1 0 0 0 12 27 A 1 1 0 0 0 11 26 z M 15 26 A 1 1 0 0 0 14 27 A 1 1 0 0 0 15 28 A 1 1 0 0 0 16 27 A 1 1 0 0 0 15 26 z M 19 26 A 1 1 0 0 0 18 27 A 1 1 0 0 0 19 28 A 1 1 0 0 0 20 27 A 1 1 0 0 0 19 26 z M 23 26 A 1 1 0 0 0 22 27 A 1 1 0 0 0 23 28 A 1 1 0 0 0 24 27 A 1 1 0 0 0 23 26 z M 27 26 A 1 1 0 0 0 26 27 A 1 1 0 0 0 27 28 A 1 1 0 0 0 28 27 A 1 1 0 0 0 27 26 z"/></svg>');
	width: 14px;
    height: 14px;
	top: 4px;
	position:relative;
}
.bootstrap-table .btn-group .icon-list-alt
{
	top: 4px;
}
.popover-content
{
	word-break: break-all;
}
#container .template-modal .table-hover>tbody>tr:hover .btn-link,#container .template-modal .table-hover>tbody>tr:hover .text-primary
{
	color:#fff !important;
}

/* 兼容性处理：针对Webkit内核浏览器 */
.multiline-placeholder::-webkit-input-placeholder {
	line-height: 13px;
	vertical-align: top;
}
@media (min-width: 768px) {
    .fixed-fluid>.fixed-sm-180 {
        width: 200px;
        border-radius: 0px;
    }
}
@media (max-width: 768px){
	#show-schedule-modal .modal-footer .btn
	{
		margin-right:0 !important;
	}
	.dashbord-pad-right-0{
		padding: 0px !important;
		margin-right: 0px !important;
	}
	.ds-card-box-1{
		padding: 10px !important;
	}
	.panel-body {
		padding: 10px;
	}
	.welcome-bt{display:none;}
}

/* 兼容性处理：HBuilder 5+ 环境 */
.env-hbuilder #content-container
{
	padding-top:0px !important;
}