/*
* @Author: weishour
* @Date:   2017-08-23 13:28:36
* @Last Modified by:   weishour
* @Last Modified time: 2018-06-29 18:06:17
*/
/**
 * =============================================================================
 * ************   Shadow 阴影   ************
 * =============================================================================
 */
.mdui-shadow-0 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mdui-shadow-1 {
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-2 {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-3 {
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-4 {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-5 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-6 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}
.mdui-shadow-7 {
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
}
.mdui-shadow-8 {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
.mdui-shadow-9 {
  -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
          box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
}
.mdui-shadow-10 {
  -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12);
          box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12);
}
.mdui-shadow-11 {
  -webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12);
          box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12);
}
.mdui-shadow-12 {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
}
.mdui-shadow-13 {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
}
.mdui-shadow-14 {
  -webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12);
          box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12);
}
.mdui-shadow-15 {
  -webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12);
          box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12);
}
.mdui-shadow-16 {
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
          box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
}
.mdui-shadow-17 {
  -webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12);
          box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12);
}
.mdui-shadow-18 {
  -webkit-box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12);
}
.mdui-shadow-19 {
  -webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12);
}
.mdui-shadow-20 {
  -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12);
          box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12);
}
.mdui-shadow-21 {
  -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12);
          box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12);
}
.mdui-shadow-22 {
  -webkit-box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12);
          box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12);
}
.mdui-shadow-23 {
  -webkit-box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12);
}
.mdui-shadow-24 {
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
}
/* 鼠标悬浮时加深阴影 */
.mdui-hoverable {
  -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
          transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);

  will-change: box-shadow;
}
.mdui-hoverable:hover,
.mdui-hoverable:focus {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

/**
 * =============================================================================
 * ************   Checkbox 复选框   ************
 * =============================================================================
 */
.mdui-checkbox {
  position: relative;
  display: inline-block;
  height: 36px;
  padding-left: 36px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mdui-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 透明的圆形，用于生成圆形阴影 */
.mdui-checkbox-icon {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-radius: 18px;
  -webkit-transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.mdui-checkbox-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.mdui-checkbox-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: rotateZ(37deg) scale(0);
          transform: rotateZ(37deg) scale(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
/* 选中状态的图标 */
.mdui-checkbox input[type="checkbox"]:checked + .mdui-checkbox-icon:after {
  background-color: #2894ff;
  border-color: #2894ff;
}
.mdui-checkbox input[type="checkbox"]:checked + .mdui-checkbox-icon:before {
  opacity: 1;
  -webkit-transform: rotateZ(37deg) scale(1);
          transform: rotateZ(37deg) scale(1);
}
/* 禁用状态的图标 */
.mdui-checkbox input[type="checkbox"]:disabled + .mdui-checkbox-icon:after {
  border-color: rgba(0, 0, 0, .26);
}
/* 禁用且选中状态 */
.mdui-checkbox input[type="checkbox"]:disabled:checked + .mdui-checkbox-icon:after {
  background-color: rgba(0, 0, 0, .26) !important;
  border-color: transparent !important;
}
/* 未选中、禁用时 按下的阴影 */
.mdui-checkbox:active input[type="checkbox"] + .mdui-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.mdui-checkbox:active input[type="checkbox"]:checked:not(:disabled) + .mdui-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px #2894ff3d;
          box-shadow: 0 0 0 15px #2894ff3d;
}

/*表格用checkbox*/
.nr-checkbox {
  position: relative;
  display: inline-block;
  top: -18px;
  padding-left: 36px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nr-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 透明的圆形，用于生成圆形阴影 */
.nr-checkbox-icon {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-radius: 18px;
  -webkit-transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.nr-checkbox-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.nr-checkbox-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: rotateZ(37deg) scale(0);
          transform: rotateZ(37deg) scale(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
/* 选中状态的图标 */
.nr-checkbox input[type="checkbox"]:checked + .nr-checkbox-icon:after {
  background-color: #2894ff;
  border-color: #2894ff;
}
.nr-checkbox input[type="checkbox"]:checked + .nr-checkbox-icon:before {
  opacity: 1;
  -webkit-transform: rotateZ(37deg) scale(1);
          transform: rotateZ(37deg) scale(1);
}
/* 禁用状态的图标 */
.nr-checkbox input[type="checkbox"]:disabled + .nr-checkbox-icon:after {
  border-color: rgba(0, 0, 0, .26);
}
/* 禁用且选中状态 */
.nr-checkbox input[type="checkbox"]:disabled:checked + .nr-checkbox-icon:after {
  background-color: rgba(0, 0, 0, .26) !important;
  border-color: transparent !important;
}
/* 未选中、禁用时 按下的阴影 */
.nr-checkbox:active input[type="checkbox"] + .nr-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.nr-checkbox:active input[type="checkbox"]:checked:not(:disabled) + .nr-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px #2894ff3d;
          box-shadow: 0 0 0 15px #2894ff3d;
}

/*表格用checkbox*/
.nrt-checkbox {
  position: relative;
  display: inline-block;
  top: -18px;
  padding-left: 14px;
  line-height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nrt-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 透明的圆形，用于生成圆形阴影 */
.nrt-checkbox-icon {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-radius: 16px;
  -webkit-transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.nrt-checkbox-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.2, 0, .1, 1);
          transition: all .3s cubic-bezier(.2, 0, .1, 1);
}
.nrt-checkbox-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.2, 0, .1, 1);
          transition: all .3s cubic-bezier(.2, 0, .1, 1);
  -webkit-transform: rotateZ(37deg) scale(0);
          transform: rotateZ(37deg) scale(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
/* 选中状态的图标 */
.nrt-checkbox input[type="checkbox"]:checked + .nrt-checkbox-icon:after {
  background-color: #2894ff;
  border-color: #2894ff;
}
.nrt-checkbox input[type="checkbox"]:checked + .nrt-checkbox-icon:before {
  opacity: 1;
  -webkit-transform: rotateZ(37deg) scale(1);
          transform: rotateZ(37deg) scale(1);
}
/* 禁用状态的图标 */
.nrt-checkbox input[type="checkbox"]:disabled + .nrt-checkbox-icon:after {
  border-color: rgba(0, 0, 0, .26);
}
/* 禁用且选中状态 */
.nrt-checkbox input[type="checkbox"]:disabled:checked + .nrt-checkbox-icon:after {
  background-color: rgba(0, 0, 0, .26) !important;
  border-color: transparent !important;
}
/* 未选中、禁用时 按下的阴影 */
.nrt-checkbox:active input[type="checkbox"] + .nrt-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.nrt-checkbox:active input[type="checkbox"]:checked:not(:disabled) + .nrt-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px #2894ff3d;
          box-shadow: 0 0 0 15px #2894ff3d;
}


/**
 * =============================================================================
 * ************   Radio 单选框   ************
 * =============================================================================
 */
.mdui-radio {
  position: relative;
  display: inline-block;
  height: 24px;
  padding-left: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mdui-radio input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 图标外圈 */
.mdui-radio-icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border: 2px solid rgba(0, 0, 0, .54);
  border-radius: 18px;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.mdui-radio-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: ' ';
  background-color: #2894ff;
  border-radius: 14px;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
          transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
/* 选中状态的图标 */
.mdui-radio input[type="radio"]:checked + .mdui-radio-icon {
  border-color: #2894ff;
}
.mdui-radio input[type="radio"]:checked + .mdui-radio-icon:before {
  opacity: 1;
  -webkit-transform: scale(.68);
          transform: scale(.68);
}
/* 禁用状态的图标 */
.mdui-radio input[type="radio"]:disabled + .mdui-radio-icon {
  border-color: rgba(0, 0, 0, .26) !important;
}
/* 禁用且选中状态的图标 */
.mdui-radio input[type="radio"]:disabled:checked + .mdui-radio-icon:before {
  background-color: rgba(0, 0, 0, .26) !important;
}
/* 未选中、禁用时 按下的阴影 */
.mdui-radio:active input[type="radio"] + .mdui-radio-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.mdui-radio:active input[type="radio"]:checked:not(:disabled) + .mdui-radio-icon {
  -webkit-box-shadow: 0 0 0 15px #2894ff3d;
          box-shadow: 0 0 0 15px #2894ff3d;
}

/**
 * =============================================================================
 * ************   Switch 单选框   ************
 * =============================================================================
 */
.nr-switch {
display: inline-block;
height: 22px;
line-height: 22px;
cursor: pointer;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.nr-switch input {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
opacity: 0;
}
/* 图标轨道 */
.nr-switch-icon {
position: relative;
display: inline-block;
width: 36px;
height: 14px;
top: -2px;
vertical-align: middle;
background-color: rgba(0, 0, 0, .38);
border-radius: 14px;
-webkit-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
        transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
}
.nr-switch-icon:before {
position: absolute;
top: -3px;
left: -3px;
display: inline-block;
width: 20px;
height: 20px;
content: ' ';
background-color: #fafafa;
border-radius: 20px;
-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
-webkit-transition: background-color .3s cubic-bezier(.4, 0, .2, 1), left .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
        transition: background-color .3s cubic-bezier(.4, 0, .2, 1), left .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
        transition: box-shadow .14s cubic-bezier(.4, 0, .2, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), left .3s cubic-bezier(.4, 0, .2, 1);
        transition: box-shadow .14s cubic-bezier(.4, 0, .2, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), left .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
/* 选中状态的图标 */
.nr-switch input[type="checkbox"]:checked + .nr-switch-icon {
background-color: #2894ff3d;
}
.nr-switch input[type="checkbox"]:checked + .nr-switch-icon:before {
left: 20px;
background-color: #2894ff;
}
/* 未选中时或禁用时 按下的阴影 */
.nr-switch:active input[type="checkbox"] + .nr-switch-icon:before,
.nr-switch input[type="checkbox"]:focus + .nr-switch-icon:before {
-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.nr-switch:active input[type="checkbox"]:checked:not(:disabled) + .nr-switch-icon:before,
.nr-switch input[type="checkbox"]:focus:checked:not(:disabled) + .nr-switch-icon:before {
-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 0 15px #2894ff3d;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 0 15px #2894ff3d;
}
/* 禁用状态 */
.nr-switch input[type="checkbox"]:disabled + .nr-switch-icon {
background-color: rgba(0, 0, 0, .12) !important;
}
.nr-switch input[type="checkbox"]:disabled + .nr-switch-icon:before {
background-color: #bdbdbd !important;
}

/**
 * =============================================================================
 * ************   Tooltip 工具提示   ************
 * =============================================================================
 */
.mdui-tooltip {
  position: absolute;
  z-index: 9000;
  display: inline-block;
  max-width: 180px;
  min-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  text-align: left;
  background-color: rgba(97, 97, 97, .9);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
          transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
          transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);

  will-change: opacity, transform;
}
@media (min-width: 1024px) {
  .mdui-tooltip {
    max-width: 200px;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
/* 显示工具提示 */
.mdui-tooltip-open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 模仿微信switch开关按钮 */
.mui-switch {
    width: 52px;
    height: 31px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none; }
.mui-switch:before {
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63; }
.mui-switch:checked:before {
    left: 21px; }
.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #64bd63;
    transition: border-color 0.4s, background-color ease 0.4s; }
.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
.mui-switch.mui-switch-anim:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;}


/**
 * =============================================================================
 * ************   Button 按钮   ************
 * =============================================================================
 */
/* 默认为 Flat 扁平按钮 */
.mdui-btn,
.mdui-fab {
  position: relative;
  display: inline-block;
  min-width: 88px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  zoom: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
          transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
          transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1);
          transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);

  will-change: box-shadow;
  -webkit-user-drag: none;
}
.mdui-btn:hover,
.mdui-fab:hover {
  background-color: rgba(0, 0, 0, .1);
}
.mdui-btn:not(.mdui-ripple):active,
.mdui-fab:not(.mdui-ripple):active {
  background-color: rgba(0, 0, 0, .165);
}
.mdui-btn[class*="mdui-color-"]:hover,
.mdui-fab[class*="mdui-color-"]:hover {
  opacity: .87;
}
.mdui-btn:not(.mdui-ripple)[class*="mdui-color-"]:active,
.mdui-fab:not(.mdui-ripple)[class*="mdui-color-"]:active {
  opacity: .76;
}
/* 按钮内的图标 */
.mdui-btn .mdui-icon-left,
.mdui-btn .mdui-icon-right,
.mdui-btn .mdui-icon-left::before,
.mdui-btn .mdui-icon-right::before {
  height: inherit;
  font-size: 1.3em;
  line-height: inherit;
}
.mdui-btn .mdui-icon-left {
  float: left;
  margin-right: .4em;
}
.mdui-btn .mdui-icon-right {
  float: right;
  margin-left: .4em;
}
input.mdui-btn[type="submit"] {
  -webkit-appearance: none;

     -moz-appearance: none;
          appearance: none;
}
/* Raised button 浮动按钮 */
.mdui-btn-raised {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.mdui-btn-raised:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.mdui-btn-raised:active {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
/* 禁用按钮 */
.mdui-btn[disabled],
.mdui-fab[disabled],
.mdui-btn[disabled]:hover,
.mdui-fab[disabled]:hover,
.mdui-btn[disabled]:active,
.mdui-fab[disabled]:active,
.mdui-btn[disabled]:focus,
.mdui-fab[disabled]:focus {
  color: rgba(0, 0, 0, .26) !important;
  cursor: default !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 1 !important;
}
.mdui-btn[disabled] .mdui-icon,
.mdui-fab[disabled] .mdui-icon,
.mdui-btn[disabled]:hover .mdui-icon,
.mdui-fab[disabled]:hover .mdui-icon,
.mdui-btn[disabled]:active .mdui-icon,
.mdui-fab[disabled]:active .mdui-icon,
.mdui-btn[disabled]:focus .mdui-icon,
.mdui-fab[disabled]:focus .mdui-icon {
  color: rgba(0, 0, 0, .26) !important;
}
/* 禁用状态浮动按钮和浮动操作按钮 */
.mdui-btn-raised[disabled],
.mdui-fab[disabled],
.mdui-btn-raised[disabled]:hover,
.mdui-fab[disabled]:hover,
.mdui-btn-raised[disabled]:active,
.mdui-fab[disabled]:active,
.mdui-btn-raised[disabled]:focus,
.mdui-fab[disabled]:focus {
  background-color: rgba(0, 0, 0, .12) !important;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}
/* 加粗按钮文本 */
.mdui-btn-bold {
  font-weight: bold;
}
/* 图标按钮 */
.mdui-btn-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  font-size: 24px;
  line-height: normal;
  border-radius: 50%;
}
.mdui-btn-icon .mdui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  line-height: 24px;
  -webkit-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px);
}
.mdui-btn-icon.mdui-ripple {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/* 按钮 100% 宽度 */
.mdui-btn-block {
  display: block;
  width: 100%;
}
/* 密集型按钮 */
.mdui-btn-dense {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
}
.mdui-btn-dense.mdui-btn-icon {
  width: 32px;
  min-width: 32px;
}
/* 按钮组 */
.mdui-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mdui-btn-group .mdui-btn {
  float: left;
  min-width: inherit;
  padding: 0 12px;
  color: rgba(0, 0, 0, .54);
  border-radius: 0;
}
.mdui-btn-group .mdui-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  border-left: 1px solid transparent;
}
.mdui-btn-group .mdui-btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.mdui-btn-group .mdui-btn:first-child:before {
  border-left: none;
}
.mdui-btn-group .mdui-btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.mdui-btn-group .mdui-btn.mdui-btn-active {
  color: rgba(0, 0, 0, .87);
  background-color: rgba(0, 0, 0, .215);
}
.mdui-btn-group .mdui-btn.mdui-btn-active + .mdui-btn-active:before {
  border-left: 1px solid rgba(0, 0, 0, .145);
}
/**
 * =============================================================================
 * ************   Button dark   ************
 * =============================================================================
 */
.mdui-theme-layout-dark .mdui-btn:hover,
.mdui-theme-layout-dark .mdui-fab:hover {
  background-color: rgba(255, 255, 255, .1);
}
.mdui-theme-layout-dark .mdui-btn:not(.mdui-ripple):active,
.mdui-theme-layout-dark .mdui-fab:not(.mdui-ripple):active {
  background-color: rgba(255, 255, 255, .165);
}
.mdui-theme-layout-dark .mdui-btn[class*="mdui-color-"]:hover,
.mdui-theme-layout-dark .mdui-fab[class*="mdui-color-"]:hover {
  opacity: .87;
}
.mdui-theme-layout-dark .mdui-btn:not(.mdui-ripple)[class*="mdui-color-"]:active,
.mdui-theme-layout-dark .mdui-fab:not(.mdui-ripple)[class*="mdui-color-"]:active {
  opacity: .76;
}
.mdui-theme-layout-dark .mdui-btn[disabled],
.mdui-theme-layout-dark .mdui-fab[disabled],
.mdui-theme-layout-dark .mdui-btn[disabled]:hover,
.mdui-theme-layout-dark .mdui-fab[disabled]:hover,
.mdui-theme-layout-dark .mdui-btn[disabled]:active,
.mdui-theme-layout-dark .mdui-fab[disabled]:active,
.mdui-theme-layout-dark .mdui-btn[disabled]:focus,
.mdui-theme-layout-dark .mdui-fab[disabled]:focus {
  color: rgba(255, 255, 255, .3) !important;
  background-color: transparent !important;
}
.mdui-theme-layout-dark .mdui-btn[disabled] .mdui-icon,
.mdui-theme-layout-dark .mdui-fab[disabled] .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:hover .mdui-icon,
.mdui-theme-layout-dark .mdui-fab[disabled]:hover .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:active .mdui-icon,
.mdui-theme-layout-dark .mdui-fab[disabled]:active .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:focus .mdui-icon,
.mdui-theme-layout-dark .mdui-fab[disabled]:focus .mdui-icon {
  color: rgba(255, 255, 255, .3) !important;
}
.mdui-theme-layout-dark .mdui-btn-raised[disabled],
.mdui-theme-layout-dark .mdui-fab[disabled],
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:hover,
.mdui-theme-layout-dark .mdui-fab[disabled]:hover,
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:active,
.mdui-theme-layout-dark .mdui-fab[disabled]:active,
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:focus,
.mdui-theme-layout-dark .mdui-fab[disabled]:focus {
  background-color: rgba(255, 255, 255, .12) !important;
}
/**
 * =============================================================================
 * ************   Fab 浮动操作按钮   ************
 * =============================================================================
 */
/* 浮动操作按钮 */
.mdui-fab {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 !important;
  margin: auto;
  overflow: hidden;
  font-size: 24px;
  line-height: normal !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}
.mdui-fab:hover {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
.mdui-fab:active {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
}
.mdui-fab .mdui-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  margin-top: 16px;
  margin-left: 16px;
  line-height: 24px;
}
/* mini 型浮动操作按钮 */
.mdui-fab-mini {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.mdui-fab-mini .mdui-icon {
  margin-top: 8px;
  margin-left: 8px;
}
/* 固定到右下角的 FAB 按钮 */
.mdui-fab-fixed,
.mdui-fab-wrapper {
  position: fixed !important;
  /* 手机平板上距离屏幕右下角 16px */
  right: 16px;
  bottom: 16px;
}
@media (min-width: 1024px) {
  .mdui-fab-fixed,
  .mdui-fab-wrapper {
    /* 电脑上距离屏幕右下角 24px */
    right: 24px;
    bottom: 24px;
  }
}
/* 含菜单的浮动操作按钮 */
.mdui-fab-wrapper {
  position: relative;
  z-index: 4000;
  width: 56px;
  height: 56px;
  padding-top: 8px;
}
.mdui-fab-wrapper > .mdui-fab .mdui-icon:not(.mdui-fab-opened) {
  opacity: 1;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
          transition: all .2s cubic-bezier(.4, 0, .2, 1);

  will-change: opacity, transform;
}
.mdui-fab-wrapper > .mdui-fab .mdui-icon.mdui-fab-opened {
  opacity: 0;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
          transition: all .2s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);

  will-change: opacity, transform;
}
.mdui-fab-wrapper > .mdui-fab.mdui-fab-opened .mdui-icon:not(.mdui-fab-opened) {
  opacity: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.mdui-fab-wrapper > .mdui-fab.mdui-fab-opened .mdui-icon.mdui-fab-opened {
  opacity: 1;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.mdui-fab-wrapper .mdui-fab-dial {
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  height: 0;
  text-align: center;
  visibility: visible;
}
.mdui-fab-wrapper .mdui-fab-dial .mdui-fab {
  margin: 8px 0;
  opacity: 0;
  -webkit-transition: color .2s cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
          transition: color .2s cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
          transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1), transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1);
          transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1), transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mdui-fab-wrapper .mdui-fab-dial.mdui-fab-dial-show .mdui-fab {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* 添加类 .mdui-fab-hide 以动画的形式隐藏按钮 */
.mdui-fab,
.mdui-fab-mini,
.mdui-fab-wrapper {
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s;
          transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s;
          transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s;
          transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s, -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);

  will-change: transform;
}
.mdui-fab.mdui-fab-hide,
.mdui-fab-mini.mdui-fab-hide,
.mdui-fab-wrapper.mdui-fab-hide {
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
}

/**
 * =============================================================================
 * ************   涟漪动画   ************
 * =============================================================================
 */
 .mdui-ripple {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  /* Ripple */
  .mdui-ripple-wave {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    -webkit-transition-duration: 1400ms;
            transition-duration: 1400ms;
    -webkit-transform: translate3d(0px, 0px, 0) scale(0);
            transform: translate3d(0px, 0px, 0) scale(0);
  }
  /* 有背景色的默认使用白色涟漪 */
  .mdui-ripple[class*="mdui-color-"] .mdui-ripple-wave {
    background-color: rgba(255, 255, 255, .3);
  }
  /* 白色涟漪 */
  .mdui-ripple-white .mdui-ripple-wave {
    background-color: rgba(255, 255, 255, .3) !important;
  }
  /* 黑色涟漪 */
  .mdui-ripple-black .mdui-ripple-wave {
    background-color: rgba(0, 0, 0, .1) !important;
  }
  .mdui-ripple-wave-fill {
    opacity: .35;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .mdui-ripple-wave-out {
    opacity: 0;
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  /**
   * =============================================================================
   * ************   Ripple 颜色   ************
   * =============================================================================
   */
  .mdui-ripple-amber .mdui-ripple-wave {
    background-color: rgba(255, 193, 7, .3) !important;
  }
  .mdui-ripple-blue .mdui-ripple-wave {
    background-color: rgba(33, 150, 243, .3) !important;
  }
  .mdui-ripple-blue-grey .mdui-ripple-wave {
    background-color: rgba(96, 125, 139, .3) !important;
  }
  .mdui-ripple-brown .mdui-ripple-wave {
    background-color: rgba(121, 85, 72, .3) !important;
  }
  .mdui-ripple-cyan .mdui-ripple-wave {
    background-color: rgba(0, 188, 212, .3) !important;
  }
  .mdui-ripple-deep-orange .mdui-ripple-wave {
    background-color: rgba(255, 87, 34, .3) !important;
  }
  .mdui-ripple-deep-purple .mdui-ripple-wave {
    background-color: rgba(103, 58, 183, .3) !important;
  }
  .mdui-ripple-green .mdui-ripple-wave {
    background-color: rgba(76, 175, 80, .3) !important;
  }
  .mdui-ripple-grey .mdui-ripple-wave {
    background-color: rgba(158, 158, 158, .3) !important;
  }
  .mdui-ripple-indigo .mdui-ripple-wave {
    background-color: rgba(63, 81, 181, .3) !important;
  }
  .mdui-ripple-light-blue .mdui-ripple-wave {
    background-color: rgba(3, 169, 244, .3) !important;
  }
  .mdui-ripple-light-green .mdui-ripple-wave {
    background-color: rgba(139, 195, 74, .3) !important;
  }
  .mdui-ripple-lime .mdui-ripple-wave {
    background-color: rgba(205, 220, 57, .3) !important;
  }
  .mdui-ripple-orange .mdui-ripple-wave {
    background-color: rgba(255, 152, 0, .3) !important;
  }
  .mdui-ripple-pink .mdui-ripple-wave {
    background-color: rgba(233, 30, 99, .3) !important;
  }
  .mdui-ripple-purple .mdui-ripple-wave {
    background-color: rgba(156, 39, 176, .3) !important;
  }
  .mdui-ripple-red .mdui-ripple-wave {
    background-color: rgba(244, 67, 54, .3) !important;
  }
  .mdui-ripple-teal .mdui-ripple-wave {
    background-color: rgba(0, 150, 136, .3) !important;
  }
  .mdui-ripple-yellow .mdui-ripple-wave {
    background-color: rgba(255, 235, 59, .3) !important;
  }


/**
 * =============================================================================
 * ************   Progress Linear 线性进度条   ************
 * =============================================================================
 */
/* 线性进度条 */
.mdui-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: rgba(63, 81, 181, .2);
    border-radius: 2px;
  }
  /* 确定进度的线性进度条 */
  .mdui-progress-determinate {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #3f51b5;
    -webkit-transition: width .3s linear;
            transition: width .3s linear;
  }
  /* 不确定进度的线性进度条 */
  .mdui-progress-indeterminate {
    background-color: #3f51b5;
  }
  .mdui-progress-indeterminate:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: inherit;
    -webkit-animation: mdui-progress-indeterminate 2s linear infinite;
            animation: mdui-progress-indeterminate 2s linear infinite;
  
    will-change: left, width;
  }
  .mdui-progress-indeterminate:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: inherit;
    -webkit-animation: mdui-progress-indeterminate-short 2s linear infinite;
            animation: mdui-progress-indeterminate-short 2s linear infinite;
  
    will-change: left, width;
  }
  @-webkit-keyframes mdui-progress-indeterminate {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 30%;
      width: 70%;
    }
    75% {
      left: 100%;
      width: 0;
    }
  }
  @keyframes mdui-progress-indeterminate {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 30%;
      width: 70%;
    }
    75% {
      left: 100%;
      width: 0;
    }
  }
  @-webkit-keyframes mdui-progress-indeterminate-short {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 0;
    }
    75% {
      left: 0;
      width: 25%;
    }
    100% {
      left: 100%;
      width: 0;
    }
  }
  @keyframes mdui-progress-indeterminate-short {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 0;
    }
    75% {
      left: 0;
      width: 25%;
    }
    100% {
      left: 100%;
      width: 0;
    }
  }
  /**
   * =============================================================================
   * ************   Progress linear 主色   ************
   * =============================================================================
   */
  .mdui-theme-primary-amber .mdui-progress {
    background-color: rgba(255, 193, 7, .2);
  }
  .mdui-theme-primary-amber .mdui-progress-determinate,
  .mdui-theme-primary-amber .mdui-progress-indeterminate {
    background-color: #ffc107;
  }
  .mdui-theme-primary-blue .mdui-progress {
    background-color: rgba(33, 150, 243, .2);
  }
  .mdui-theme-primary-blue .mdui-progress-determinate,
  .mdui-theme-primary-blue .mdui-progress-indeterminate {
    background-color: #2196f3;
  }
  .mdui-theme-primary-blue-grey .mdui-progress {
    background-color: rgba(96, 125, 139, .2);
  }
  .mdui-theme-primary-blue-grey .mdui-progress-determinate,
  .mdui-theme-primary-blue-grey .mdui-progress-indeterminate {
    background-color: #607d8b;
  }
  .mdui-theme-primary-brown .mdui-progress {
    background-color: rgba(121, 85, 72, .2);
  }
  .mdui-theme-primary-brown .mdui-progress-determinate,
  .mdui-theme-primary-brown .mdui-progress-indeterminate {
    background-color: #795548;
  }
  .mdui-theme-primary-cyan .mdui-progress {
    background-color: rgba(0, 188, 212, .2);
  }
  .mdui-theme-primary-cyan .mdui-progress-determinate,
  .mdui-theme-primary-cyan .mdui-progress-indeterminate {
    background-color: #00bcd4;
  }
  .mdui-theme-primary-deep-orange .mdui-progress {
    background-color: rgba(255, 87, 34, .2);
  }
  .mdui-theme-primary-deep-orange .mdui-progress-determinate,
  .mdui-theme-primary-deep-orange .mdui-progress-indeterminate {
    background-color: #ff5722;
  }
  .mdui-theme-primary-deep-purple .mdui-progress {
    background-color: rgba(103, 58, 183, .2);
  }
  .mdui-theme-primary-deep-purple .mdui-progress-determinate,
  .mdui-theme-primary-deep-purple .mdui-progress-indeterminate {
    background-color: #673ab7;
  }
  .mdui-theme-primary-green .mdui-progress {
    background-color: rgba(76, 175, 80, .2);
  }
  .mdui-theme-primary-green .mdui-progress-determinate,
  .mdui-theme-primary-green .mdui-progress-indeterminate {
    background-color: #4caf50;
  }
  .mdui-theme-primary-grey .mdui-progress {
    background-color: rgba(158, 158, 158, .2);
  }
  .mdui-theme-primary-grey .mdui-progress-determinate,
  .mdui-theme-primary-grey .mdui-progress-indeterminate {
    background-color: #9e9e9e;
  }
  .mdui-theme-primary-indigo .mdui-progress {
    background-color: rgba(63, 81, 181, .2);
  }
  .mdui-theme-primary-indigo .mdui-progress-determinate,
  .mdui-theme-primary-indigo .mdui-progress-indeterminate {
    background-color: #3f51b5;
  }
  .mdui-theme-primary-light-blue .mdui-progress {
    background-color: rgba(3, 169, 244, .2);
  }
  .mdui-theme-primary-light-blue .mdui-progress-determinate,
  .mdui-theme-primary-light-blue .mdui-progress-indeterminate {
    background-color: #03a9f4;
  }
  .mdui-theme-primary-light-green .mdui-progress {
    background-color: rgba(139, 195, 74, .2);
  }
  .mdui-theme-primary-light-green .mdui-progress-determinate,
  .mdui-theme-primary-light-green .mdui-progress-indeterminate {
    background-color: #8bc34a;
  }
  .mdui-theme-primary-lime .mdui-progress {
    background-color: rgba(205, 220, 57, .2);
  }
  .mdui-theme-primary-lime .mdui-progress-determinate,
  .mdui-theme-primary-lime .mdui-progress-indeterminate {
    background-color: #cddc39;
  }
  .mdui-theme-primary-orange .mdui-progress {
    background-color: rgba(255, 152, 0, .2);
  }
  .mdui-theme-primary-orange .mdui-progress-determinate,
  .mdui-theme-primary-orange .mdui-progress-indeterminate {
    background-color: #ff9800;
  }
  .mdui-theme-primary-pink .mdui-progress {
    background-color: rgba(233, 30, 99, .2);
  }
  .mdui-theme-primary-pink .mdui-progress-determinate,
  .mdui-theme-primary-pink .mdui-progress-indeterminate {
    background-color: #e91e63;
  }
  .mdui-theme-primary-purple .mdui-progress {
    background-color: rgba(156, 39, 176, .2);
  }
  .mdui-theme-primary-purple .mdui-progress-determinate,
  .mdui-theme-primary-purple .mdui-progress-indeterminate {
    background-color: #9c27b0;
  }
  .mdui-theme-primary-red .mdui-progress {
    background-color: rgba(244, 67, 54, .2);
  }
  .mdui-theme-primary-red .mdui-progress-determinate,
  .mdui-theme-primary-red .mdui-progress-indeterminate {
    background-color: #f44336;
  }
  .mdui-theme-primary-teal .mdui-progress {
    background-color: rgba(0, 150, 136, .2);
  }
  .mdui-theme-primary-teal .mdui-progress-determinate,
  .mdui-theme-primary-teal .mdui-progress-indeterminate {
    background-color: #009688;
  }
  .mdui-theme-primary-yellow .mdui-progress {
    background-color: rgba(255, 235, 59, .2);
  }
  .mdui-theme-primary-yellow .mdui-progress-determinate,
  .mdui-theme-primary-yellow .mdui-progress-indeterminate {
    background-color: #ffeb3b;
  }


