@font-face {
    font-family: 'icomoon';
    src:    url('../font/icomoon.eot?k5zwq');
    src:    url('font/icomoon.eot?k5zwq#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?k5zwq') format('truetype'),
        url('../font/icomoon.woff?k5zwq') format('woff'),
        url('../font/icomoon.svg?k5zwq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* 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;
}


.icon-bin:before {
   content: "\f014";
}


.icon-userfort:before {
  content: "\e900";
}
.icon-user:before {
  content: "\f007";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-cog:before {
  content: "\f013";
}
.icon-gear:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-random:before {
  content: "\f074";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}


.font-default{
    font-family: 'Open Sans';
}

.text-dark{
	color: #333333;
}