@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 */
.img-rounded {
  border-radius: 4px; }

.img-circle {
  border-radius: 50%; }

.img-bordered {
  padding: 3px;
  border: 1px solid #e0e0e0; }

.img-bordered-primary {
  border-color: rgb(63,81,181); }

.img-bordered-orange {
  border-color: rgb(255,152,0); }

.img-bordered-green {
  border-color: rgb(76,175,80); }

.u-thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

.u-thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.u-thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

.u-thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle;
  border: 0; }

.u-thumbnail {
  display: block;
  margin-bottom: 22px;
  line-height: 1.57142857;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  border: none;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .u-thumbnail .u-caption {
    position: relative;
    display: block;
    padding: 9px;
    padding-right: 0;
    padding-left: 0;
    color: #757575; }