/**
 * =============================================================================
 * ************   Progress Circular 圆形进度条   ************
 * =============================================================================
 */
 .mdui-spinner {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-animation: mdui-spinner 1568ms linear infinite;
            animation: mdui-spinner 1568ms linear infinite;
  }
  @-webkit-keyframes mdui-spinner {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes mdui-spinner {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .mdui-spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #3f51b5;
    opacity: 0;
    opacity: 1;
    -webkit-animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  .mdui-spinner-layer-1 {
    border-color: #42a5f5 !important;
    -webkit-animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-1-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-1-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  .mdui-spinner-layer-2 {
    border-color: #f44336 !important;
    -webkit-animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-2-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-2-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  .mdui-spinner-layer-3 {
    border-color: #fdd835 !important;
    -webkit-animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-3-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-3-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  .mdui-spinner-layer-4 {
    border-color: #4caf50 !important;
    -webkit-animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-4-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, mdui-spinner-layer-4-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  @-webkit-keyframes mdui-spinner-layer-fill-unfill-rotate {
    12.5% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    25% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    37.5% {
      -webkit-transform: rotate(405deg);
              transform: rotate(405deg);
    }
    50% {
      -webkit-transform: rotate(540deg);
              transform: rotate(540deg);
    }
    62.5% {
      -webkit-transform: rotate(675deg);
              transform: rotate(675deg);
    }
    75% {
      -webkit-transform: rotate(810deg);
              transform: rotate(810deg);
    }
    87.5% {
      -webkit-transform: rotate(945deg);
              transform: rotate(945deg);
    }
    to {
      -webkit-transform: rotate(1080deg);
              transform: rotate(1080deg);
    }
  }
  @keyframes mdui-spinner-layer-fill-unfill-rotate {
    12.5% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    25% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    37.5% {
      -webkit-transform: rotate(405deg);
              transform: rotate(405deg);
    }
    50% {
      -webkit-transform: rotate(540deg);
              transform: rotate(540deg);
    }
    62.5% {
      -webkit-transform: rotate(675deg);
              transform: rotate(675deg);
    }
    75% {
      -webkit-transform: rotate(810deg);
              transform: rotate(810deg);
    }
    87.5% {
      -webkit-transform: rotate(945deg);
              transform: rotate(945deg);
    }
    to {
      -webkit-transform: rotate(1080deg);
              transform: rotate(1080deg);
    }
  }
  @-webkit-keyframes mdui-spinner-layer-1-fade-in-out {
    from {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    26% {
      opacity: 0;
    }
    89% {
      opacity: 0;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes mdui-spinner-layer-1-fade-in-out {
    from {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    26% {
      opacity: 0;
    }
    89% {
      opacity: 0;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes mdui-spinner-layer-2-fade-in-out {
    from {
      opacity: 0;
    }
    15% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
  }
  @keyframes mdui-spinner-layer-2-fade-in-out {
    from {
      opacity: 0;
    }
    15% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
  }
  @-webkit-keyframes mdui-spinner-layer-3-fade-in-out {
    from {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
  }
  @keyframes mdui-spinner-layer-3-fade-in-out {
    from {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
  }
  @-webkit-keyframes mdui-spinner-layer-4-fade-in-out {
    from {
      opacity: 0;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes mdui-spinner-layer-4-fade-in-out {
    from {
      opacity: 0;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .mdui-spinner-gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
  }
  .mdui-spinner-gap-patch .mdui-spinner-circle {
    left: -450%;
    width: 1000%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mdui-spinner-circle-clipper {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
  }
  .mdui-spinner-circle-clipper .mdui-spinner-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-color: inherit;
    border-style: solid;
    border-width: 4px;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
            animation: none;
  }
  .mdui-spinner-circle-clipper.mdui-spinner-left {
    float: left;
  }
  .mdui-spinner-circle-clipper.mdui-spinner-left .mdui-spinner-circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
            transform: rotate(129deg);
    -webkit-animation: mdui-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  .mdui-spinner-circle-clipper.mdui-spinner-right {
    float: right;
  }
  .mdui-spinner-circle-clipper.mdui-spinner-right .mdui-spinner-circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
            transform: rotate(-129deg);
    -webkit-animation: mdui-spinner-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
            animation: mdui-spinner-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  }
  @-webkit-keyframes mdui-spinner-left-spin {
    from {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    50% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
  }
  @keyframes mdui-spinner-left-spin {
    from {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    50% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
  }
  @-webkit-keyframes mdui-spinner-right-spin {
    from {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg);
    }
    50% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
    to {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg);
    }
  }
  @keyframes mdui-spinner-right-spin {
    from {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg);
    }
    50% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
    to {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg);
    }
  }
  /**
   * =============================================================================
   * ************   Spinner linear 主色   ************
   * =============================================================================
   */
  .mdui-theme-primary-amber .mdui-spinner-layer {
    border-color: #ffc107;
  }
  .mdui-theme-primary-blue .mdui-spinner-layer {
    border-color: #2196f3;
  }
  .mdui-theme-primary-blue-grey .mdui-spinner-layer {
    border-color: #607d8b;
  }
  .mdui-theme-primary-brown .mdui-spinner-layer {
    border-color: #795548;
  }
  .mdui-theme-primary-cyan .mdui-spinner-layer {
    border-color: #00bcd4;
  }
  .mdui-theme-primary-deep-orange .mdui-spinner-layer {
    border-color: #ff5722;
  }
  .mdui-theme-primary-deep-purple .mdui-spinner-layer {
    border-color: #673ab7;
  }
  .mdui-theme-primary-green .mdui-spinner-layer {
    border-color: #4caf50;
  }
  .mdui-theme-primary-grey .mdui-spinner-layer {
    border-color: #9e9e9e;
  }
  .mdui-theme-primary-indigo .mdui-spinner-layer {
    border-color: #3f51b5;
  }
  .mdui-theme-primary-light-blue .mdui-spinner-layer {
    border-color: #03a9f4;
  }
  .mdui-theme-primary-light-green .mdui-spinner-layer {
    border-color: #8bc34a;
  }
  .mdui-theme-primary-lime .mdui-spinner-layer {
    border-color: #cddc39;
  }
  .mdui-theme-primary-orange .mdui-spinner-layer {
    border-color: #ff9800;
  }
  .mdui-theme-primary-pink .mdui-spinner-layer {
    border-color: #e91e63;
  }
  .mdui-theme-primary-purple .mdui-spinner-layer {
    border-color: #9c27b0;
  }
  .mdui-theme-primary-red .mdui-spinner-layer {
    border-color: #f44336;
  }
  .mdui-theme-primary-teal .mdui-spinner-layer {
    border-color: #009688;
  }
  .mdui-theme-primary-yellow .mdui-spinner-layer {
    border-color: #ffeb3b;
  }

/**
 * =============================================================================
 * ************   Color 颜色   ************
 * =============================================================================
 */
/**
 * .mdui-theme-primary-[color] .mdui-color-theme
 * .mdui-theme-primary-[color] .mdui-color-theme-[degree]
 */
.mdui-theme-primary-amber .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc107 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff8e1 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffecb3 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe082 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd54f !important;
}
.mdui-theme-primary-amber .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffca28 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc107 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffb300 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffa000 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8f00 !important;
}
.mdui-theme-primary-amber .mdui-color-theme-900 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6f00 !important;
}
.mdui-theme-primary-blue .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #2196f3 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e3f2fd !important;
}
.mdui-theme-primary-blue .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bbdefb !important;
}
.mdui-theme-primary-blue .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #90caf9 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64b5f6 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #42a5f5 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #2196f3 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #1e88e5 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #1976d2 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #1565c0 !important;
}
.mdui-theme-primary-blue .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #0d47a1 !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme {
  color: #fff !important;
  background-color: #607d8b !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eceff1 !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cfd8dc !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b0bec5 !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #90a4ae !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #78909c !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #607d8b !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #546e7a !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #455a64 !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #37474f !important;
}
.mdui-theme-primary-blue-grey .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #263238 !important;
}
.mdui-theme-primary-brown .mdui-color-theme {
  color: #fff !important;
  background-color: #795548 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #efebe9 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d7ccc8 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bcaaa4 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-300 {
  color: #fff !important;
  background-color: #a1887f !important;
}
.mdui-theme-primary-brown .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #8d6e63 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #795548 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #6d4c41 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #5d4037 !important;
}
.mdui-theme-primary-brown .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #4e342e !important;
}
.mdui-theme-primary-brown .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #3e2723 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bcd4 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0f7fa !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ebf2 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80deea !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4dd0e1 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #26c6da !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bcd4 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00acc1 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #0097a7 !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #00838f !important;
}
.mdui-theme-primary-cyan .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #006064 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff5722 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fbe9e7 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffccbc !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab91 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8a65 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff7043 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff5722 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #f4511e !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #e64a19 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #d84315 !important;
}
.mdui-theme-primary-deep-orange .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #bf360c !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ede7f6 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d1c4e9 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b39ddb !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-300 {
  color: #fff !important;
  background-color: #9575cd !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #7e57c2 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #5e35b1 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #512da8 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #4527a0 !important;
}
.mdui-theme-primary-deep-purple .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #311b92 !important;
}
.mdui-theme-primary-green .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4caf50 !important;
}
.mdui-theme-primary-green .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e8f5e9 !important;
}
.mdui-theme-primary-green .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c8e6c9 !important;
}
.mdui-theme-primary-green .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #a5d6a7 !important;
}
.mdui-theme-primary-green .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #81c784 !important;
}
.mdui-theme-primary-green .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #66bb6a !important;
}
.mdui-theme-primary-green .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4caf50 !important;
}
.mdui-theme-primary-green .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #43a047 !important;
}
.mdui-theme-primary-green .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #388e3c !important;
}
.mdui-theme-primary-green .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #2e7d32 !important;
}
.mdui-theme-primary-green .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #1b5e20 !important;
}
.mdui-theme-primary-grey .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9e9e !important;
}
.mdui-theme-primary-grey .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fafafa !important;
}
.mdui-theme-primary-grey .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f5f5f5 !important;
}
.mdui-theme-primary-grey .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eee !important;
}
.mdui-theme-primary-grey .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0e0e0 !important;
}
.mdui-theme-primary-grey .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bdbdbd !important;
}
.mdui-theme-primary-grey .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9e9e !important;
}
.mdui-theme-primary-grey .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #757575 !important;
}
.mdui-theme-primary-grey .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #616161 !important;
}
.mdui-theme-primary-grey .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #424242 !important;
}
.mdui-theme-primary-grey .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #212121 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e8eaf6 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c5cae9 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9fa8da !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-300 {
  color: #fff !important;
  background-color: #7986cb !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #5c6bc0 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #3949ab !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #303f9f !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #283593 !important;
}
.mdui-theme-primary-indigo .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #1a237e !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #03a9f4 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e1f5fe !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b3e5fc !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #81d4fa !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4fc3f7 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #29b6f6 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #03a9f4 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #039be5 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #0288d1 !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #0277bd !important;
}
.mdui-theme-primary-light-blue .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #01579b !important;
}
.mdui-theme-primary-light-green .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8bc34a !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f1f8e9 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #dcedc8 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c5e1a5 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #aed581 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9ccc65 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8bc34a !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #7cb342 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #689f38 !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #558b2f !important;
}
.mdui-theme-primary-light-green .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #33691e !important;
}
.mdui-theme-primary-lime .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cddc39 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f9fbe7 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f0f4c3 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e6ee9c !important;
}
.mdui-theme-primary-lime .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #dce775 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d4e157 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cddc39 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c0ca33 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #afb42b !important;
}
.mdui-theme-primary-lime .mdui-color-theme-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9d24 !important;
}
.mdui-theme-primary-lime .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #827717 !important;
}
.mdui-theme-primary-orange .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9800 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff3e0 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe0b2 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffcc80 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffb74d !important;
}
.mdui-theme-primary-orange .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffa726 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9800 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fb8c00 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f57c00 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ef6c00 !important;
}
.mdui-theme-primary-orange .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #e65100 !important;
}
.mdui-theme-primary-pink .mdui-color-theme {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fce4ec !important;
}
.mdui-theme-primary-pink .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f8bbd0 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f48fb1 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f06292 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #ec407a !important;
}
.mdui-theme-primary-pink .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #d81b60 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #c2185b !important;
}
.mdui-theme-primary-pink .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #ad1457 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #880e4f !important;
}
.mdui-theme-primary-purple .mdui-color-theme {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f3e5f5 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e1bee7 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ce93d8 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-300 {
  color: #fff !important;
  background-color: #ba68c8 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #ab47bc !important;
}
.mdui-theme-primary-purple .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #8e24aa !important;
}
.mdui-theme-primary-purple .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #7b1fa2 !important;
}
.mdui-theme-primary-purple .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #6a1b9a !important;
}
.mdui-theme-primary-purple .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #4a148c !important;
}
.mdui-theme-primary-red .mdui-color-theme {
  color: #fff !important;
  background-color: #f44336 !important;
}
.mdui-theme-primary-red .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffebee !important;
}
.mdui-theme-primary-red .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffcdd2 !important;
}
.mdui-theme-primary-red .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ef9a9a !important;
}
.mdui-theme-primary-red .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e57373 !important;
}
.mdui-theme-primary-red .mdui-color-theme-400 {
  color: #fff !important;
  background-color: #ef5350 !important;
}
.mdui-theme-primary-red .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #f44336 !important;
}
.mdui-theme-primary-red .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #e53935 !important;
}
.mdui-theme-primary-red .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #d32f2f !important;
}
.mdui-theme-primary-red .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #c62828 !important;
}
.mdui-theme-primary-red .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #b71c1c !important;
}
.mdui-theme-primary-teal .mdui-color-theme {
  color: #fff !important;
  background-color: #009688 !important;
}
.mdui-theme-primary-teal .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0f2f1 !important;
}
.mdui-theme-primary-teal .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2dfdb !important;
}
.mdui-theme-primary-teal .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80cbc4 !important;
}
.mdui-theme-primary-teal .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4db6ac !important;
}
.mdui-theme-primary-teal .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #26a69a !important;
}
.mdui-theme-primary-teal .mdui-color-theme-500 {
  color: #fff !important;
  background-color: #009688 !important;
}
.mdui-theme-primary-teal .mdui-color-theme-600 {
  color: #fff !important;
  background-color: #00897b !important;
}
.mdui-theme-primary-teal .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #00796b !important;
}
.mdui-theme-primary-teal .mdui-color-theme-800 {
  color: #fff !important;
  background-color: #00695c !important;
}
.mdui-theme-primary-teal .mdui-color-theme-900 {
  color: #fff !important;
  background-color: #004d40 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffeb3b !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fffde7 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff9c4 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff59d !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff176 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffee58 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffeb3b !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fdd835 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fbc02d !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f9a825 !important;
}
.mdui-theme-primary-yellow .mdui-color-theme-900 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f57f17 !important;
}
/**
 * .mdui-theme-accent-[color] .mdui-color-theme-accent
 * .mdui-theme-accent-[color] .mdui-color-theme-[degree]
 */
