@charset "utf-8";
@font-face {font-family: "icon";
  src: url('../font/iconfont.eot?t=1492579467281'); /* IE9*/
  src: url('../font/iconfont.eot?t=1492579467281#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1492579467281') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1492579467281') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1492579467281#icon') format('svg'); /* iOS 4.1- */
}
[class^="mc-icon-"], [class*=" mc-icon-"] {
  font-family:"icon" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(1turn)
  }
}
.mc-icon-loading{
  display: inline-block;
  animation: rotating 1s linear infinite;
}

.icon {
  font-family:"icon" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mc-icon-expand:before { content: "\e73b"; }

.mc-icon-shrink:before { content: "\e73c"; }

.mc-icon-edit:before { content: "\e73f"; }

.mc-icon-info:before { content: "\e740"; }

.mc-icon-reduce:before { content: "\e741"; }

.mc-icon-increase:before { content: "\e742"; }

.mc-icon-right:before { content: "\e743"; }

.mc-icon-file:before { content: "\e744"; }

.mc-icon-search:before { content: "\e745"; }

.mc-icon-success:before { content: "\e746"; }

.mc-icon-triangle-down:before { content: "\e747"; }

.mc-icon-triangle-left:before { content: "\e748"; }

.mc-icon-triangle-right:before { content: "\e749"; }

.mc-icon-time:before { content: "\e74a"; }

.mc-icon-upload:before { content: "\e74b"; }

.mc-icon-triangle-up:before { content: "\e74c"; }

.mc-icon-arrow-down:before { content: "\e74d"; }

.mc-icon-arrow-left:before { content: "\e74e"; }

.mc-icon-arrow-right:before { content: "\e74f"; }

.mc-icon-warning:before { content: "\e750"; }

.mc-icon-close:before { content: "\e751"; }

.mc-icon-arrow-up:before { content: "\e752"; }

.mc-icon-date:before { content: "\e753"; }

.mc-icon-delete:before { content: "\e754"; }

.mc-icon-loading:before { content: "\e755"; }

.mc-icon-danger:before { content: "\e756"; }

.mc-icon-turn-off:before { content: "\e759"; }

.mc-icon-turn-on:before { content: "\e75a"; }

.mc-icon-filtrate:before { content: "\e62a"; }
