@import "plugins/font-awesome";

.form-control-feedback.fa{
  font-size: 20px;
  right: 5px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?5mg2tm');
  src:  url('../font/icomoon.eot?5mg2tm#iefix') format('embedded-opentype'),
  url('../font/icomoon.ttf?5mg2tm') format('truetype'),
  url('../font/icomoon.woff?5mg2tm') format('woff'),
  url('../font/icomoon.svg?5mg2tm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="imoon-"], [class*=" imoon-"]
{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.imoon-add:before {
  content: "\e900";
}
.imoon-auth:before {
  content: "\e901";
}

.imoon-chase:before {
  content: "\e903";
}
.imoon-clear:before {
  content: "\e904";
}
.imoon-credit:before {
  content: "\e905";
}
.imoon-email:before {
  content: "\e906";
}
.imoon-football:before {
  content: "\e907";
}
.imoon-gauges:before {
  content: "\e908";
}

.imoon-hide:before {
  content: "\e90a";
}
.imoon-list:before {
  content: "\e90b";
}
.imoon-live:before {
  content: "\e90c";
}
.imoon-login_pw:before {
  content: "\e90d";
}
.imoon-lottery:before {
  content: "\e90e";
}
.imoon-minus:before {
  content: "\e90f";
}


.imoon-notice:before {
  content: "\e912";
}
.imoon-one_key:before {
  content: "\e913";
}
.imoon-order:before {
  content: "\e914";
}
.imoon-pay:before {
  content: "\e915";
}

.imoon-poker:before {
  content: "\e919";
}

.imoon-pt:before {
  content: "\e91b";
}
.imoon-pw:before {
  content: "\e91c";
}

.imoon-qucik_bet:before {
  content: "\e91e";
}
.imoon-refresh:before {
  content: "\e91f";
}
.imoon-respond:before {
  content: "\e920";
}
.imoon-right:before {
  content: "\e921";
}
.imoon-setup:before {
  content: "\e922";
}
.imoon-sign-out:before {
  content: "\e923";
}
.imoon-time:before {
  content: "\e924";
}
.imoon-toggle:before {
  content: "\e925";
}
.imoon-top:before {
  content: "\e926";
}
.imoon-user2:before {
  content: "\e927";
}
.imoon-view:before {
  content: "\e928";
}
.imoon-volume:before {
  content: "\e929";
}


.icon-checked-lg{
  width: 66px;
  height: 66px;
  background: @brand-primary;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;

  &:before{
    content: '';
    width: 30px;
    height: 18px;
    border:solid #fff;
    border-width:0 0 3px 3px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    .rotate(-45deg);
    display: inline-block;
  }

}