.mdui-theme-accent-amber .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd740 !important;
}
.mdui-theme-accent-amber .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe57f !important;
}
.mdui-theme-accent-amber .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd740 !important;
}
.mdui-theme-accent-amber .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc400 !important;
}
.mdui-theme-accent-amber .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab00 !important;
}
.mdui-theme-accent-blue .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #448aff !important;
}
.mdui-theme-accent-blue .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #82b1ff !important;
}
.mdui-theme-accent-blue .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #448aff !important;
}
.mdui-theme-accent-blue .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #2979ff !important;
}
.mdui-theme-accent-blue .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #2962ff !important;
}
.mdui-theme-accent-cyan .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #18ffff !important;
}
.mdui-theme-accent-cyan .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #84ffff !important;
}
.mdui-theme-accent-cyan .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #18ffff !important;
}
.mdui-theme-accent-cyan .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00e5ff !important;
}
.mdui-theme-accent-cyan .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00b8d4 !important;
}
.mdui-theme-accent-deep-orange .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6e40 !important;
}
.mdui-theme-accent-deep-orange .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9e80 !important;
}
.mdui-theme-accent-deep-orange .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6e40 !important;
}
.mdui-theme-accent-deep-orange .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #ff3d00 !important;
}
.mdui-theme-accent-deep-orange .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #dd2c00 !important;
}
.mdui-theme-accent-deep-purple .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #7c4dff !important;
}
.mdui-theme-accent-deep-purple .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b388ff !important;
}
.mdui-theme-accent-deep-purple .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #7c4dff !important;
}
.mdui-theme-accent-deep-purple .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #651fff !important;
}
.mdui-theme-accent-deep-purple .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #6200ea !important;
}
.mdui-theme-accent-green .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #69f0ae !important;
}
.mdui-theme-accent-green .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b9f6ca !important;
}
.mdui-theme-accent-green .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #69f0ae !important;
}
.mdui-theme-accent-green .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00e676 !important;
}
.mdui-theme-accent-green .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00c853 !important;
}
.mdui-theme-accent-indigo .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #536dfe !important;
}
.mdui-theme-accent-indigo .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8c9eff !important;
}
.mdui-theme-accent-indigo .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #536dfe !important;
}
.mdui-theme-accent-indigo .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #3d5afe !important;
}
.mdui-theme-accent-indigo .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #304ffe !important;
}
.mdui-theme-accent-light-blue .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #40c4ff !important;
}
.mdui-theme-accent-light-blue .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80d8ff !important;
}
.mdui-theme-accent-light-blue .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #40c4ff !important;
}
.mdui-theme-accent-light-blue .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00b0ff !important;
}
.mdui-theme-accent-light-blue .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #0091ea !important;
}
.mdui-theme-accent-light-green .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ff59 !important;
}
.mdui-theme-accent-light-green .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ccff90 !important;
}
.mdui-theme-accent-light-green .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ff59 !important;
}
.mdui-theme-accent-light-green .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #76ff03 !important;
}
.mdui-theme-accent-light-green .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64dd17 !important;
}
.mdui-theme-accent-lime .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eeff41 !important;
}
.mdui-theme-accent-lime .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f4ff81 !important;
}
.mdui-theme-accent-lime .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eeff41 !important;
}
.mdui-theme-accent-lime .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c6ff00 !important;
}
.mdui-theme-accent-lime .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #aeea00 !important;
}
.mdui-theme-accent-orange .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.mdui-theme-accent-orange .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd180 !important;
}
.mdui-theme-accent-orange .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.mdui-theme-accent-orange .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9100 !important;
}
.mdui-theme-accent-orange .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6d00 !important;
}
.mdui-theme-accent-pink .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff80ab !important;
}
.mdui-theme-accent-pink .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #f50057 !important;
}
.mdui-theme-accent-pink .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #c51162 !important;
}
.mdui-theme-accent-purple .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #e040fb !important;
}
.mdui-theme-accent-purple .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ea80fc !important;
}
.mdui-theme-accent-purple .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #e040fb !important;
}
.mdui-theme-accent-purple .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #d500f9 !important;
}
.mdui-theme-accent-purple .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #a0f !important;
}
.mdui-theme-accent-red .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #ff5252 !important;
}
.mdui-theme-accent-red .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8a80 !important;
}
.mdui-theme-accent-red .mdui-color-theme-a200 {
  color: #fff !important;
  background-color: #ff5252 !important;
}
.mdui-theme-accent-red .mdui-color-theme-a400 {
  color: #fff !important;
  background-color: #ff1744 !important;
}
.mdui-theme-accent-red .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #d50000 !important;
}
.mdui-theme-accent-teal .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64ffda !important;
}
.mdui-theme-accent-teal .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #a7ffeb !important;
}
.mdui-theme-accent-teal .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64ffda !important;
}
.mdui-theme-accent-teal .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #1de9b6 !important;
}
.mdui-theme-accent-teal .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bfa5 !important;
}
.mdui-theme-accent-yellow .mdui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff0 !important;
}
.mdui-theme-accent-yellow .mdui-color-theme-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffff8d !important;
}
.mdui-theme-accent-yellow .mdui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff0 !important;
}
.mdui-theme-accent-yellow .mdui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffea00 !important;
}
.mdui-theme-accent-yellow .mdui-color-theme-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd600 !important;
}
/**
 * .mdui-color-[color]
 * .mdui-color-[color]-[degree]
 */
