
.page-tab {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 38px;
  background-color: white;
  border-bottom: solid 2px #536d84;
}
.page-tab .toLeft,.page-tab .toRight{
  width: 22px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #999;
  cursor: pointer;
}

.page-tab .dropdown button{
  border:none;
  border-radius: 0!important;
  padding: 7px 10px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.page-tab .dropdown-menu{
  min-width: 100px;
  left: -46px;
}
.page-tabcontain{
  overflow: hidden;
  width: calc(100% - 220px);
  height: 100%;
  float: left;
  position: relative;
}
.page-tab-box{
  position: absolute;
  list-style-type: none;
  padding: 0px;
  margin:0px;
  height: 100%;
  float: left;
}
.page-tab-box li {
  height: 100%;
  float: left;
}
.page-tab-box li button{
  border:none;
  border-radius: 0!important;
  padding: 8px 10px;
  border-right: 1px solid #eee;
  background: #FAFAFA;
}
.page-tab-box li a{
  color: black;
}
.page-tab-box li a i{
  color: #afaaaa;
}
.page-tab-box .active i{
  color: white;
}
.page-tab-box .btn-default.active {
  outline: none;
  color: #fff;
  background-color: #4CB3D5;
  border:none;
}
.page-tab-box .btn-default.active a{
  color: white;
}

.searchBox{
  height:50px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eef1f5;
}
.searchBox .form-group{
  margin-right: 10px;
}














