
/*  bootstrap  */
.navbar-inverse {
    background-color: #fff;
    border-color: #05304B;
    height: 66px;
}
.container-fluid {
	padding:0px !important;
}
.container-fluid  .navbar-header{
	width: 256px;
	height: 66px;
    background: #3A3C5F;
    transition: all .5s;
}
.container-fluid .navbar-container {
	width: calc(100% - 256px);
	height: 66px;
    margin-left: 256px;
    background: #3A3C5F;
 /*    border-bottom: 1px solid #E8E8E8; */
    transition: all .5s;
}
.container-fluid .navbar-container.shrink {
	width: calc(100% - 80px) !important;
    margin-left: 80px;
	height: 66px;
}
.navbar-brand {
	margin-left:40px !important;
	margin-top:20px !important;
	padding:0px !important;
}

.navbar-default {
    background-color: #2C73C5;
    border-color: #2C73C5;
}
#menu-log {
    width: 270px;
    background-color: #2C73C5;
    text-align: left;
    padding-left: 30px;
    border-top: 2px solid #042C46;
}
.menu_tab_scroll {
    padding-left: 256px;
}
.menu_tab_scroll .left {
    left: 256px;
}
.tab0-left {
    top: 66px;
    width: 256px !important;
    background-color: #2C73C5;
}
#tree .list-group {
    width: 256px;
}
#tree .list-group .list-group-item {
    border: 0px solid #78909C;
    background-color:#2C73C5;
}
#tree .list-group .list-group-item:hover {
    background-color:rgb(3, 44, 65);
}
.tab0-right {
    top: 66px;
    width: calc(100% - 256px);
    padding: 0px !important;
    transition: all .5s;
}
.tab0-right.shrink {
    width: calc(100% - 80px) !important;
}
.tab0-right .tab-breadcrumb {
	 width:100%;
	 height:50px;
     font-size: 16px;
}
.tab0-right .tab-breadcrumb .breadcrumb{
	height: 100%;
	width:calc(100% - 80px);
    background-color: #fff;
    font-size: 16px;
    margin-left:80px;
    border:0px solid ;
    padding:15px 0px;
}
#menu-content {
	height: calc(100% - 50px);
	padding: 10px;
    background-color: #f0f2f5;
}
#menu-content .tab-pane {
	background-color: #fff;
	padding: 10px;
	overflow: auto;
}
#menu-content .rootTop {
	height: 40px;
}
.btn-primary {
    background-color: #00A0E9;
    border-color: #00A0E9;
}

.btn-group > .btn:first-child{
    border-radius: 5px 0 0 5px;
}

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
    background-color: #00A0E9;
    border-color: #00A0E9;
}
.btn-group > .btn:last-child:not(:first-child){
    border-radius: 0 5px 5px 0;
}
.menu_tab_scroll .menu_tab_scroll_content{
    background-color: #F0F2F5;
}

.menu_tab_scroll>span {
    color: #D3D3D3 !important;
    background-color: #F0F2F5 !important;
}


.table > thead:first-child > tr:first-child > th {
    /*height: 54px;*/
    /*padding: 18px;*/
    height: 40px;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 5px 0 0 5px !important;
}

.groupInfo .btn-group > .btn-group:last-child > .btn {
    border-radius: 0 5px 5px 0 !important;
}

/* JQgrid */

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    height: 54px;
    padding-top: 20px;
}

/* 滚动条**/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #CFD8DC;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #f0f2f5;
  background-color:#f0f2f5;
}

.tab0-left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.tab0-left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #2C73C5;
}
.tab0-left::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #2C73C5;
  background-color:#2C73C5;
}


/*  vue menu */

.menu-content {
    width: 258px;
    top: 66px;
    position: absolute;
    overflow: auto;
    height: calc(100% - 66px);
    background-color: #202848;
    transition: all 0.5s;
}

.el-submenu__title {
    height: 50px !important;
    line-height: 50px !important;
}
.el-menu-item {
    box-sizing: border-box;
    border-left: 2px solid transparent;
}
.el-menu-item:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.el-submenu__title:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.el-menu-item.is-active {
    border-left: 2px solid #ffffff !important;
/*     background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.15) 0px,
            rgba(255, 255, 255, 0)
    ) !important; */
     background: #409EFF!important;
    color: #fff !important;
}
.el-menu-item.is-active .menu-icon {
    color: #ffffff !important;
}
.menu-icon {
    color: #ffffffa6 !important;
    padding: 0 10px;
}
.el-submenu__title i {
    color: #ffffffa6 !important;
}
.el-submenu {
   /*  padding-left: 2px !important; */
}

.el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    padding-left: 30px !important;
}

.shrink {
    width: 80px !important;
    transition: all 0.5s
}

.shrink-button {
    width: 80px;
    height: 50px;
    float: left;
    padding: 11px 24px;
}
.shrink-button:hover {
    color: #00A0E9;
    border-color: #b3e3f8;
/*     background-color: #e6f6fd; */
}
.header-container-button2 {
    border-width: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    font-size: 23px;
    outline: none;
    background:#FFF;
}
.shrinkMenu {
    /*padding-left: 8px;*/
    /*    >>> .el-menu-item {*/
    /*      text-align: center;*/
    /*    }*/
    /*    >>> .el-submenu__title {*/
    /*        text-align:center;*/
    /*    }*/
    /*    >>> .menu-icon {*/
    /*        padding:0;*/
    /*        !*text-align center*!*/
    /*    }*/
}
.el-menu--collapse {
    width: auto;
}
.el-menu {
    border-right: none !important;
}
.el-menu--vertical{
	max-height:300px!important;
	overflow:auto;
}
.el-menu--vertical .el-menu--popup-right-start {
	margin-right:0px!important;
}
.navbar-right {
	margin-right: 0px!important;
    width: 150px;
    height: 66px;
    padding: 12px 10px;
}