.mdui-color-amber {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc107 !important;
}
.mdui-color-amber-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff8e1 !important;
}
.mdui-color-amber-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffecb3 !important;
}
.mdui-color-amber-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe082 !important;
}
.mdui-color-amber-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd54f !important;
}
.mdui-color-amber-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffca28 !important;
}
.mdui-color-amber-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc107 !important;
}
.mdui-color-amber-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffb300 !important;
}
.mdui-color-amber-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffa000 !important;
}
.mdui-color-amber-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8f00 !important;
}
.mdui-color-amber-900 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6f00 !important;
}
.mdui-color-blue {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #2196f3 !important;
}
.mdui-color-blue-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e3f2fd !important;
}
.mdui-color-blue-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bbdefb !important;
}
.mdui-color-blue-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #90caf9 !important;
}
.mdui-color-blue-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64b5f6 !important;
}
.mdui-color-blue-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #42a5f5 !important;
}
.mdui-color-blue-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #2196f3 !important;
}
.mdui-color-blue-600 {
  color: #fff !important;
  background-color: #1e88e5 !important;
}
.mdui-color-blue-700 {
  color: #fff !important;
  background-color: #1976d2 !important;
}
.mdui-color-blue-800 {
  color: #fff !important;
  background-color: #1565c0 !important;
}
.mdui-color-blue-900 {
  color: #fff !important;
  background-color: #0d47a1 !important;
}
.mdui-color-blue-grey {
  color: #fff !important;
  background-color: #607d8b !important;
}
.mdui-color-blue-grey-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eceff1 !important;
}
.mdui-color-blue-grey-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cfd8dc !important;
}
.mdui-color-blue-grey-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b0bec5 !important;
}
.mdui-color-blue-grey-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #90a4ae !important;
}
.mdui-color-blue-grey-400 {
  color: #fff !important;
  background-color: #78909c !important;
}
.mdui-color-blue-grey-500 {
  color: #fff !important;
  background-color: #607d8b !important;
}
.mdui-color-blue-grey-600 {
  color: #fff !important;
  background-color: #546e7a !important;
}
.mdui-color-blue-grey-700 {
  color: #fff !important;
  background-color: #455a64 !important;
}
.mdui-color-blue-grey-800 {
  color: #fff !important;
  background-color: #37474f !important;
}
.mdui-color-blue-grey-900 {
  color: #fff !important;
  background-color: #263238 !important;
}
.mdui-color-brown {
  color: #fff !important;
  background-color: #795548 !important;
}
.mdui-color-brown-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #efebe9 !important;
}
.mdui-color-brown-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d7ccc8 !important;
}
.mdui-color-brown-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bcaaa4 !important;
}
.mdui-color-brown-300 {
  color: #fff !important;
  background-color: #a1887f !important;
}
.mdui-color-brown-400 {
  color: #fff !important;
  background-color: #8d6e63 !important;
}
.mdui-color-brown-500 {
  color: #fff !important;
  background-color: #795548 !important;
}
.mdui-color-brown-600 {
  color: #fff !important;
  background-color: #6d4c41 !important;
}
.mdui-color-brown-700 {
  color: #fff !important;
  background-color: #5d4037 !important;
}
.mdui-color-brown-800 {
  color: #fff !important;
  background-color: #4e342e !important;
}
.mdui-color-brown-900 {
  color: #fff !important;
  background-color: #3e2723 !important;
}
.mdui-color-cyan {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bcd4 !important;
}
.mdui-color-cyan-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0f7fa !important;
}
.mdui-color-cyan-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ebf2 !important;
}
.mdui-color-cyan-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80deea !important;
}
.mdui-color-cyan-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4dd0e1 !important;
}
.mdui-color-cyan-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #26c6da !important;
}
.mdui-color-cyan-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bcd4 !important;
}
.mdui-color-cyan-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00acc1 !important;
}
.mdui-color-cyan-700 {
  color: #fff !important;
  background-color: #0097a7 !important;
}
.mdui-color-cyan-800 {
  color: #fff !important;
  background-color: #00838f !important;
}
.mdui-color-cyan-900 {
  color: #fff !important;
  background-color: #006064 !important;
}
.mdui-color-deep-orange {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff5722 !important;
}
.mdui-color-deep-orange-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fbe9e7 !important;
}
.mdui-color-deep-orange-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffccbc !important;
}
.mdui-color-deep-orange-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab91 !important;
}
.mdui-color-deep-orange-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8a65 !important;
}
.mdui-color-deep-orange-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff7043 !important;
}
.mdui-color-deep-orange-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff5722 !important;
}
.mdui-color-deep-orange-600 {
  color: #fff !important;
  background-color: #f4511e !important;
}
.mdui-color-deep-orange-700 {
  color: #fff !important;
  background-color: #e64a19 !important;
}
.mdui-color-deep-orange-800 {
  color: #fff !important;
  background-color: #d84315 !important;
}
.mdui-color-deep-orange-900 {
  color: #fff !important;
  background-color: #bf360c !important;
}
.mdui-color-deep-purple {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.mdui-color-deep-purple-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ede7f6 !important;
}
.mdui-color-deep-purple-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d1c4e9 !important;
}
.mdui-color-deep-purple-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b39ddb !important;
}
.mdui-color-deep-purple-300 {
  color: #fff !important;
  background-color: #9575cd !important;
}
.mdui-color-deep-purple-400 {
  color: #fff !important;
  background-color: #7e57c2 !important;
}
.mdui-color-deep-purple-500 {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.mdui-color-deep-purple-600 {
  color: #fff !important;
  background-color: #5e35b1 !important;
}
.mdui-color-deep-purple-700 {
  color: #fff !important;
  background-color: #512da8 !important;
}
.mdui-color-deep-purple-800 {
  color: #fff !important;
  background-color: #4527a0 !important;
}
.mdui-color-deep-purple-900 {
  color: #fff !important;
  background-color: #311b92 !important;
}
.mdui-color-green {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4caf50 !important;
}
.mdui-color-green-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e8f5e9 !important;
}
.mdui-color-green-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c8e6c9 !important;
}
.mdui-color-green-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #a5d6a7 !important;
}
.mdui-color-green-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #81c784 !important;
}
.mdui-color-green-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #66bb6a !important;
}
.mdui-color-green-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4caf50 !important;
}
.mdui-color-green-600 {
  color: #fff !important;
  background-color: #43a047 !important;
}
.mdui-color-green-700 {
  color: #fff !important;
  background-color: #388e3c !important;
}
.mdui-color-green-800 {
  color: #fff !important;
  background-color: #2e7d32 !important;
}
.mdui-color-green-900 {
  color: #fff !important;
  background-color: #1b5e20 !important;
}
.mdui-color-grey {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9e9e !important;
}
.mdui-color-grey-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fafafa !important;
}
.mdui-color-grey-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f5f5f5 !important;
}
.mdui-color-grey-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eee !important;
}
.mdui-color-grey-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0e0e0 !important;
}
.mdui-color-grey-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #bdbdbd !important;
}
.mdui-color-grey-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9e9e !important;
}
.mdui-color-grey-600 {
  color: #fff !important;
  background-color: #757575 !important;
}
.mdui-color-grey-700 {
  color: #fff !important;
  background-color: #616161 !important;
}
.mdui-color-grey-800 {
  color: #fff !important;
  background-color: #424242 !important;
}
.mdui-color-grey-900 {
  color: #fff !important;
  background-color: #212121 !important;
}
.mdui-color-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.mdui-color-indigo-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e8eaf6 !important;
}
.mdui-color-indigo-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c5cae9 !important;
}
.mdui-color-indigo-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9fa8da !important;
}
.mdui-color-indigo-300 {
  color: #fff !important;
  background-color: #7986cb !important;
}
.mdui-color-indigo-400 {
  color: #fff !important;
  background-color: #5c6bc0 !important;
}
.mdui-color-indigo-500 {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.mdui-color-indigo-600 {
  color: #fff !important;
  background-color: #3949ab !important;
}
.mdui-color-indigo-700 {
  color: #fff !important;
  background-color: #303f9f !important;
}
.mdui-color-indigo-800 {
  color: #fff !important;
  background-color: #283593 !important;
}
.mdui-color-indigo-900 {
  color: #fff !important;
  background-color: #1a237e !important;
}
.mdui-color-light-blue {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #03a9f4 !important;
}
.mdui-color-light-blue-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e1f5fe !important;
}
.mdui-color-light-blue-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b3e5fc !important;
}
.mdui-color-light-blue-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #81d4fa !important;
}
.mdui-color-light-blue-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4fc3f7 !important;
}
.mdui-color-light-blue-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #29b6f6 !important;
}
.mdui-color-light-blue-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #03a9f4 !important;
}
.mdui-color-light-blue-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #039be5 !important;
}
.mdui-color-light-blue-700 {
  color: #fff !important;
  background-color: #0288d1 !important;
}
.mdui-color-light-blue-800 {
  color: #fff !important;
  background-color: #0277bd !important;
}
.mdui-color-light-blue-900 {
  color: #fff !important;
  background-color: #01579b !important;
}
.mdui-color-light-green {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8bc34a !important;
}
.mdui-color-light-green-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f1f8e9 !important;
}
.mdui-color-light-green-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #dcedc8 !important;
}
.mdui-color-light-green-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c5e1a5 !important;
}
.mdui-color-light-green-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #aed581 !important;
}
.mdui-color-light-green-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9ccc65 !important;
}
.mdui-color-light-green-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8bc34a !important;
}
.mdui-color-light-green-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #7cb342 !important;
}
.mdui-color-light-green-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #689f38 !important;
}
.mdui-color-light-green-800 {
  color: #fff !important;
  background-color: #558b2f !important;
}
.mdui-color-light-green-900 {
  color: #fff !important;
  background-color: #33691e !important;
}
.mdui-color-lime {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cddc39 !important;
}
.mdui-color-lime-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f9fbe7 !important;
}
.mdui-color-lime-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f0f4c3 !important;
}
.mdui-color-lime-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e6ee9c !important;
}
.mdui-color-lime-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #dce775 !important;
}
.mdui-color-lime-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #d4e157 !important;
}
.mdui-color-lime-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #cddc39 !important;
}
.mdui-color-lime-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c0ca33 !important;
}
.mdui-color-lime-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #afb42b !important;
}
.mdui-color-lime-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #9e9d24 !important;
}
.mdui-color-lime-900 {
  color: #fff !important;
  background-color: #827717 !important;
}
.mdui-color-orange {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9800 !important;
}
.mdui-color-orange-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff3e0 !important;
}
.mdui-color-orange-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe0b2 !important;
}
.mdui-color-orange-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffcc80 !important;
}
.mdui-color-orange-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffb74d !important;
}
.mdui-color-orange-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffa726 !important;
}
.mdui-color-orange-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9800 !important;
}
.mdui-color-orange-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fb8c00 !important;
}
.mdui-color-orange-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f57c00 !important;
}
.mdui-color-orange-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ef6c00 !important;
}
.mdui-color-orange-900 {
  color: #fff !important;
  background-color: #e65100 !important;
}
.mdui-color-pink {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-color-pink-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fce4ec !important;
}
.mdui-color-pink-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f8bbd0 !important;
}
.mdui-color-pink-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f48fb1 !important;
}
.mdui-color-pink-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f06292 !important;
}
.mdui-color-pink-400 {
  color: #fff !important;
  background-color: #ec407a !important;
}
.mdui-color-pink-500 {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-color-pink-600 {
  color: #fff !important;
  background-color: #d81b60 !important;
}
.mdui-color-pink-700 {
  color: #fff !important;
  background-color: #c2185b !important;
}
.mdui-color-pink-800 {
  color: #fff !important;
  background-color: #ad1457 !important;
}
.mdui-color-pink-900 {
  color: #fff !important;
  background-color: #880e4f !important;
}
.mdui-color-purple {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.mdui-color-purple-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f3e5f5 !important;
}
.mdui-color-purple-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e1bee7 !important;
}
.mdui-color-purple-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ce93d8 !important;
}
.mdui-color-purple-300 {
  color: #fff !important;
  background-color: #ba68c8 !important;
}
.mdui-color-purple-400 {
  color: #fff !important;
  background-color: #ab47bc !important;
}
.mdui-color-purple-500 {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.mdui-color-purple-600 {
  color: #fff !important;
  background-color: #8e24aa !important;
}
.mdui-color-purple-700 {
  color: #fff !important;
  background-color: #7b1fa2 !important;
}
.mdui-color-purple-800 {
  color: #fff !important;
  background-color: #6a1b9a !important;
}
.mdui-color-purple-900 {
  color: #fff !important;
  background-color: #4a148c !important;
}
.mdui-color-red {
  color: #fff !important;
  background-color: #f44336 !important;
}
.mdui-color-red-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffebee !important;
}
.mdui-color-red-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffcdd2 !important;
}
.mdui-color-red-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ef9a9a !important;
}
.mdui-color-red-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e57373 !important;
}
.mdui-color-red-400 {
  color: #fff !important;
  background-color: #ef5350 !important;
}
.mdui-color-red-500 {
  color: #fff !important;
  background-color: #f44336 !important;
}
.mdui-color-red-600 {
  color: #fff !important;
  background-color: #e53935 !important;
}
.mdui-color-red-700 {
  color: #fff !important;
  background-color: #d32f2f !important;
}
.mdui-color-red-800 {
  color: #fff !important;
  background-color: #c62828 !important;
}
.mdui-color-red-900 {
  color: #fff !important;
  background-color: #b71c1c !important;
}
.mdui-color-teal {
  color: #fff !important;
  background-color: #009688 !important;
}
.mdui-color-teal-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #e0f2f1 !important;
}
.mdui-color-teal-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2dfdb !important;
}
.mdui-color-teal-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80cbc4 !important;
}
.mdui-color-teal-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #4db6ac !important;
}
.mdui-color-teal-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #26a69a !important;
}
.mdui-color-teal-500 {
  color: #fff !important;
  background-color: #009688 !important;
}
.mdui-color-teal-600 {
  color: #fff !important;
  background-color: #00897b !important;
}
.mdui-color-teal-700 {
  color: #fff !important;
  background-color: #00796b !important;
}
.mdui-color-teal-800 {
  color: #fff !important;
  background-color: #00695c !important;
}
.mdui-color-teal-900 {
  color: #fff !important;
  background-color: #004d40 !important;
}
.mdui-color-yellow {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffeb3b !important;
}
.mdui-color-yellow-50 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fffde7 !important;
}
.mdui-color-yellow-100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff9c4 !important;
}
.mdui-color-yellow-200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff59d !important;
}
.mdui-color-yellow-300 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff176 !important;
}
.mdui-color-yellow-400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffee58 !important;
}
.mdui-color-yellow-500 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffeb3b !important;
}
.mdui-color-yellow-600 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fdd835 !important;
}
.mdui-color-yellow-700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fbc02d !important;
}
.mdui-color-yellow-800 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f9a825 !important;
}
.mdui-color-yellow-900 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f57f17 !important;
}
/**
 * .mdui-color-[color]-accent
 * .mdui-color-[color]-[degree]
 */
