/* Font face */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.co-delete,
.co-copy,
.co-save,
.co-remove,
.co-absence,
.co-add,
.co-edit,
.co-move-left,
.co-move-right,
.co-move-up,
.co-move-down,
.co-sortable,
.co-sort-desc,
.co-sort-down,
.co-sort-asc,
.co-sort-up,
.co-search,
.co-phone,
.co-fax,
.co-mail,
.co-comment,
.co-calendar,
.co-correct,
.co-wrong,
.co-close,
.co-refresh,
.co-support,
.co-file-excel,
.co-file-word,
.co-file-pdf,
.co-file-picture,
.co-send,
.co-chat,
.co-bookmark,
.co-download,
.co-upload,
.co-folder-open,
.co-unlock,
.co-lock,
.co-warning,
.co-archive,
.co-user-active,
.co-attention,
.ui-icon-closethick {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.co-data,
.co-preface {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  border: 1px solid black;
  padding: auto 1px;
  text-transform: uppercase; }

.co-user-active:before {
  content: "\f007"; }

.co-delete:before {
  content: "\f014"; }

.co-copy:before {
  content: "\f0c5"; }

.co-save:before {
  content: "\f0c7"; }

.co-absence:before {
  content: "\f072";
  color: #d9534f; }

.co-add:before {
  content: "\f067"; }

.co-remove:before {
  content: "\f068"; }

.co-edit:before {
  content: "\f040"; }

.co-search:before {
  content: "\f002"; }

.co-send:before {
  content: "\f1d8"; }

.co-phone:before {
  content: "\f095"; }

.co-fax:before {
  content: "\f1ac"; }

.co-mail:before {
  content: "\f0e0"; }

.co-bookmark:before {
  content: "\f02e"; }

.co-archive:before {
  content: "\f187"; }

.co-comment:before {
  content: "\f0e5"; }

.co-chat:before {
  content: "\f1d7"; }

.co-download:before {
  content: "\f019"; }

.co-upload:before {
  content: "\f093"; }

.co-folder-open:before {
  content: "\f07c"; }

.co-unlock:before {
  content: "\f13e"; }

.co-lock:before {
  content: "\f023"; }

.co-calendar:before {
  content: "\f133"; }

.co-support:before {
  content: "\f1cd"; }

.co-file-excel:before {
  content: "\f1c3"; }

.co-file-word:before {
  content: "\f1c2"; }

.co-file-pdf:before {
  content: "\f1c1"; }

.co-correct:before {
  content: "\f00c"; }

.co-file-picture:before {
  content: "\f1c5"; }

.co-wrong:before,
.co-close:before,
.ui-icon-closethick {
  content: "\f00d";
  color: #d9534f; }

.co-warning:before {
  content: "\f071"; }

.co-refresh:before {
  content: "\f021"; }

.co-move-left:before {
  content: "\f060"; }

.co-move-right:before {
  content: "\f061"; }

.co-move-up:before {
  content: "\f062"; }

.co-move-down:before {
  content: "\f063"; }

.co-sortable:before {
  content: "\f0dc"; }

.co-attention:before {
  content: "\f06a"; }

th.co-sortable {
  cursor: pointer;
  display: table-cell; }

th.co-sortable:before {
  content: ""; }

th.co-sortable:after {
  content: "\f0dc";
  float: right; }

.co-sort-desc:before,
.co-sort-down:before {
  content: "\f0dd"; }

.co-sort-asc:before,
.co-sort-up:before {
  content: "\f0de"; }

/*.fa-angle-right{
 content: "\f105";
}*/

/**
* Adjustmends for Vitalis jquery sortable Plugin
*
* Start
**/
th.co-sort-desc {
  cursor: pointer;
  display: table-cell; }

th.co-sort-desc:before {
  content: ""; }

th.co-sort-desc:after {
  content: "\f0dd";
  float: right; }

th.co-sortable.co-sort-desc:before {
  content: ""; }

th.co-sortable.co-sort-desc:after {
  content: "\f0dd"; }

th.co-sort-asc {
  cursor: pointer;
  display: table-cell; }

th.co-sort-asc:before {
  content: ""; }

th.co-sort-asc:after {
  content: "\f0de";
  float: right; }

th.co-sortable.co-sort-asc:before {
  content: ""; }

th.co-sortable.co-sort-asc:after {
  content: "\f0de"; }

.co-error {
  background-color: #fdf7f7;
  border-color: #d9534f; }

.co-error h1 {
  color: #d9534f; }

.co-notification {
  background-color: #fcf8f2;
  border-color: #f0ad4e; }

.co-notification h1 {
  color: #f0ad4e; }

.co-success {
  background-color: #edf7ed;
  border-color: #5cb85c; }

.co-success h1 {
  color: #5cb85c; }

.co-disabled {
  color: #bbbbbb;
  cursor: not-allowed; }
