/*
 fixed-layout 固定头部和边栏布局
*/
html,
body {
  height: 100%;
}

ul {
  margin-top: 0;
}

.admin-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.admin-header-list a:hover :after {
  content: none;
}

.admin-main {
  position: relative;
  padding-top: 51px;
}

.admin-menu {
  position: fixed;
  z-index: 10;
  bottom: 55px;
  right: 20px;
}

.admin-sidebar {
  width: 260px;
  min-height: 100%;
  float: left;
  margin-top: 50px;
  border-right: 20px solid #ececec;
}
.admin-sidebar>div{
  height: 100%;
  padding: 0 10px;
}
.admin-sidebar.am-active {
  z-index: 1600;
}

.admin-sidebar-list {
  margin-bottom: 0;
}

.admin-sidebar-list li a {
  color: #5c5c5c;
  padding-left: 5px;
}

.admin-sidebar-list li:first-child {
  border-top: none;
}

.admin-sidebar-sub {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 16px 8px -15px #e2e2e2 inset;
  background: #dedede;
  padding-left: 24px;
  margin-left: -10px;
}
.admin-sidebar-sub>li{
  margin-left: 10px;
}
.admin-sidebar-sub li:first-child {
  border-top: 1px solid #dedede;
}

.admin-sidebar-panel {
  margin: 10px;
}

.admin-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.admin-content,
.admin-sidebar {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.admin-content-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 50px;
}

.table-check {
  width: 30px;
}

.table-id {
  width: 50px;
}

#footer{
	z-index: 20000000;
    position: fixed;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #0663A2;
    bottom: 5px;
    width: 100%;
    background: #fff;
}
@media only screen and (min-width: 641px) {
  .admin-sidebar {
    display: block;
    background: none;
  }

  .admin-offcanvas-bar {
    position: static;
    width: auto;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: visible;
    min-height: 100%;
  }
  .admin-offcanvas-bar:after {
    content: none;
  }
}

@media only screen and (max-width: 640px) {
  .admin-sidebar {
    width: inherit;
  }

  .admin-offcanvas-bar {
    background: #fff;
  }

  .admin-offcanvas-bar:after {
    background: #BABABA;
  }

  .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background: #E4E4E4;
  }

  #openClose.close{
  	margin: 0 -10px 0 0!important;
  	width: 0px!important;
  }
  #footer{
  	display:none;
  }
  .admin-content-body .zjBoxBottom{
  	padding-left: 0;
  }
  .loginMBox .bgBox .loginBox{
  	right:0;
  }
}

/* #left,#right,#openClose {float:left;} */ 
#openClose {float: left;width:10px;margin:0 1px;cursor:pointer;}
#openClose,#openClose.close {background:#efefef url("../images/openclose.png") no-repeat -29px center;}
#openClose.close {width:10px;background-position:2px center;opacity:0.5;filter:alpha(opacity=50);margin:0 1px 0 195px;}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
