@import "../fonts/lynxis/style.css";

/* alias */
.csico-xsalto:before {
  content: "\e100";
}

.csico-menu-left:before {
  content: "\e318";
}

.csico-menu-right:before {
  content: "\e319";
}

.csico-menu-down:before {
  content: "\e321";
}

.csico-menu-top:before {
  content: "\e320";
}

.csico-browse:before {
  content: "\e326";
}

.csico-subtree:before {
  content: "\e313";
}

.csico-tree-open:before {
  content: "\e340";
}

.csico-tree-close:before {
  content: "\e344";
}

.csico-file-word:before {
  content: "\e410";
}

.csico-spaces-admin:before,
.csico-modules-admin:before,
.csico-menu-admin:before,
.csico-property:before {
  content: "\e309";
}

.csico-spaces:before {
  content: "\e327";
}

.csico-space-link:before {
  content: "\e340";
}

.csico-spaces-home:before,
.csico-spaces-home-list:before {
  content: "\e360";
}

.csico-history:before {
  content: "\e360";
}

.csico-left-submenu:before {
  content: "\e340";
}

.csico-clear-selection:before {
  content: "\e307";
}

.csico-group:before {
  content: "\e362";
}

.csico-spin:before {
  content: "\e357";
}

.csico-createmodule:before {
  content: "\e355";
}

.csico-module-list:before {
  content: "\e326";
}

.csico-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}