
#components-layout-demo-basic {
  text-align: center;
  height: 100%;
}
#components-layout-demo-basic .ant-layout-header,
#components-layout-demo-basic .ant-layout-footer {
  background: #7dbcea;
  color: #fff;
}
#components-layout-demo-basic .ant-layout-footer {
  line-height: 1.5;
}
#components-layout-demo-basic .ant-layout-sider {
  background: #3ba0e9;
  color: #fff;
  line-height: 20px;
}
#components-layout-demo-basic .ant-layout-content {
  background: rgb(255, 255, 255);
  color: rgb(252, 250, 250);
  min-height: 120px;
  line-height: 120px;
}
#components-layout-demo-basic > .ant-layout {
  margin-bottom: 48px;
}
#components-layout-demo-basic > .ant-layout:last-child {
  margin: 0;
}
.titleTable {
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 150px;
  background-color: #1890ff;
  color: #ffffff;
  font-size: xx-large;
}
.btnSelect {
  border-bottom: 3px solid #ff2704;
}
.btnNoSelect {
  color: #333131;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #333131;
  border-bottom: 3px solid #ff2704;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #1890ff;
}