.mdui-color-amber-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd740 !important;
}
.mdui-color-amber-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffe57f !important;
}
.mdui-color-amber-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd740 !important;
}
.mdui-color-amber-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffc400 !important;
}
.mdui-color-amber-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab00 !important;
}
.mdui-color-blue-accent {
  color: #fff !important;
  background-color: #448aff !important;
}
.mdui-color-blue-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #82b1ff !important;
}
.mdui-color-blue-a200 {
  color: #fff !important;
  background-color: #448aff !important;
}
.mdui-color-blue-a400 {
  color: #fff !important;
  background-color: #2979ff !important;
}
.mdui-color-blue-a700 {
  color: #fff !important;
  background-color: #2962ff !important;
}
.mdui-color-cyan-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #18ffff !important;
}
.mdui-color-cyan-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #84ffff !important;
}
.mdui-color-cyan-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #18ffff !important;
}
.mdui-color-cyan-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00e5ff !important;
}
.mdui-color-cyan-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00b8d4 !important;
}
.mdui-color-deep-orange-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6e40 !important;
}
.mdui-color-deep-orange-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9e80 !important;
}
.mdui-color-deep-orange-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6e40 !important;
}
.mdui-color-deep-orange-a400 {
  color: #fff !important;
  background-color: #ff3d00 !important;
}
.mdui-color-deep-orange-a700 {
  color: #fff !important;
  background-color: #dd2c00 !important;
}
.mdui-color-deep-purple-accent {
  color: #fff !important;
  background-color: #7c4dff !important;
}
.mdui-color-deep-purple-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b388ff !important;
}
.mdui-color-deep-purple-a200 {
  color: #fff !important;
  background-color: #7c4dff !important;
}
.mdui-color-deep-purple-a400 {
  color: #fff !important;
  background-color: #651fff !important;
}
.mdui-color-deep-purple-a700 {
  color: #fff !important;
  background-color: #6200ea !important;
}
.mdui-color-green-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #69f0ae !important;
}
.mdui-color-green-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b9f6ca !important;
}
.mdui-color-green-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #69f0ae !important;
}
.mdui-color-green-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00e676 !important;
}
.mdui-color-green-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00c853 !important;
}
.mdui-color-indigo-accent {
  color: #fff !important;
  background-color: #536dfe !important;
}
.mdui-color-indigo-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #8c9eff !important;
}
.mdui-color-indigo-a200 {
  color: #fff !important;
  background-color: #536dfe !important;
}
.mdui-color-indigo-a400 {
  color: #fff !important;
  background-color: #3d5afe !important;
}
.mdui-color-indigo-a700 {
  color: #fff !important;
  background-color: #304ffe !important;
}
.mdui-color-light-blue-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #40c4ff !important;
}
.mdui-color-light-blue-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #80d8ff !important;
}
.mdui-color-light-blue-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #40c4ff !important;
}
.mdui-color-light-blue-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00b0ff !important;
}
.mdui-color-light-blue-a700 {
  color: #fff !important;
  background-color: #0091ea !important;
}
.mdui-color-light-green-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ff59 !important;
}
.mdui-color-light-green-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ccff90 !important;
}
.mdui-color-light-green-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #b2ff59 !important;
}
.mdui-color-light-green-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #76ff03 !important;
}
.mdui-color-light-green-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64dd17 !important;
}
.mdui-color-lime-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eeff41 !important;
}
.mdui-color-lime-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #f4ff81 !important;
}
.mdui-color-lime-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #eeff41 !important;
}
.mdui-color-lime-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #c6ff00 !important;
}
.mdui-color-lime-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #aeea00 !important;
}
.mdui-color-orange-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.mdui-color-orange-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd180 !important;
}
.mdui-color-orange-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.mdui-color-orange-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9100 !important;
}
.mdui-color-orange-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff6d00 !important;
}
.mdui-color-pink-accent {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-color-pink-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff80ab !important;
}
.mdui-color-pink-a200 {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-color-pink-a400 {
  color: #fff !important;
  background-color: #f50057 !important;
}
.mdui-color-pink-a700 {
  color: #fff !important;
  background-color: #c51162 !important;
}
.mdui-color-purple-accent {
  color: #fff !important;
  background-color: #e040fb !important;
}
.mdui-color-purple-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ea80fc !important;
}
.mdui-color-purple-a200 {
  color: #fff !important;
  background-color: #e040fb !important;
}
.mdui-color-purple-a400 {
  color: #fff !important;
  background-color: #d500f9 !important;
}
.mdui-color-purple-a700 {
  color: #fff !important;
  background-color: #a0f !important;
}
.mdui-color-red-accent {
  color: #fff !important;
  background-color: #ff5252 !important;
}
.mdui-color-red-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff8a80 !important;
}
.mdui-color-red-a200 {
  color: #fff !important;
  background-color: #ff5252 !important;
}
.mdui-color-red-a400 {
  color: #fff !important;
  background-color: #ff1744 !important;
}
.mdui-color-red-a700 {
  color: #fff !important;
  background-color: #d50000 !important;
}
.mdui-color-teal-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64ffda !important;
}
.mdui-color-teal-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #a7ffeb !important;
}
.mdui-color-teal-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #64ffda !important;
}
.mdui-color-teal-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #1de9b6 !important;
}
.mdui-color-teal-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #00bfa5 !important;
}
.mdui-color-yellow-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff0 !important;
}
.mdui-color-yellow-a100 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffff8d !important;
}
.mdui-color-yellow-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff0 !important;
}
.mdui-color-yellow-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffea00 !important;
}
.mdui-color-yellow-a700 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffd600 !important;
}
/**
 * .mdui-color-black
 * .mdui-color-white
 * .mdui-color-transparent
 */
.mdui-color-black {
  color: #fff !important;
  background-color: #000 !important;
}
.mdui-color-white {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff !important;
}
.mdui-color-transparent {
  background-color: transparent !important;
}
/**
 * .mdui-theme-primary-[color] .mdui-text-color-theme
 * .mdui-theme-primary-[color] .mdui-text-color-theme-[degree]
 */
