/* ==================================================================
* Copyright (c) 2021,Suzhou Tiantian Supply Chain Technology Co., Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the
* distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Suzhou Tiantian Supply Chain Technology Co., Ltd Group. and
* its contributors.
* 4. Neither the name of the Group nor the names of its contributors may
* be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY Suzhou Tiantian Supply Chain Technology Co., Ltd
* ===================================================================
* @Description: 天天科技专属样式【颜色类】
* @FileName: ttscm_color.css 
* @Author: TTSCM-GEEKT 
* @Date: 2021-04-01 18:29:17
*/

/*
 * @description: logo样式
 * @author: TTSCM-GEEKT 
*/
.avue-logo {
    background-color: #001529;
    color: #fff;
}
.avue-sidebar{
    background-color: #001529;
}
.avue-sidebar > .scrollWrap > .el-scrollbar__wrap > .el-scrollbar__view > .el-menu > .menu-wrapper > .is-opened > .el-menu.el-menu--inline{
	background-color: #222e33!important;
}
.avue-sidebar > .scrollWrap > .el-scrollbar__wrap > .el-scrollbar__view > .el-menu > .menu-wrapper > .is-opened > .el-menu.el-menu--inline >.el-menu-item.is-active{
	background-color: #0050b3 ;
	color: #DDDFE0!important;
}
.avue-sidebar .el-submenu__title span, .avue-sidebar .el-submenu__title i {
    color: #DDDFE0!important;
}
.avue-sidebar .el-submenu .el-menu-item.is-active span, .avue-sidebar .el-submenu .el-menu-item.is-active i{
	color: #DDDFE0!important;
}
.avue-sidebar .el-submenu .el-menu-item span, .avue-sidebar .el-submenu .el-menu-item i {
    color: #DDDFE0!important;
}
.avue-sidebar .el-menu-item.is-active::before{
	background: #003a8c !important;
}
.avue-tags {
	background: none;
}
.avue-header {
	background: #ffffff;
}
.avue-contail{
	background: #E9EDF6;
}

.moreBtn{
    background-color: #E9EDF6!important;
    color: #3F3F3F!important;
    border-color: #E9EDF6!important;
}
/* 左侧菜单触发状态为#2386EE */
.avue-sidebar .el-menu-item.is-active {
	background: #2386EE !important;
    background-color: #2386EE!important;
}
.avue-sidebar .el-menu-item.is-active span, .avue-sidebar .el-menu-item.is-active i {
	color: #FFFFFF!important;
}