@charset "UTF-8";
/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 minxin-themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
/*.tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2000;
  display: block;
  max-width: $tooltip-max-width;
  padding: $tooltip-padding;
  margin: $tooltip-margin 0;
  color: $tooltip-color;
  text-align: center;
  text-transform: none;
  background: $tooltip-background;
  border-radius: $tooltip-border-radius;
  transition: $animation-curve-default $tooltip-animation-duration transform;
  transform: scale(0) ;
  transform-origin: top left;
  &.active {
    transform: scale(1) ;
  }
}*/
.tooltip {
  position: absolute;
  z-index: 1900;
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.57142857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.active {
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100) \9; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3f51b5; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  border-width: 4px 4px 4px 0px;
  border-right-color: #3f51b5; }

.tooltip.left .tooltip-arrow {
  right: -4px;
  top: 50%;
  border-width: 4px 0px 4px 4px;
  border-left-color: #3f51b5;
  margin-top: -4px; }

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  top: -4px;
  border-width: 0px 4px 4px 4px;
  border-bottom-color: #3f51b5;
  margin-left: -4px; }

.tooltip .tooltip-inner {
  color: #fff;
  background-color: #3f51b5; }

.tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  text-align: center;
  border-radius: 3px; }

.tooltip-primary .tooltip-inner {
  background-color: rgb(63,81,181) !important; }

.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: rgb(63,81,181) !important; }

.tooltip-primary.top .tooltip-arrow {
  border-top-color: rgb(63,81,181) !important; }

.tooltip-primary.left .tooltip-arrow {
  border-left-color: rgb(63,81,181) !important; }

.tooltip-primary.right .tooltip-arrow {
  border-right-color: rgb(63,81,181) !important; }

.tooltip-success .tooltip-inner {
  background-color: rgb(76,175,80) !important; }

.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: rgb(76,175,80) !important; }

.tooltip-success.top .tooltip-arrow {
  border-top-color: rgb(76,175,80) !important; }

.tooltip-success.left .tooltip-arrow {
  border-left-color: rgb(76,175,80) !important; }

.tooltip-success.right .tooltip-arrow {
  border-right-color: rgb(76,175,80) !important; }

.tooltip-info .tooltip-inner {
  background-color: rgb(0,188,212) !important; }

.tooltip-info.bottom .tooltip-arrow {
  border-bottom-color: rgb(0,188,212) !important; }

.tooltip-info.top .tooltip-arrow {
  border-top-color: rgb(0,188,212) !important; }

.tooltip-info.left .tooltip-arrow {
  border-left-color: rgb(0,188,212) !important; }

.tooltip-info.right .tooltip-arrow {
  border-right-color: rgb(0,188,212) !important; }

.tooltip-warning .tooltip-inner {
  background-color: rgb(255,152,0) !important; }

.tooltip-warning.bottom .tooltip-arrow {
  border-bottom-color: rgb(255,152,0) !important; }

.tooltip-warning.top .tooltip-arrow {
  border-top-color: rgb(255,152,0) !important; }

.tooltip-warning.left .tooltip-arrow {
  border-left-color: rgb(255,152,0) !important; }

.tooltip-warning.right .tooltip-arrow {
  border-right-color: rgb(255,152,0) !important; }

.tooltip-danger .tooltip-inner {
  background-color: rgb(244,67,54) !important; }

.tooltip-danger.bottom .tooltip-arrow {
  border-bottom-color: rgb(244,67,54) !important; }

.tooltip-danger.top .tooltip-arrow {
  border-top-color: rgb(244,67,54) !important; }

.tooltip-danger.left .tooltip-arrow {
  border-left-color: rgb(244,67,54) !important; }

.tooltip-danger.right .tooltip-arrow {
  border-right-color: rgb(244,67,54) !important; }

.tooltip-dark .tooltip-inner {
  background-color: rgb(97,97,97) !important; }

.tooltip-dark.bottom .tooltip-arrow {
  border-bottom-color: rgb(97,97,97) !important; }

.tooltip-dark.top .tooltip-arrow {
  border-top-color: rgb(97,97,97) !important; }

.tooltip-dark.left .tooltip-arrow {
  border-left-color: rgb(97,97,97) !important; }

.tooltip-dark.right .tooltip-arrow {
  border-right-color: rgb(97,97,97) !important; }