.mdui-theme-primary-amber .mdui-text-color-theme {
  color: #ffc107 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-50 {
  color: #fff8e1 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-100 {
  color: #ffecb3 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-200 {
  color: #ffe082 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-300 {
  color: #ffd54f !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-400 {
  color: #ffca28 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-500 {
  color: #ffc107 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-600 {
  color: #ffb300 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-700 {
  color: #ffa000 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-800 {
  color: #ff8f00 !important;
}
.mdui-theme-primary-amber .mdui-text-color-theme-900 {
  color: #ff6f00 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme {
  color: #2196f3 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-50 {
  color: #e3f2fd !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-100 {
  color: #bbdefb !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-200 {
  color: #90caf9 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-300 {
  color: #64b5f6 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-400 {
  color: #42a5f5 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-500 {
  color: #2196f3 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-600 {
  color: #1e88e5 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-700 {
  color: #1976d2 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-800 {
  color: #1565c0 !important;
}
.mdui-theme-primary-blue .mdui-text-color-theme-900 {
  color: #0d47a1 !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme {
  color: #607d8b !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-50 {
  color: #eceff1 !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-100 {
  color: #cfd8dc !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-200 {
  color: #b0bec5 !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-300 {
  color: #90a4ae !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-400 {
  color: #78909c !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-500 {
  color: #607d8b !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-600 {
  color: #546e7a !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-700 {
  color: #455a64 !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-800 {
  color: #37474f !important;
}
.mdui-theme-primary-blue-grey .mdui-text-color-theme-900 {
  color: #263238 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme {
  color: #795548 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-50 {
  color: #efebe9 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-100 {
  color: #d7ccc8 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-200 {
  color: #bcaaa4 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-300 {
  color: #a1887f !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-400 {
  color: #8d6e63 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-500 {
  color: #795548 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-600 {
  color: #6d4c41 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-700 {
  color: #5d4037 !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-800 {
  color: #4e342e !important;
}
.mdui-theme-primary-brown .mdui-text-color-theme-900 {
  color: #3e2723 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme {
  color: #00bcd4 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-50 {
  color: #e0f7fa !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-100 {
  color: #b2ebf2 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-200 {
  color: #80deea !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-300 {
  color: #4dd0e1 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-400 {
  color: #26c6da !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-500 {
  color: #00bcd4 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-600 {
  color: #00acc1 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-700 {
  color: #0097a7 !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-800 {
  color: #00838f !important;
}
.mdui-theme-primary-cyan .mdui-text-color-theme-900 {
  color: #006064 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme {
  color: #ff5722 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-50 {
  color: #fbe9e7 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-100 {
  color: #ffccbc !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-200 {
  color: #ffab91 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-300 {
  color: #ff8a65 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-400 {
  color: #ff7043 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-500 {
  color: #ff5722 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-600 {
  color: #f4511e !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-700 {
  color: #e64a19 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-800 {
  color: #d84315 !important;
}
.mdui-theme-primary-deep-orange .mdui-text-color-theme-900 {
  color: #bf360c !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme {
  color: #673ab7 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-50 {
  color: #ede7f6 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-100 {
  color: #d1c4e9 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-200 {
  color: #b39ddb !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-300 {
  color: #9575cd !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-400 {
  color: #7e57c2 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-500 {
  color: #673ab7 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-600 {
  color: #5e35b1 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-700 {
  color: #512da8 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-800 {
  color: #4527a0 !important;
}
.mdui-theme-primary-deep-purple .mdui-text-color-theme-900 {
  color: #311b92 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme {
  color: #4caf50 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-50 {
  color: #e8f5e9 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-100 {
  color: #c8e6c9 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-200 {
  color: #a5d6a7 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-300 {
  color: #81c784 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-400 {
  color: #66bb6a !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-500 {
  color: #4caf50 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-600 {
  color: #43a047 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-700 {
  color: #388e3c !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-800 {
  color: #2e7d32 !important;
}
.mdui-theme-primary-green .mdui-text-color-theme-900 {
  color: #1b5e20 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme {
  color: #9e9e9e !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-50 {
  color: #fafafa !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-100 {
  color: #f5f5f5 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-200 {
  color: #eee !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-300 {
  color: #e0e0e0 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-400 {
  color: #bdbdbd !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-500 {
  color: #9e9e9e !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-600 {
  color: #757575 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-700 {
  color: #616161 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-800 {
  color: #424242 !important;
}
.mdui-theme-primary-grey .mdui-text-color-theme-900 {
  color: #212121 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme {
  color: #3f51b5 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-50 {
  color: #e8eaf6 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-100 {
  color: #c5cae9 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-200 {
  color: #9fa8da !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-300 {
  color: #7986cb !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-400 {
  color: #5c6bc0 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-500 {
  color: #3f51b5 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-600 {
  color: #3949ab !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-700 {
  color: #303f9f !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-800 {
  color: #283593 !important;
}
.mdui-theme-primary-indigo .mdui-text-color-theme-900 {
  color: #1a237e !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme {
  color: #03a9f4 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-50 {
  color: #e1f5fe !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-100 {
  color: #b3e5fc !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-200 {
  color: #81d4fa !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-300 {
  color: #4fc3f7 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-400 {
  color: #29b6f6 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-500 {
  color: #03a9f4 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-600 {
  color: #039be5 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-700 {
  color: #0288d1 !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-800 {
  color: #0277bd !important;
}
.mdui-theme-primary-light-blue .mdui-text-color-theme-900 {
  color: #01579b !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme {
  color: #8bc34a !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-50 {
  color: #f1f8e9 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-100 {
  color: #dcedc8 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-200 {
  color: #c5e1a5 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-300 {
  color: #aed581 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-400 {
  color: #9ccc65 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-500 {
  color: #8bc34a !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-600 {
  color: #7cb342 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-700 {
  color: #689f38 !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-800 {
  color: #558b2f !important;
}
.mdui-theme-primary-light-green .mdui-text-color-theme-900 {
  color: #33691e !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme {
  color: #cddc39 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-50 {
  color: #f9fbe7 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-100 {
  color: #f0f4c3 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-200 {
  color: #e6ee9c !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-300 {
  color: #dce775 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-400 {
  color: #d4e157 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-500 {
  color: #cddc39 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-600 {
  color: #c0ca33 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-700 {
  color: #afb42b !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-800 {
  color: #9e9d24 !important;
}
.mdui-theme-primary-lime .mdui-text-color-theme-900 {
  color: #827717 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme {
  color: #ff9800 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-50 {
  color: #fff3e0 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-100 {
  color: #ffe0b2 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-200 {
  color: #ffcc80 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-300 {
  color: #ffb74d !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-400 {
  color: #ffa726 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-500 {
  color: #ff9800 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-600 {
  color: #fb8c00 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-700 {
  color: #f57c00 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-800 {
  color: #ef6c00 !important;
}
.mdui-theme-primary-orange .mdui-text-color-theme-900 {
  color: #e65100 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme {
  color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-50 {
  color: #fce4ec !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-100 {
  color: #f8bbd0 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-200 {
  color: #f48fb1 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-300 {
  color: #f06292 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-400 {
  color: #ec407a !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-500 {
  color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-600 {
  color: #d81b60 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-700 {
  color: #c2185b !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-800 {
  color: #ad1457 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-900 {
  color: #880e4f !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme {
  color: #9c27b0 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-50 {
  color: #f3e5f5 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-100 {
  color: #e1bee7 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-200 {
  color: #ce93d8 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-300 {
  color: #ba68c8 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-400 {
  color: #ab47bc !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-500 {
  color: #9c27b0 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-600 {
  color: #8e24aa !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-700 {
  color: #7b1fa2 !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-800 {
  color: #6a1b9a !important;
}
.mdui-theme-primary-purple .mdui-text-color-theme-900 {
  color: #4a148c !important;
}
.mdui-theme-primary-red .mdui-text-color-theme {
  color: #f44336 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-50 {
  color: #ffebee !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-100 {
  color: #ffcdd2 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-200 {
  color: #ef9a9a !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-300 {
  color: #e57373 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-400 {
  color: #ef5350 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-500 {
  color: #f44336 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-600 {
  color: #e53935 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-700 {
  color: #d32f2f !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-800 {
  color: #c62828 !important;
}
.mdui-theme-primary-red .mdui-text-color-theme-900 {
  color: #b71c1c !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme {
  color: #009688 !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-50 {
  color: #e0f2f1 !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-100 {
  color: #b2dfdb !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-200 {
  color: #80cbc4 !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-300 {
  color: #4db6ac !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-400 {
  color: #26a69a !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-500 {
  color: #009688 !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-600 {
  color: #00897b !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-700 {
  color: #00796b !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-800 {
  color: #00695c !important;
}
.mdui-theme-primary-teal .mdui-text-color-theme-900 {
  color: #004d40 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme {
  color: #ffeb3b !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-50 {
  color: #fffde7 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-100 {
  color: #fff9c4 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-200 {
  color: #fff59d !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-300 {
  color: #fff176 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-400 {
  color: #ffee58 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-500 {
  color: #ffeb3b !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-600 {
  color: #fdd835 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-700 {
  color: #fbc02d !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-800 {
  color: #f9a825 !important;
}
.mdui-theme-primary-yellow .mdui-text-color-theme-900 {
  color: #f57f17 !important;
}
/**
 * .mdui-theme-accent-[color] .mdui-text-color-theme-accent
 * .mdui-theme-accent-[color] .mdui-text-color-theme-[degree]
 */
.mdui-theme-accent-amber .mdui-text-color-theme-accent {
  color: #ffd740 !important;
}
.mdui-theme-accent-amber .mdui-text-color-theme-a100 {
  color: #ffe57f !important;
}
.mdui-theme-accent-amber .mdui-text-color-theme-a200 {
  color: #ffd740 !important;
}
.mdui-theme-accent-amber .mdui-text-color-theme-a400 {
  color: #ffc400 !important;
}
.mdui-theme-accent-amber .mdui-text-color-theme-a700 {
  color: #ffab00 !important;
}
.mdui-theme-accent-blue .mdui-text-color-theme-accent {
  color: #448aff !important;
}
.mdui-theme-accent-blue .mdui-text-color-theme-a100 {
  color: #82b1ff !important;
}
.mdui-theme-accent-blue .mdui-text-color-theme-a200 {
  color: #448aff !important;
}
.mdui-theme-accent-blue .mdui-text-color-theme-a400 {
  color: #2979ff !important;
}
.mdui-theme-accent-blue .mdui-text-color-theme-a700 {
  color: #2962ff !important;
}
.mdui-theme-accent-cyan .mdui-text-color-theme-accent {
  color: #18ffff !important;
}
.mdui-theme-accent-cyan .mdui-text-color-theme-a100 {
  color: #84ffff !important;
}
.mdui-theme-accent-cyan .mdui-text-color-theme-a200 {
  color: #18ffff !important;
}
.mdui-theme-accent-cyan .mdui-text-color-theme-a400 {
  color: #00e5ff !important;
}
.mdui-theme-accent-cyan .mdui-text-color-theme-a700 {
  color: #00b8d4 !important;
}
.mdui-theme-accent-deep-orange .mdui-text-color-theme-accent {
  color: #ff6e40 !important;
}
.mdui-theme-accent-deep-orange .mdui-text-color-theme-a100 {
  color: #ff9e80 !important;
}
.mdui-theme-accent-deep-orange .mdui-text-color-theme-a200 {
  color: #ff6e40 !important;
}
.mdui-theme-accent-deep-orange .mdui-text-color-theme-a400 {
  color: #ff3d00 !important;
}
.mdui-theme-accent-deep-orange .mdui-text-color-theme-a700 {
  color: #dd2c00 !important;
}
.mdui-theme-accent-deep-purple .mdui-text-color-theme-accent {
  color: #7c4dff !important;
}
.mdui-theme-accent-deep-purple .mdui-text-color-theme-a100 {
  color: #b388ff !important;
}
.mdui-theme-accent-deep-purple .mdui-text-color-theme-a200 {
  color: #7c4dff !important;
}
.mdui-theme-accent-deep-purple .mdui-text-color-theme-a400 {
  color: #651fff !important;
}
.mdui-theme-accent-deep-purple .mdui-text-color-theme-a700 {
  color: #6200ea !important;
}
.mdui-theme-accent-green .mdui-text-color-theme-accent {
  color: #69f0ae !important;
}
.mdui-theme-accent-green .mdui-text-color-theme-a100 {
  color: #b9f6ca !important;
}
.mdui-theme-accent-green .mdui-text-color-theme-a200 {
  color: #69f0ae !important;
}
.mdui-theme-accent-green .mdui-text-color-theme-a400 {
  color: #00e676 !important;
}
.mdui-theme-accent-green .mdui-text-color-theme-a700 {
  color: #00c853 !important;
}
.mdui-theme-accent-indigo .mdui-text-color-theme-accent {
  color: #536dfe !important;
}
.mdui-theme-accent-indigo .mdui-text-color-theme-a100 {
  color: #8c9eff !important;
}
.mdui-theme-accent-indigo .mdui-text-color-theme-a200 {
  color: #536dfe !important;
}
.mdui-theme-accent-indigo .mdui-text-color-theme-a400 {
  color: #3d5afe !important;
}
.mdui-theme-accent-indigo .mdui-text-color-theme-a700 {
  color: #304ffe !important;
}
.mdui-theme-accent-light-blue .mdui-text-color-theme-accent {
  color: #40c4ff !important;
}
.mdui-theme-accent-light-blue .mdui-text-color-theme-a100 {
  color: #80d8ff !important;
}
.mdui-theme-accent-light-blue .mdui-text-color-theme-a200 {
  color: #40c4ff !important;
}
.mdui-theme-accent-light-blue .mdui-text-color-theme-a400 {
  color: #00b0ff !important;
}
.mdui-theme-accent-light-blue .mdui-text-color-theme-a700 {
  color: #0091ea !important;
}
.mdui-theme-accent-light-green .mdui-text-color-theme-accent {
  color: #b2ff59 !important;
}
.mdui-theme-accent-light-green .mdui-text-color-theme-a100 {
  color: #ccff90 !important;
}
.mdui-theme-accent-light-green .mdui-text-color-theme-a200 {
  color: #b2ff59 !important;
}
.mdui-theme-accent-light-green .mdui-text-color-theme-a400 {
  color: #76ff03 !important;
}
.mdui-theme-accent-light-green .mdui-text-color-theme-a700 {
  color: #64dd17 !important;
}
.mdui-theme-accent-lime .mdui-text-color-theme-accent {
  color: #eeff41 !important;
}
.mdui-theme-accent-lime .mdui-text-color-theme-a100 {
  color: #f4ff81 !important;
}
.mdui-theme-accent-lime .mdui-text-color-theme-a200 {
  color: #eeff41 !important;
}
.mdui-theme-accent-lime .mdui-text-color-theme-a400 {
  color: #c6ff00 !important;
}
.mdui-theme-accent-lime .mdui-text-color-theme-a700 {
  color: #aeea00 !important;
}
.mdui-theme-accent-orange .mdui-text-color-theme-accent {
  color: #ffab40 !important;
}
.mdui-theme-accent-orange .mdui-text-color-theme-a100 {
  color: #ffd180 !important;
}
.mdui-theme-accent-orange .mdui-text-color-theme-a200 {
  color: #ffab40 !important;
}
.mdui-theme-accent-orange .mdui-text-color-theme-a400 {
  color: #ff9100 !important;
}
.mdui-theme-accent-orange .mdui-text-color-theme-a700 {
  color: #ff6d00 !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-accent {
  color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-a100 {
  color: #ff80ab !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-a200 {
  color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-a400 {
  color: #f50057 !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-a700 {
  color: #c51162 !important;
}
.mdui-theme-accent-purple .mdui-text-color-theme-accent {
  color: #e040fb !important;
}
.mdui-theme-accent-purple .mdui-text-color-theme-a100 {
  color: #ea80fc !important;
}
.mdui-theme-accent-purple .mdui-text-color-theme-a200 {
  color: #e040fb !important;
}
.mdui-theme-accent-purple .mdui-text-color-theme-a400 {
  color: #d500f9 !important;
}
.mdui-theme-accent-purple .mdui-text-color-theme-a700 {
  color: #a0f !important;
}
.mdui-theme-accent-red .mdui-text-color-theme-accent {
  color: #ff5252 !important;
}
.mdui-theme-accent-red .mdui-text-color-theme-a100 {
  color: #ff8a80 !important;
}
.mdui-theme-accent-red .mdui-text-color-theme-a200 {
  color: #ff5252 !important;
}
.mdui-theme-accent-red .mdui-text-color-theme-a400 {
  color: #ff1744 !important;
}
.mdui-theme-accent-red .mdui-text-color-theme-a700 {
  color: #d50000 !important;
}
.mdui-theme-accent-teal .mdui-text-color-theme-accent {
  color: #64ffda !important;
}
.mdui-theme-accent-teal .mdui-text-color-theme-a100 {
  color: #a7ffeb !important;
}
.mdui-theme-accent-teal .mdui-text-color-theme-a200 {
  color: #64ffda !important;
}
.mdui-theme-accent-teal .mdui-text-color-theme-a400 {
  color: #1de9b6 !important;
}
.mdui-theme-accent-teal .mdui-text-color-theme-a700 {
  color: #00bfa5 !important;
}
.mdui-theme-accent-yellow .mdui-text-color-theme-accent {
  color: #ff0 !important;
}
.mdui-theme-accent-yellow .mdui-text-color-theme-a100 {
  color: #ffff8d !important;
}
.mdui-theme-accent-yellow .mdui-text-color-theme-a200 {
  color: #ff0 !important;
}
.mdui-theme-accent-yellow .mdui-text-color-theme-a400 {
  color: #ffea00 !important;
}
.mdui-theme-accent-yellow .mdui-text-color-theme-a700 {
  color: #ffd600 !important;
}
/**
 * .mdui-text-color-[color]
 * .mdui-text-color-[color]-[degree]
 */
.mdui-text-color-amber {
  color: #ffc107 !important;
}
.mdui-text-color-amber-50 {
  color: #fff8e1 !important;
}
.mdui-text-color-amber-100 {
  color: #ffecb3 !important;
}
.mdui-text-color-amber-200 {
  color: #ffe082 !important;
}
.mdui-text-color-amber-300 {
  color: #ffd54f !important;
}
.mdui-text-color-amber-400 {
  color: #ffca28 !important;
}
.mdui-text-color-amber-500 {
  color: #ffc107 !important;
}
.mdui-text-color-amber-600 {
  color: #ffb300 !important;
}
.mdui-text-color-amber-700 {
  color: #ffa000 !important;
}
.mdui-text-color-amber-800 {
  color: #ff8f00 !important;
}
.mdui-text-color-amber-900 {
  color: #ff6f00 !important;
}
.mdui-text-color-blue {
  color: #2196f3 !important;
}
.mdui-text-color-blue-50 {
  color: #e3f2fd !important;
}
.mdui-text-color-blue-100 {
  color: #bbdefb !important;
}
.mdui-text-color-blue-200 {
  color: #90caf9 !important;
}
.mdui-text-color-blue-300 {
  color: #64b5f6 !important;
}
.mdui-text-color-blue-400 {
  color: #42a5f5 !important;
}
.mdui-text-color-blue-500 {
  color: #2196f3 !important;
}
.mdui-text-color-blue-600 {
  color: #1e88e5 !important;
}
.mdui-text-color-blue-700 {
  color: #1976d2 !important;
}
.mdui-text-color-blue-800 {
  color: #1565c0 !important;
}
.mdui-text-color-blue-900 {
  color: #0d47a1 !important;
}
.mdui-text-color-blue-grey {
  color: #607d8b !important;
}
.mdui-text-color-blue-grey-50 {
  color: #eceff1 !important;
}
.mdui-text-color-blue-grey-100 {
  color: #cfd8dc !important;
}
.mdui-text-color-blue-grey-200 {
  color: #b0bec5 !important;
}
.mdui-text-color-blue-grey-300 {
  color: #90a4ae !important;
}
.mdui-text-color-blue-grey-400 {
  color: #78909c !important;
}
.mdui-text-color-blue-grey-500 {
  color: #607d8b !important;
}
.mdui-text-color-blue-grey-600 {
  color: #546e7a !important;
}
.mdui-text-color-blue-grey-700 {
  color: #455a64 !important;
}
.mdui-text-color-blue-grey-800 {
  color: #37474f !important;
}
.mdui-text-color-blue-grey-900 {
  color: #263238 !important;
}
.mdui-text-color-brown {
  color: #795548 !important;
}
.mdui-text-color-brown-50 {
  color: #efebe9 !important;
}
.mdui-text-color-brown-100 {
  color: #d7ccc8 !important;
}
.mdui-text-color-brown-200 {
  color: #bcaaa4 !important;
}
.mdui-text-color-brown-300 {
  color: #a1887f !important;
}
.mdui-text-color-brown-400 {
  color: #8d6e63 !important;
}
.mdui-text-color-brown-500 {
  color: #795548 !important;
}
.mdui-text-color-brown-600 {
  color: #6d4c41 !important;
}
.mdui-text-color-brown-700 {
  color: #5d4037 !important;
}
.mdui-text-color-brown-800 {
  color: #4e342e !important;
}
.mdui-text-color-brown-900 {
  color: #3e2723 !important;
}
.mdui-text-color-cyan {
  color: #00bcd4 !important;
}
.mdui-text-color-cyan-50 {
  color: #e0f7fa !important;
}
.mdui-text-color-cyan-100 {
  color: #b2ebf2 !important;
}
.mdui-text-color-cyan-200 {
  color: #80deea !important;
}
.mdui-text-color-cyan-300 {
  color: #4dd0e1 !important;
}
.mdui-text-color-cyan-400 {
  color: #26c6da !important;
}
.mdui-text-color-cyan-500 {
  color: #00bcd4 !important;
}
.mdui-text-color-cyan-600 {
  color: #00acc1 !important;
}
.mdui-text-color-cyan-700 {
  color: #0097a7 !important;
}
.mdui-text-color-cyan-800 {
  color: #00838f !important;
}
.mdui-text-color-cyan-900 {
  color: #006064 !important;
}
.mdui-text-color-deep-orange {
  color: #ff5722 !important;
}
.mdui-text-color-deep-orange-50 {
  color: #fbe9e7 !important;
}
.mdui-text-color-deep-orange-100 {
  color: #ffccbc !important;
}
.mdui-text-color-deep-orange-200 {
  color: #ffab91 !important;
}
.mdui-text-color-deep-orange-300 {
  color: #ff8a65 !important;
}
.mdui-text-color-deep-orange-400 {
  color: #ff7043 !important;
}
.mdui-text-color-deep-orange-500 {
  color: #ff5722 !important;
}
.mdui-text-color-deep-orange-600 {
  color: #f4511e !important;
}
.mdui-text-color-deep-orange-700 {
  color: #e64a19 !important;
}
.mdui-text-color-deep-orange-800 {
  color: #d84315 !important;
}
.mdui-text-color-deep-orange-900 {
  color: #bf360c !important;
}
.mdui-text-color-deep-purple {
  color: #673ab7 !important;
}
.mdui-text-color-deep-purple-50 {
  color: #ede7f6 !important;
}
.mdui-text-color-deep-purple-100 {
  color: #d1c4e9 !important;
}
.mdui-text-color-deep-purple-200 {
  color: #b39ddb !important;
}
.mdui-text-color-deep-purple-300 {
  color: #9575cd !important;
}
.mdui-text-color-deep-purple-400 {
  color: #7e57c2 !important;
}
.mdui-text-color-deep-purple-500 {
  color: #673ab7 !important;
}
.mdui-text-color-deep-purple-600 {
  color: #5e35b1 !important;
}
.mdui-text-color-deep-purple-700 {
  color: #512da8 !important;
}
.mdui-text-color-deep-purple-800 {
  color: #4527a0 !important;
}
.mdui-text-color-deep-purple-900 {
  color: #311b92 !important;
}
.mdui-text-color-green {
  color: #4caf50 !important;
}
.mdui-text-color-green-50 {
  color: #e8f5e9 !important;
}
.mdui-text-color-green-100 {
  color: #c8e6c9 !important;
}
.mdui-text-color-green-200 {
  color: #a5d6a7 !important;
}
.mdui-text-color-green-300 {
  color: #81c784 !important;
}
.mdui-text-color-green-400 {
  color: #66bb6a !important;
}
.mdui-text-color-green-500 {
  color: #4caf50 !important;
}
.mdui-text-color-green-600 {
  color: #43a047 !important;
}
.mdui-text-color-green-700 {
  color: #388e3c !important;
}
.mdui-text-color-green-800 {
  color: #2e7d32 !important;
}
.mdui-text-color-green-900 {
  color: #1b5e20 !important;
}
.mdui-text-color-grey {
  color: #9e9e9e !important;
}
.mdui-text-color-grey-50 {
  color: #fafafa !important;
}
.mdui-text-color-grey-100 {
  color: #f5f5f5 !important;
}
.mdui-text-color-grey-200 {
  color: #eee !important;
}
.mdui-text-color-grey-300 {
  color: #e0e0e0 !important;
}
.mdui-text-color-grey-400 {
  color: #bdbdbd !important;
}
.mdui-text-color-grey-500 {
  color: #9e9e9e !important;
}
.mdui-text-color-grey-600 {
  color: #757575 !important;
}
.mdui-text-color-grey-700 {
  color: #616161 !important;
}
.mdui-text-color-grey-800 {
  color: #424242 !important;
}
.mdui-text-color-grey-900 {
  color: #212121 !important;
}
.mdui-text-color-indigo {
  color: #3f51b5 !important;
}
.mdui-text-color-indigo-50 {
  color: #e8eaf6 !important;
}
.mdui-text-color-indigo-100 {
  color: #c5cae9 !important;
}
.mdui-text-color-indigo-200 {
  color: #9fa8da !important;
}
.mdui-text-color-indigo-300 {
  color: #7986cb !important;
}
.mdui-text-color-indigo-400 {
  color: #5c6bc0 !important;
}
.mdui-text-color-indigo-500 {
  color: #3f51b5 !important;
}
.mdui-text-color-indigo-600 {
  color: #3949ab !important;
}
.mdui-text-color-indigo-700 {
  color: #303f9f !important;
}
.mdui-text-color-indigo-800 {
  color: #283593 !important;
}
.mdui-text-color-indigo-900 {
  color: #1a237e !important;
}
.mdui-text-color-light-blue {
  color: #03a9f4 !important;
}
.mdui-text-color-light-blue-50 {
  color: #e1f5fe !important;
}
.mdui-text-color-light-blue-100 {
  color: #b3e5fc !important;
}
.mdui-text-color-light-blue-200 {
  color: #81d4fa !important;
}
.mdui-text-color-light-blue-300 {
  color: #4fc3f7 !important;
}
.mdui-text-color-light-blue-400 {
  color: #29b6f6 !important;
}
.mdui-text-color-light-blue-500 {
  color: #03a9f4 !important;
}
.mdui-text-color-light-blue-600 {
  color: #039be5 !important;
}
.mdui-text-color-light-blue-700 {
  color: #0288d1 !important;
}
.mdui-text-color-light-blue-800 {
  color: #0277bd !important;
}
.mdui-text-color-light-blue-900 {
  color: #01579b !important;
}
.mdui-text-color-light-green {
  color: #8bc34a !important;
}
.mdui-text-color-light-green-50 {
  color: #f1f8e9 !important;
}
.mdui-text-color-light-green-100 {
  color: #dcedc8 !important;
}
.mdui-text-color-light-green-200 {
  color: #c5e1a5 !important;
}
.mdui-text-color-light-green-300 {
  color: #aed581 !important;
}
.mdui-text-color-light-green-400 {
  color: #9ccc65 !important;
}
.mdui-text-color-light-green-500 {
  color: #8bc34a !important;
}
.mdui-text-color-light-green-600 {
  color: #7cb342 !important;
}
.mdui-text-color-light-green-700 {
  color: #689f38 !important;
}
.mdui-text-color-light-green-800 {
  color: #558b2f !important;
}
.mdui-text-color-light-green-900 {
  color: #33691e !important;
}
.mdui-text-color-lime {
  color: #cddc39 !important;
}
.mdui-text-color-lime-50 {
  color: #f9fbe7 !important;
}
.mdui-text-color-lime-100 {
  color: #f0f4c3 !important;
}
.mdui-text-color-lime-200 {
  color: #e6ee9c !important;
}
.mdui-text-color-lime-300 {
  color: #dce775 !important;
}
.mdui-text-color-lime-400 {
  color: #d4e157 !important;
}
.mdui-text-color-lime-500 {
  color: #cddc39 !important;
}
.mdui-text-color-lime-600 {
  color: #c0ca33 !important;
}
.mdui-text-color-lime-700 {
  color: #afb42b !important;
}
.mdui-text-color-lime-800 {
  color: #9e9d24 !important;
}
.mdui-text-color-lime-900 {
  color: #827717 !important;
}
.mdui-text-color-orange {
  color: #ff9800 !important;
}
.mdui-text-color-orange-50 {
  color: #fff3e0 !important;
}
.mdui-text-color-orange-100 {
  color: #ffe0b2 !important;
}
.mdui-text-color-orange-200 {
  color: #ffcc80 !important;
}
.mdui-text-color-orange-300 {
  color: #ffb74d !important;
}
.mdui-text-color-orange-400 {
  color: #ffa726 !important;
}
.mdui-text-color-orange-500 {
  color: #ff9800 !important;
}
.mdui-text-color-orange-600 {
  color: #fb8c00 !important;
}
.mdui-text-color-orange-700 {
  color: #f57c00 !important;
}
.mdui-text-color-orange-800 {
  color: #ef6c00 !important;
}
.mdui-text-color-orange-900 {
  color: #e65100 !important;
}
.mdui-text-color-pink {
  color: #e91e63 !important;
}
.mdui-text-color-pink-50 {
  color: #fce4ec !important;
}
.mdui-text-color-pink-100 {
  color: #f8bbd0 !important;
}
.mdui-text-color-pink-200 {
  color: #f48fb1 !important;
}
.mdui-text-color-pink-300 {
  color: #f06292 !important;
}
.mdui-text-color-pink-400 {
  color: #ec407a !important;
}
.mdui-text-color-pink-500 {
  color: #e91e63 !important;
}
.mdui-text-color-pink-600 {
  color: #d81b60 !important;
}
.mdui-text-color-pink-700 {
  color: #c2185b !important;
}
.mdui-text-color-pink-800 {
  color: #ad1457 !important;
}
.mdui-text-color-pink-900 {
  color: #880e4f !important;
}
.mdui-text-color-purple {
  color: #9c27b0 !important;
}
.mdui-text-color-purple-50 {
  color: #f3e5f5 !important;
}
.mdui-text-color-purple-100 {
  color: #e1bee7 !important;
}
.mdui-text-color-purple-200 {
  color: #ce93d8 !important;
}
.mdui-text-color-purple-300 {
  color: #ba68c8 !important;
}
.mdui-text-color-purple-400 {
  color: #ab47bc !important;
}
.mdui-text-color-purple-500 {
  color: #9c27b0 !important;
}
.mdui-text-color-purple-600 {
  color: #8e24aa !important;
}
.mdui-text-color-purple-700 {
  color: #7b1fa2 !important;
}
.mdui-text-color-purple-800 {
  color: #6a1b9a !important;
}
.mdui-text-color-purple-900 {
  color: #4a148c !important;
}
.mdui-text-color-red {
  color: #f44336 !important;
}
.mdui-text-color-red-50 {
  color: #ffebee !important;
}
.mdui-text-color-red-100 {
  color: #ffcdd2 !important;
}
.mdui-text-color-red-200 {
  color: #ef9a9a !important;
}
.mdui-text-color-red-300 {
  color: #e57373 !important;
}
.mdui-text-color-red-400 {
  color: #ef5350 !important;
}
.mdui-text-color-red-500 {
  color: #f44336 !important;
}
.mdui-text-color-red-600 {
  color: #e53935 !important;
}
.mdui-text-color-red-700 {
  color: #d32f2f !important;
}
.mdui-text-color-red-800 {
  color: #c62828 !important;
}
.mdui-text-color-red-900 {
  color: #b71c1c !important;
}
.mdui-text-color-teal {
  color: #009688 !important;
}
.mdui-text-color-teal-50 {
  color: #e0f2f1 !important;
}
.mdui-text-color-teal-100 {
  color: #b2dfdb !important;
}
.mdui-text-color-teal-200 {
  color: #80cbc4 !important;
}
.mdui-text-color-teal-300 {
  color: #4db6ac !important;
}
.mdui-text-color-teal-400 {
  color: #26a69a !important;
}
.mdui-text-color-teal-500 {
  color: #009688 !important;
}
.mdui-text-color-teal-600 {
  color: #00897b !important;
}
.mdui-text-color-teal-700 {
  color: #00796b !important;
}
.mdui-text-color-teal-800 {
  color: #00695c !important;
}
.mdui-text-color-teal-900 {
  color: #004d40 !important;
}
.mdui-text-color-yellow {
  color: #ffeb3b !important;
}
.mdui-text-color-yellow-50 {
  color: #fffde7 !important;
}
.mdui-text-color-yellow-100 {
  color: #fff9c4 !important;
}
.mdui-text-color-yellow-200 {
  color: #fff59d !important;
}
.mdui-text-color-yellow-300 {
  color: #fff176 !important;
}
.mdui-text-color-yellow-400 {
  color: #ffee58 !important;
}
.mdui-text-color-yellow-500 {
  color: #ffeb3b !important;
}
.mdui-text-color-yellow-600 {
  color: #fdd835 !important;
}
.mdui-text-color-yellow-700 {
  color: #fbc02d !important;
}
.mdui-text-color-yellow-800 {
  color: #f9a825 !important;
}
.mdui-text-color-yellow-900 {
  color: #f57f17 !important;
}
/**
 * .mdui-text-color-[color]-accent
 * .mdui-text-color-[color]-[degree]
 */
.mdui-text-color-amber-accent {
  color: #ffd740 !important;
}
.mdui-text-color-amber-a100 {
  color: #ffe57f !important;
}
.mdui-text-color-amber-a200 {
  color: #ffd740 !important;
}
.mdui-text-color-amber-a400 {
  color: #ffc400 !important;
}
.mdui-text-color-amber-a700 {
  color: #ffab00 !important;
}
.mdui-text-color-blue-accent {
  color: #448aff !important;
}
.mdui-text-color-blue-a100 {
  color: #82b1ff !important;
}
.mdui-text-color-blue-a200 {
  color: #448aff !important;
}
.mdui-text-color-blue-a400 {
  color: #2979ff !important;
}
.mdui-text-color-blue-a700 {
  color: #2962ff !important;
}
.mdui-text-color-cyan-accent {
  color: #18ffff !important;
}
.mdui-text-color-cyan-a100 {
  color: #84ffff !important;
}
.mdui-text-color-cyan-a200 {
  color: #18ffff !important;
}
.mdui-text-color-cyan-a400 {
  color: #00e5ff !important;
}
.mdui-text-color-cyan-a700 {
  color: #00b8d4 !important;
}
.mdui-text-color-deep-orange-accent {
  color: #ff6e40 !important;
}
.mdui-text-color-deep-orange-a100 {
  color: #ff9e80 !important;
}
.mdui-text-color-deep-orange-a200 {
  color: #ff6e40 !important;
}
.mdui-text-color-deep-orange-a400 {
  color: #ff3d00 !important;
}
.mdui-text-color-deep-orange-a700 {
  color: #dd2c00 !important;
}
.mdui-text-color-deep-purple-accent {
  color: #7c4dff !important;
}
.mdui-text-color-deep-purple-a100 {
  color: #b388ff !important;
}
.mdui-text-color-deep-purple-a200 {
  color: #7c4dff !important;
}
.mdui-text-color-deep-purple-a400 {
  color: #651fff !important;
}
.mdui-text-color-deep-purple-a700 {
  color: #6200ea !important;
}
.mdui-text-color-green-accent {
  color: #69f0ae !important;
}
.mdui-text-color-green-a100 {
  color: #b9f6ca !important;
}
.mdui-text-color-green-a200 {
  color: #69f0ae !important;
}
.mdui-text-color-green-a400 {
  color: #00e676 !important;
}
.mdui-text-color-green-a700 {
  color: #00c853 !important;
}
.mdui-text-color-indigo-accent {
  color: #536dfe !important;
}
.mdui-text-color-indigo-a100 {
  color: #8c9eff !important;
}
.mdui-text-color-indigo-a200 {
  color: #536dfe !important;
}
.mdui-text-color-indigo-a400 {
  color: #3d5afe !important;
}
.mdui-text-color-indigo-a700 {
  color: #304ffe !important;
}
.mdui-text-color-light-blue-accent {
  color: #40c4ff !important;
}
.mdui-text-color-light-blue-a100 {
  color: #80d8ff !important;
}
.mdui-text-color-light-blue-a200 {
  color: #40c4ff !important;
}
.mdui-text-color-light-blue-a400 {
  color: #00b0ff !important;
}
.mdui-text-color-light-blue-a700 {
  color: #0091ea !important;
}
.mdui-text-color-light-green-accent {
  color: #b2ff59 !important;
}
.mdui-text-color-light-green-a100 {
  color: #ccff90 !important;
}
.mdui-text-color-light-green-a200 {
  color: #b2ff59 !important;
}
.mdui-text-color-light-green-a400 {
  color: #76ff03 !important;
}
.mdui-text-color-light-green-a700 {
  color: #64dd17 !important;
}
.mdui-text-color-lime-accent {
  color: #eeff41 !important;
}
.mdui-text-color-lime-a100 {
  color: #f4ff81 !important;
}
.mdui-text-color-lime-a200 {
  color: #eeff41 !important;
}
.mdui-text-color-lime-a400 {
  color: #c6ff00 !important;
}
.mdui-text-color-lime-a700 {
  color: #aeea00 !important;
}
.mdui-text-color-orange-accent {
  color: #ffab40 !important;
}
.mdui-text-color-orange-a100 {
  color: #ffd180 !important;
}
.mdui-text-color-orange-a200 {
  color: #ffab40 !important;
}
.mdui-text-color-orange-a400 {
  color: #ff9100 !important;
}
.mdui-text-color-orange-a700 {
  color: #ff6d00 !important;
}
.mdui-text-color-pink-accent {
  color: #ff4081 !important;
}
.mdui-text-color-pink-a100 {
  color: #ff80ab !important;
}
.mdui-text-color-pink-a200 {
  color: #ff4081 !important;
}
.mdui-text-color-pink-a400 {
  color: #f50057 !important;
}
.mdui-text-color-pink-a700 {
  color: #c51162 !important;
}
.mdui-text-color-purple-accent {
  color: #e040fb !important;
}
.mdui-text-color-purple-a100 {
  color: #ea80fc !important;
}
.mdui-text-color-purple-a200 {
  color: #e040fb !important;
}
.mdui-text-color-purple-a400 {
  color: #d500f9 !important;
}
.mdui-text-color-purple-a700 {
  color: #a0f !important;
}
.mdui-text-color-red-accent {
  color: #ff5252 !important;
}
.mdui-text-color-red-a100 {
  color: #ff8a80 !important;
}
.mdui-text-color-red-a200 {
  color: #ff5252 !important;
}
.mdui-text-color-red-a400 {
  color: #ff1744 !important;
}
.mdui-text-color-red-a700 {
  color: #d50000 !important;
}
.mdui-text-color-teal-accent {
  color: #64ffda !important;
}
.mdui-text-color-teal-a100 {
  color: #a7ffeb !important;
}
.mdui-text-color-teal-a200 {
  color: #64ffda !important;
}
.mdui-text-color-teal-a400 {
  color: #1de9b6 !important;
}
.mdui-text-color-teal-a700 {
  color: #00bfa5 !important;
}
.mdui-text-color-yellow-accent {
  color: #ff0 !important;
}
.mdui-text-color-yellow-a100 {
  color: #ffff8d !important;
}
.mdui-text-color-yellow-a200 {
  color: #ff0 !important;
}
.mdui-text-color-yellow-a400 {
  color: #ffea00 !important;
}
.mdui-text-color-yellow-a700 {
  color: #ffd600 !important;
}
/**
 * .mdui-text-color-black
 * .mdui-text-color-black-[]
 * .mdui-text-color-theme-[]
 */
.mdui-text-color-black {
  color: #000 !important;
}
.mdui-text-color-black-text,
.mdui-text-color-theme-text {
  color: rgba(0, 0, 0, .87) !important;
}
.mdui-text-color-black-secondary,
.mdui-text-color-theme-secondary {
  color: rgba(0, 0, 0, .54) !important;
}
.mdui-text-color-black-disabled,
.mdui-text-color-theme-disabled {
  color: rgba(0, 0, 0, .38) !important;
}
.mdui-text-color-black-divider,
.mdui-text-color-theme-divider {
  color: rgba(0, 0, 0, .12) !important;
}
.mdui-text-color-black-icon,
.mdui-text-color-theme-icon {
  color: rgba(0, 0, 0, .54) !important;
}
.mdui-text-color-black-icon-disabled,
.mdui-text-color-theme-icon-disabled {
  color: rgba(0, 0, 0, .26) !important;
}
/**
 * .mdui-text-color-white
 * .mdui-text-color-white-[]
 */
.mdui-text-color-white {
  color: #fff !important;
}
.mdui-text-color-white-text {
  color: #fff !important;
}
.mdui-text-color-white-secondary {
  color: rgba(255, 255, 255, .7) !important;
}
.mdui-text-color-white-disabled {
  color: rgba(255, 255, 255, .5) !important;
}
.mdui-text-color-white-divider {
  color: rgba(255, 255, 255, .12) !important;
}
.mdui-text-color-white-icon {
  color: #fff !important;
}
.mdui-text-color-white-icon-disabled {
  color: rgba(255, 255, 255, .3) !important;
}
/**
 * .mdui-text-color-theme-[] 深色主题
 */
.mdui-theme-layout-dark .mdui-text-color-theme-text {
  color: #fff !important;
}
.mdui-theme-layout-dark .mdui-text-color-theme-secondary {
  color: rgba(255, 255, 255, .7) !important;
}
.mdui-theme-layout-dark .mdui-text-color-theme-disabled {
  color: rgba(255, 255, 255, .5) !important;
}
.mdui-theme-layout-dark .mdui-text-color-theme-divider {
  color: rgba(255, 255, 255, .12) !important;
}
.mdui-theme-layout-dark .mdui-text-color-theme-icon {
  color: #fff !important;
}
.mdui-theme-layout-dark .mdui-text-color-theme-icon-disabled {
  color: rgba(255, 255, 255, .3) !important;
}

/**
 * =============================================================================
 * ************   Icon 图标   ************
 * =============================================================================
 */
 .mdui-icon,
 .mdui-icon::before {
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: inherit;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   /* Preferred icon size */
   vertical-align: middle;

   direction: ltr;
 }
 .mdui-icon {
   display: inline-block;
   text-align: center;
 }
 .mdui-icon::before {
   display: block !important;
   width: 24px;
   height: 24px;
 }
 /**
  * =============================================================================
  * ************   Material Icons   ************
  * =============================================================================
  *
  * https://github.com/google/material-design-icons/
  * v3.0.1
  */
 @font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;

   src: local('Material Icons'), local('MaterialIcons-Regular'), url(../plugin/mdui/icons/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../plugin/mdui/icons/material-icons/MaterialIcons-Regular.woff) format('woff');
 }
 .material-icons {
   font-family: 'Material Icons';
   /* Support for all WebKit browsers. */

   -webkit-font-smoothing: antialiased;
   /* Support for Safari and Chrome. */
   text-rendering: optimizeLegibility;
   /* Support for Firefox. */
   -moz-osx-font-smoothing: grayscale;
   /* Support for IE. */
   -webkit-font-feature-settings: 'liga';
      -moz-font-feature-settings: 'liga';
           font-feature-settings: 'liga';
 }
 /**
  * =============================================================================
  * ************   Roboto 字体   ************
  * =============================================================================
  */
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 100;

   src: local('Roboto Thin'), local('Roboto-Thin'), url('../plugin/mdui/fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Thin.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 100;

   src: local('Roboto ThinItalic'), local('Roboto-ThinItalic'), url('../plugin/mdui/fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-ThinItalic.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 300;

   src: local('Roboto Light'), local('Roboto-Light'), url('../plugin/mdui/fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Light.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 300;

   src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('../plugin/mdui/fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-LightItalic.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;

   src: local('Roboto Regular'), local('Roboto-Regular'), url('../plugin/mdui/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Regular.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 400;

   src: local('Roboto RegularItalic'), local('Roboto-RegularItalic'), url('../plugin/mdui/fonts/roboto/Roboto-RegularItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-RegularItalic.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 500;

   src: local('Roboto Medium'), local('Roboto-Medium'), url('../plugin/mdui/fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Medium.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 500;

   src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('../plugin/mdui/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-MediumItalic.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;

   src: local('Roboto Bold'), local('Roboto-Bold'), url('../plugin/mdui/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Bold.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 700;

   src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('../plugin/mdui/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-BoldItalic.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 900;

   src: local('Roboto Black'), local('Roboto-Black'), url('../plugin/mdui/fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-Black.woff') format('woff');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 900;

   src: local('Roboto BlackItalic'), local('Roboto-BlackItalic'), url('../plugin/mdui/fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'), url('../plugin/mdui/fonts/roboto/Roboto-BlackItalic.woff') format('woff');
 }

 /**
 * =============================================================================
 * ************   Helper 辅助类   ************
 * =============================================================================
 */
/**
 * =================== 边距
 */
.mdui-m-a-0 {
  margin: 0 !important;
}
.mdui-m-t-0 {
  margin-top: 0 !important;
}
.mdui-m-r-0 {
  margin-right: 0 !important;
}
.mdui-m-b-0 {
  margin-bottom: 0 !important;
}
.mdui-m-l-0 {
  margin-left: 0 !important;
}
.mdui-m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mdui-m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mdui-p-a-0 {
  padding: 0 !important;
}
.mdui-p-t-0 {
  padding-top: 0 !important;
}
.mdui-p-r-0 {
  padding-right: 0 !important;
}
.mdui-p-b-0 {
  padding-bottom: 0 !important;
}
.mdui-p-l-0 {
  padding-left: 0 !important;
}
.mdui-p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mdui-p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mdui-m-a-1 {
  margin: 8px !important;
}
.mdui-m-t-1 {
  margin-top: 8px !important;
}
.mdui-m-r-1 {
  margin-right: 8px !important;
}
.mdui-m-b-1 {
  margin-bottom: 8px !important;
}
.mdui-m-l-1 {
  margin-left: 8px !important;
}
.mdui-m-x-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.mdui-m-y-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mdui-p-a-1 {
  padding: 8px !important;
}
.mdui-p-t-1 {
  padding-top: 8px !important;
}
.mdui-p-r-1 {
  padding-right: 8px !important;
}
.mdui-p-b-1 {
  padding-bottom: 8px !important;
}
.mdui-p-l-1 {
  padding-left: 8px !important;
}
.mdui-p-x-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.mdui-p-y-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.mdui-m-a-2 {
  margin: 16px !important;
}
.mdui-m-t-2 {
  margin-top: 16px !important;
}
.mdui-m-r-2 {
  margin-right: 16px !important;
}
.mdui-m-b-2 {
  margin-bottom: 16px !important;
}
.mdui-m-l-2 {
  margin-left: 16px !important;
}
.mdui-m-x-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.mdui-m-y-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mdui-p-a-2 {
  padding: 16px !important;
}
.mdui-p-t-2 {
  padding-top: 16px !important;
}
.mdui-p-r-2 {
  padding-right: 16px !important;
}
.mdui-p-b-2 {
  padding-bottom: 16px !important;
}
.mdui-p-l-2 {
  padding-left: 16px !important;
}
.mdui-p-x-2 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.mdui-p-y-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.mdui-m-a-3 {
  margin: 24px !important;
}
.mdui-m-t-3 {
  margin-top: 24px !important;
}
.mdui-m-r-3 {
  margin-right: 24px !important;
}
.mdui-m-b-3 {
  margin-bottom: 24px !important;
}
.mdui-m-l-3 {
  margin-left: 24px !important;
}
.mdui-m-x-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.mdui-m-y-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mdui-p-a-3 {
  padding: 24px !important;
}
.mdui-p-t-3 {
  padding-top: 24px !important;
}
.mdui-p-r-3 {
  padding-right: 24px !important;
}
.mdui-p-b-3 {
  padding-bottom: 24px !important;
}
.mdui-p-l-3 {
  padding-left: 24px !important;
}
.mdui-p-x-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.mdui-p-y-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.mdui-m-a-4 {
  margin: 32px !important;
}
.mdui-m-t-4 {
  margin-top: 32px !important;
}
.mdui-m-r-4 {
  margin-right: 32px !important;
}
.mdui-m-b-4 {
  margin-bottom: 32px !important;
}
.mdui-m-l-4 {
  margin-left: 32px !important;
}
.mdui-m-x-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.mdui-m-y-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mdui-p-a-4 {
  padding: 32px !important;
}
.mdui-p-t-4 {
  padding-top: 32px !important;
}
.mdui-p-r-4 {
  padding-right: 32px !important;
}
.mdui-p-b-4 {
  padding-bottom: 32px !important;
}
.mdui-p-l-4 {
  padding-left: 32px !important;
}
.mdui-p-x-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.mdui-p-y-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.mdui-m-a-5 {
  margin: 40px !important;
}
.mdui-m-t-5 {
  margin-top: 40px !important;
}
.mdui-m-r-5 {
  margin-right: 40px !important;
}
.mdui-m-b-5 {
  margin-bottom: 40px !important;
}
.mdui-m-l-5 {
  margin-left: 40px !important;
}
.mdui-m-x-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mdui-m-y-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mdui-p-a-5 {
  padding: 40px !important;
}
.mdui-p-t-5 {
  padding-top: 40px !important;
}
.mdui-p-r-5 {
  padding-right: 40px !important;
}
.mdui-p-b-5 {
  padding-bottom: 40px !important;
}
.mdui-p-l-5 {
  padding-left: 40px !important;
}
.mdui-p-x-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.mdui-p-y-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
/**
 * ======================== 快速浮动
 */
/* 向左浮动 */
.mdui-float-left {
  float: left !important;
}
/* 向右浮动 */
.mdui-float-right {
  float: right !important;
}
/**
 * ========================= 水平居中
 */
/* 水平居中 */
.mdui-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
/**
 * ========================= 垂直居中
 */
/* 垂直居中 */
.mdui-valign {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;

  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
          align-items: center !important;
}
/**
 * ========================= 文本对齐方式
 */
/* 文本左对齐 */
.mdui-text-left {
  text-align: left !important;
}
/* 文本居中对齐 */
.mdui-text-center {
  text-align: center !important;
}
/* 文本向右对齐 */
.mdui-text-right {
  text-align: right !important;
}
/**
 * ========================= 文本大小写转换
 */
/* 文本转为小写 */
.mdui-text-lowercase {
  text-transform: lowercase !important;
}
/* 文本转为大写 */
.mdui-text-uppercase {
  text-transform: uppercase !important;
}
/* 文本转为单词的首字母大写 */
.mdui-text-capitalize {
  text-transform: capitalize !important;
}
/**
 * ======================== 文本截断
 */
/* 文本截断 */
.mdui-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * ========================= 清除浮动
 */
/* 清除浮动 */
.mdui-clearfix:before,
.mdui-clearfix:after {
  display: table;
  content: " ";
}
.mdui-clearfix:after {
  clear: both;
}
/**
 * ========================= 隐藏内容
 */
/* 隐藏元素 */
.mdui-hidden,
[hidden] {
  display: none !important;
}
/* 使元素不可见 */
.mdui-invisible {
  visibility: hidden;
}
