/*!
 * mdui v0.4.3 (https://mdui.org)
 * Copyright 2016-2019 zdhxiong
 * Licensed under MIT
 */


/**
 * =============================================================================
 * ************   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;
}

/**
 * =============================================================================
 * ************   Text Field 文本框   ************
 * =============================================================================
 */
/* 文本框外层 */
.mdui-textfield {
  position: relative;
  padding-top: 16px;
  padding-bottom: 8px;
  overflow: hidden;
}
.mdui-textfield-has-bottom {
  padding-bottom: 28px;
}
/* 输入框 */
.mdui-textfield-input {
  display: block;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 8px 0;
  margin: 0;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, .87);
  resize: none;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .42);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
          transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: border-bottom-color, padding-right, -webkit-box-shadow;
          transition-property: border-bottom-color, padding-right, -webkit-box-shadow;
          transition-property: border-bottom-color, padding-right, box-shadow;
          transition-property: border-bottom-color, padding-right, box-shadow, -webkit-box-shadow;

     -moz-appearance: none;
          appearance: none;
}
.mdui-textfield-input::-webkit-input-placeholder {
  color: inherit;
  opacity: .42;
}
.mdui-textfield-input:not([disabled]):hover {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .87);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .87);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, .87);
}
.mdui-textfield-input[rows] {
  height: auto !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* 文本框 label */
.mdui-textfield-label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, .54);
  pointer-events: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: scale(.75) translateY(0);
          transform: scale(.75) translateY(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
/* 表单验证错误提示、帮助文本提示 */
.mdui-textfield-error,
.mdui-textfield-helper {
  position: absolute;
  bottom: 8px;
  height: 12px;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-textfield-error {
  color: rgba(255, 23, 68, .87);
  visibility: hidden;
}
.mdui-textfield-helper {
  color: rgba(0, 0, 0, .54);
}
/* 表单中的图标
   ========== */
.mdui-textfield .mdui-icon {
  position: absolute;
  bottom: 8px;
  padding: 6px;
  color: rgba(0, 0, 0, .54);
}
.mdui-textfield .mdui-icon ~ .mdui-textfield-label,
.mdui-textfield .mdui-icon ~ .mdui-textfield-input,
.mdui-textfield .mdui-icon ~ .mdui-textfield-error,
.mdui-textfield .mdui-icon ~ .mdui-textfield-helper,
.mdui-textfield .mdui-icon ~ .mdui-textfield-flex-wrap {
  width: calc(100% - 56px);
  margin-left: 56px;
}
.mdui-textfield-has-bottom .mdui-icon {
  bottom: 28px;
}
/* 聚焦状态的文本框
   ============= */
.mdui-textfield-focus .mdui-textfield-input,
.mdui-textfield-focus .mdui-textfield-input:hover {
  border-bottom-color: #c51162;
  -webkit-box-shadow: 0 1px 0 0 #c51162;
          box-shadow: 0 1px 0 0 #c51162;
}
.mdui-textfield-focus .mdui-textfield-label,
.mdui-textfield-focus .mdui-icon {
  color: rgba(197, 17, 98, .87);
}
/* 含有浮动标签的文本框
   ================ */
.mdui-textfield-floating-label .mdui-textfield-label {
  color: rgba(0, 0, 0, .35);
  -webkit-transform: scale(1) translateY(27px);
          transform: scale(1) translateY(27px);
}
.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-textfield-floating-label.mdui-textfield-not-empty .mdui-textfield-label {
  color: rgba(0, 0, 0, .65);
  -webkit-transform: scale(.75) translateY(0);
          transform: scale(.75) translateY(0);
}
.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label {
  color: #e91e63;
}
/* 可展开文本框，默认向右展开
   ========== */
.mdui-textfield-expandable {
  width: 36px;
  min-height: 36px;
  padding: 1px 0;
  -webkit-transition: width .3s cubic-bezier(.4, 0, .2, 1);
          transition: width .3s cubic-bezier(.4, 0, .2, 1);
}
.mdui-textfield-expandable .mdui-icon {
  bottom: 0;
  padding: 0;
}
.mdui-textfield-expandable .mdui-textfield-input {
  width: calc(100% - 36px);
  padding-right: 0;
  margin-left: 36px;
}
.mdui-textfield-expandable .mdui-textfield-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.mdui-textfield-expandable .mdui-textfield-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mdui-textfield-expandable.mdui-textfield-expanded {
  width: 100%;
}
.mdui-textfield-expandable.mdui-textfield-expanded .mdui-textfield-input {
  padding-right: 36px;
}
.mdui-textfield-expandable.mdui-textfield-expanded .mdui-textfield-close {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
 * =============================================================================
 * ************   Grid 网格系统   ************
 * =============================================================================
 */
.mdui-container,
.mdui-container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.mdui-container:after,
.mdui-container-fluid:after {
  display: table;
  clear: both;
  content: '';
}
.mdui-container {
  width: 96%;
  max-width: 1280px;
}
@media (min-width: 600px) {
  .mdui-container {
    width: 94%;
  }
}
@media (min-width: 1024px) {
  .mdui-container {
    width: 92%;
  }
}
.mdui-row,
[class*="mdui-row-"] {
  margin-right: -8px;
  margin-left: -8px;
}
.mdui-row:after,
[class*="mdui-row-"]:after {
  display: table;
  clear: both;
  content: '';
}
[class*="mdui-col-xs-"],
[class*="mdui-col-sm-"],
[class*="mdui-col-md-"],
[class*="mdui-col-lg-"],
[class*="mdui-col-xl-"],
.mdui-col {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
}
/* 取消列间距 */
.mdui-row-gapless .mdui-col,
.mdui-row-gapless [class*="mdui-col-xs-"],
.mdui-row-gapless [class*="mdui-col-sm-"],
.mdui-row-gapless [class*="mdui-col-md-"],
.mdui-row-gapless [class*="mdui-col-lg-"],
.mdui-row-gapless [class*="mdui-col-xl-"] {
  padding-right: 0;
  padding-left: 0;
}
.mdui-row-gapless .mdui-row,
.mdui-row-gapless [class*="mdui-row-"] {
  margin-right: 0;
  margin-left: 0;
}
.mdui-col-xs-1 {
  float: left;
  width: 8.333333%;
}
.mdui-col-offset-xs-1 {
  margin-left: 8.333333%;
}
.mdui-row-xs-1 .mdui-col {
  float: left;
  width: 100%;
}
.mdui-col-xs-2 {
  float: left;
  width: 16.666667%;
}
.mdui-col-offset-xs-2 {
  margin-left: 16.666667%;
}
.mdui-row-xs-2 .mdui-col {
  float: left;
  width: 50%;
}
.mdui-col-xs-3 {
  float: left;
  width: 25%;
}
.mdui-col-offset-xs-3 {
  margin-left: 25%;
}
.mdui-row-xs-3 .mdui-col {
  float: left;
  width: 33.333333%;
}
.mdui-col-xs-4 {
  float: left;
  width: 33.333333%;
}
.mdui-col-offset-xs-4 {
  margin-left: 33.333333%;
}
.mdui-row-xs-4 .mdui-col {
  float: left;
  width: 25%;
}
.mdui-col-xs-5 {
  float: left;
  width: 41.666667%;
}
.mdui-col-offset-xs-5 {
  margin-left: 41.666667%;
}
.mdui-row-xs-5 .mdui-col {
  float: left;
  width: 20%;
}
.mdui-col-xs-6 {
  float: left;
  width: 50%;
}
.mdui-col-offset-xs-6 {
  margin-left: 50%;
}
.mdui-row-xs-6 .mdui-col {
  float: left;
  width: 16.666667%;
}
.mdui-col-xs-7 {
  float: left;
  width: 58.333333%;
}
.mdui-col-offset-xs-7 {
  margin-left: 58.333333%;
}
.mdui-row-xs-7 .mdui-col {
  float: left;
  width: 14.285714%;
}
.mdui-col-xs-8 {
  float: left;
  width: 66.666667%;
}
.mdui-col-offset-xs-8 {
  margin-left: 66.666667%;
}
.mdui-row-xs-8 .mdui-col {
  float: left;
  width: 12.5%;
}
.mdui-col-xs-9 {
  float: left;
  width: 75%;
}
.mdui-col-offset-xs-9 {
  margin-left: 75%;
}
.mdui-row-xs-9 .mdui-col {
  float: left;
  width: 11.111111%;
}
.mdui-col-xs-10 {
  float: left;
  width: 83.333333%;
}
.mdui-col-offset-xs-10 {
  margin-left: 83.333333%;
}
.mdui-row-xs-10 .mdui-col {
  float: left;
  width: 10%;
}
.mdui-col-xs-11 {
  float: left;
  width: 91.666667%;
}
.mdui-col-offset-xs-11 {
  margin-left: 91.666667%;
}
.mdui-row-xs-11 .mdui-col {
  float: left;
  width: 9.090909%;
}
.mdui-col-xs-12 {
  float: left;
  width: 100%;
}
.mdui-col-offset-xs-12 {
  margin-left: 100%;
}
.mdui-row-xs-12 .mdui-col {
  float: left;
  width: 8.333333%;
}
@media (min-width: 600px) {
  .mdui-col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-sm-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-sm-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-sm-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-sm-3 {
    margin-left: 25%;
  }
  .mdui-row-sm-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-sm-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-sm-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-sm-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-sm-6 {
    margin-left: 50%;
  }
  .mdui-row-sm-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-sm-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-sm-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-sm-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-sm-9 {
    margin-left: 75%;
  }
  .mdui-row-sm-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-sm-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-sm-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-sm-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-sm-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-sm-12 {
    margin-left: 100%;
  }
  .mdui-row-sm-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1024px) {
  .mdui-col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-md-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-md-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-md-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-md-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-md-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-md-3 {
    margin-left: 25%;
  }
  .mdui-row-md-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-md-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-md-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-md-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-md-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-md-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-md-6 {
    margin-left: 50%;
  }
  .mdui-row-md-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-md-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-md-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-md-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-md-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-md-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-md-9 {
    margin-left: 75%;
  }
  .mdui-row-md-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-md-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-md-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-md-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-md-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-md-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-md-12 {
    margin-left: 100%;
  }
  .mdui-row-md-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1440px) {
  .mdui-col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-lg-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-lg-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-lg-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-lg-3 {
    margin-left: 25%;
  }
  .mdui-row-lg-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-lg-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-lg-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-lg-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-lg-6 {
    margin-left: 50%;
  }
  .mdui-row-lg-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-lg-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-lg-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-lg-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-lg-9 {
    margin-left: 75%;
  }
  .mdui-row-lg-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-lg-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-lg-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-lg-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-lg-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-lg-12 {
    margin-left: 100%;
  }
  .mdui-row-lg-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1920px) {
  .mdui-col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-xl-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-xl-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-xl-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-xl-3 {
    margin-left: 25%;
  }
  .mdui-row-xl-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-xl-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-xl-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-xl-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-xl-6 {
    margin-left: 50%;
  }
  .mdui-row-xl-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-xl-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-xl-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-xl-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-xl-9 {
    margin-left: 75%;
  }
  .mdui-row-xl-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-xl-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-xl-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-xl-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-xl-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-xl-12 {
    margin-left: 100%;
  }
  .mdui-row-xl-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}

/**
 * =============================================================================
 * ************   Toolbar 工具栏   ************
 * =============================================================================
 */
.mdui-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.mdui-toolbar > * {
  margin: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-toolbar[class*="mdui-color-"]:not(.mdui-color-transparent) .mdui-btn:hover {
  background-color: rgba(255, 255, 255, .1);
}
.mdui-toolbar[class*="mdui-color-"]:not(.mdui-color-transparent) .mdui-btn:active {
  background-color: rgba(255, 255, 255, .165);
}
.mdui-toolbar > a {
  color: inherit;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mdui-toolbar > .mdui-btn-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (orientation: landscape) and (max-width: 959px) {
  .mdui-toolbar > .mdui-btn-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.mdui-toolbar > .mdui-btn-icon .mdui-icon {
  height: 24px;
  line-height: 24px;
}
.mdui-toolbar .mdui-icon {
  color: inherit;
}
.mdui-toolbar-spacer {
  margin: 0;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
/* 手机 */
.mdui-toolbar {
  height: 56px;
  line-height: 56px;
}
.mdui-toolbar > .mdui-btn {
  margin: 0 4px;
}
.mdui-toolbar > .mdui-btn + .mdui-btn {
  margin-left: 0;
}
@media (min-width: 600px) {
  .mdui-appbar .mdui-toolbar {
    height: 64px;
    line-height: 64px;
  }
  .mdui-appbar .mdui-toolbar > .mdui-btn {
    margin: 0 8px;
  }
  .mdui-appbar .mdui-toolbar > .mdui-btn + .mdui-btn {
    margin-left: 0;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .mdui-appbar .mdui-toolbar {
    height: 48px;
    line-height: 48px;
  }
  .mdui-appbar .mdui-toolbar > .mdui-btn {
    margin: 0 4px;
  }
  .mdui-appbar .mdui-toolbar > .mdui-btn + .mdui-btn {
    margin-left: 0;
  }
}
/**
 * =============================================================================
 * ************   Appbar 应用栏   ************
 * =============================================================================
 */
.mdui-appbar {
  z-index: 1000;
  -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);
}
/* appbar 固定在顶部 */
.mdui-appbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
          transition-timing-function: cubic-bezier(0, 0, .2, 1);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: left, right;
          transition-property: left, right;

  will-change: left, right;
}
/* 左侧留出抽屉栏的距离 */
@media (min-width: 1024px) {
  .mdui-drawer-body-left .mdui-appbar-inset.mdui-appbar-fixed {
    left: 240px;
  }
}
@media (min-width: 1024px) {
  .mdui-drawer-body-right .mdui-appbar-inset.mdui-appbar-fixed {
    right: 240px;
  }
}
/* 含工具栏 */
.mdui-appbar-with-toolbar {
  padding-top: 56px;
}
@media (min-width: 600px) {
  .mdui-appbar-with-toolbar {
    padding-top: 64px;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .mdui-appbar-with-toolbar {
    padding-top: 48px;
  }
}
/* 含 Tab */
.mdui-appbar-with-tab {
  padding-top: 48px;
}
/* 含大 Tab  */
.mdui-appbar-with-tab-larger {
  padding-top: 72px;
}
/* 含工具栏和 Tab */
.mdui-appbar-with-toolbar.mdui-appbar-with-tab {
  padding-top: 104px;
}
@media (min-width: 600px) {
  .mdui-appbar-with-toolbar.mdui-appbar-with-tab {
    padding-top: 112px;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .mdui-appbar-with-toolbar.mdui-appbar-with-tab {
    padding-top: 96px;
  }
}
/* 含工具栏和大 Tab */
.mdui-appbar-with-toolbar.mdui-appbar-with-tab-larger {
  padding-top: 128px;
}
@media (min-width: 600px) {
  .mdui-appbar-with-toolbar.mdui-appbar-with-tab-larger {
    padding-top: 136px;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .mdui-appbar-with-toolbar.mdui-appbar-with-tab-larger {
    padding-top: 120px;
  }
}
/**
 * =============================================================================
 * ************   Appbar dark   ************
 * =============================================================================
 */
.mdui-theme-layout-dark .mdui-appbar > [class*="mdui-color-"]:not(.mdui-color-transparent) {
  color: #fff !important;
  background-color: #212121 !important;
}
/**
 * =============================================================================
 * ************   Card 卡片   ************
 * =============================================================================
 */
/* 卡片 */
.mdui-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  -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-card-header {
  position: relative;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
}
/* 卡片头部头像 */
.mdui-card-header-avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
/* 卡片头部标题 */
.mdui-card-header-title {
  display: block;
  margin-left: 52px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .87;
}
/* 卡片头部副标题 */
.mdui-card-header-subtitle {
  display: block;
  margin-left: 52px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .54;
}
/**
 * =========================== 主标题区域
 */
.mdui-card-primary {
  position: relative;
  padding: 24px 16px 16px 16px;
}
/* 主标题区域标题 */
.mdui-card-primary-title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  opacity: .87;
}
/* 主标题区域副标题 */
.mdui-card-primary-subtitle {
  display: block;
  font-size: 14px;
  line-height: 24px;
  opacity: .54;
}
/**
 * ============================ 内容区域
 */
.mdui-card-content {
  position: relative;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}
/**
 * ============================ 卡片菜单
 */
.mdui-card-menu {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.mdui-card-menu .mdui-btn {
  margin-left: 8px;
}
/**
 * =========================== 按钮区域
 */
.mdui-card-actions {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}
.mdui-card-actions:before,
.mdui-card-actions:after {
  display: table;
  content: " ";
}
.mdui-card-actions:after {
  clear: both;
}
.mdui-card-actions:before,
.mdui-card-actions:after {
  display: table;
  content: " ";
}
.mdui-card-actions:after {
  clear: both;
}
.mdui-card-actions .mdui-btn {
  max-width: 100%;
  margin: 0 8px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-card-actions .mdui-btn-icon {
  width: 36px;
  height: 36px;
  margin: 0 8px;
}
/* 使按钮竖向排列 */
.mdui-card-actions-stacked .mdui-btn {
  display: block;
  margin: 0 0 4px 0;
}
.mdui-card-actions-stacked .mdui-btn:last-child {
  margin: 0;
}
/**
 * ============================= 媒体元素区域
 */
.mdui-card-media {
  position: relative;
}
.mdui-card-media img,
.mdui-card-media video {
  display: block;
  width: 100%;
}
/* 覆盖在媒体元素上的内容 */
.mdui-card-media-covered {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, .2);
  /* 覆盖在媒体元素上的标题 */
}
.mdui-card-media-covered .mdui-card-primary-title {
  opacity: 1;
}
.mdui-card-media-covered .mdui-card-primary-subtitle {
  opacity: .7;
}
/* 覆盖在媒体元素顶部 */
.mdui-card-media-covered-top {
  top: 0;
  bottom: auto;
}
/* 覆盖层透明 */
.mdui-card-media-covered-transparent {
  background: transparent;
}
/* 覆盖层渐变 */
.mdui-card-media-covered-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .26), rgba(0, 0, 0, 0));
}
.mdui-card-media-covered-gradient.mdui-card-media-covered-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, .26), rgba(0, 0, 0, 0));
}
/**
 * =============================================================================
 * ************   Card dark   ************
 * =============================================================================
 */
.mdui-theme-layout-dark .mdui-card {
  color: #fff;
  background-color: #424242;
}
/**
 * =============================================================================
 * ************   Tab   ************
 * =============================================================================
 *
 * 在手机上选项卡始终平分或可滚动，在平板以上的设备上默认左对齐，可以选择居中对齐，或全宽等分
 */
/* 选项卡，默认的选项卡为全宽 */
.mdui-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 48px;
  max-height: 72px;
  padding: 0;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.mdui-tab a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-width: 72px;
  min-height: 48px;
  max-height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  font-size: 14px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  cursor: pointer;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  opacity: .7;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.mdui-tab a .mdui-icon {
  opacity: .7;
}
@media (min-width: 600px) {
  .mdui-tab a {
    min-width: 99px;
    max-width: 264px;
    padding: 12px 24px;

    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 1024px) {
  .mdui-tab a {
    min-width: 112px;
  }
}
@media (min-width: 1440px) {
  .mdui-tab a {
    min-width: 136px;
  }
}
@media (min-width: 1920px) {
  .mdui-tab a {
    min-width: 160px;
  }
}
.mdui-tab a label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.mdui-tab a .mdui-icon + label {
  margin-top: 8px;
}
.mdui-tab a[disabled] {
  cursor: default;
  opacity: .38;
}
.mdui-tab a[disabled] label {
  cursor: default;
}
.mdui-tab .mdui-tab-active {
  color: #3f51b5;
  opacity: 1;
}
.mdui-tab .mdui-tab-active .mdui-icon {
  opacity: 1;
}
/* 选项卡居中 */
@media (min-width: 600px) {
  .mdui-tab-centered:before {
    content: ' ';

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mdui-tab-centered:after {
    content: ' ';

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mdui-tab-centered a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
/* 选项卡始终全宽等分 */
.mdui-tab-full-width a {
  max-width: none;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* 可横向滚动的选项卡 */
.mdui-tab-scrollable {
  padding-left: 56px;
}
.mdui-tab-scrollable a {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 599px) {
  .mdui-tab-scrollable {
    padding-left: 60px;
  }
}
/* 下划线指示器 */
.mdui-tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #3f51b5;
  -webkit-transition: all .35s cubic-bezier(.4, 0, .2, 1);
          transition: all .35s cubic-bezier(.4, 0, .2, 1);

  will-change: left, width;
}

/**
 * =============================================================================
 * ************   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;
}
/**
 * =============================================================================
 * ************   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(../icons/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../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';
}
