@charset "UTF-8";
/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 minxin-themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-mdlayout {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  background-color: white; }

.u-mdlayout-master {
  float: left;
  height: 100%;
  width: 200px;
  border-right: 1px solid #dddddd;
  background: none repeat scroll 0 0 #f7f7f7;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -moz-background-clip: padding-box;
  z-index: 5;
  transition: all 300ms;
  box-sizing: border-box;
  overflow: auto; }
  .u-mdlayout-master.u-mdlayout-page {
    background-color: #F2F2F2; }

.u-mdlayout-master .u-mdlayout-page-section {
  width: 199px; }

.u-mdlayout-detail {
  height: 100%;
  width: 100%;
  background: #F2F9FA;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box; }

.u-mdlayout-page {
  position: absolute;
  background-color: #F2F9FA;
  height: 100%;
  width: 100%;
  transition: all 300ms;
  display: none;
  z-index: -1; }
  .u-mdlayout-page.let-ie9 {
    display: none; }
  .u-mdlayout-page.current {
    display: block;
    z-index: 0; }
  .u-mdlayout-page.current.let-ie9 {
    display: block; }

.u-mdlayout-page-header {
  height: 3rem;
  height: 48px \9;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  position: relative;
  box-sizing: border-box; }

.u-mdlayout-page-header label {
  line-height: 3rem;
  line-height: 48px \9;
  width: 100%;
  text-align: center;
  display: inline-block; }

.u-mdlayout-page-section {
  background: #fff;
  padding: 0px;
  top: 3rem;
  top: 48px \9;
  position: absolute;
  left: 0;
  bottom: 3rem;
  bottom: 48px \9;
  overflow: auto;
  height: auto;
  width: 100%; }

.u-mdlayout-page-footer {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3rem;
  height: 48px \9;
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #fff; }

.u-mdlayout-page-section table {
  background: #fff; }

.u-mdlayout-header-func {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  font-size: 1rem; }

.u-mdlayout-header-func span:hover {
  cursor: pointer;
  background-color: #EAEAEA; }

.u-mdlayout-header-func span {
  padding: 0.25rem 0.5rem;
  display: none;
  position: absolute; }
