/* ---------------------------------------
------------------------------------------
-- MYAPP Box: Font Icons: fonts/ax-font.css
------------------------------------------
--------------------------------------- */

/* --------------------------------
 ----------------------------------
 MYAPP: COMMON: XDOC
 ----------------------------------
 ------------------------------- */

/* --------------------------------
 MYAPP: Logon
 ------------------------------- */
.xq-validate .xfi:before {
   content: "\f00c";
}

/* quick menu */
.xfi-appResizer:before {
   content: "\f07e";
}

/* viewer main actions*/
.xfi-list:before,
.xq-auditLog .xfi:before {
   content: "\f03a";
}

.xfi-random:before,
.xq-docCompare .xfi:before {
   content: "\f074";
}

/* File Upload */
.xq-appendFileDetail .xfi:before {
   content: "\f067";
}
.xq-clearFileDetail .xfi:before {
   content: "\f05e";
}

/* Doc Compare */
/* TXDO: icon for modeSync */
.xq-modeSync .xfi:before {
   /*content: "\f07e";*/
}

.xfi-arrows-h:before,
.xq-modeResize .xfi:before {
   content: "\f07e";
}

.xq-modeNone .xfi:before {
   content: "\f0d7";
}

.xfi-arrows-alt:before,
.xq-modeFill .xfi:before {
   content: "\f0b2";
}

/* file room */
.xfi-minus-square:before,
.xq-unfile .xfi:before {
   content: "\f146";
}

.xq-page-add .xfi:before {
   content: "\f0fe";
}

.xq-flag .xfi:before {
   content: "\f024";
}

/* Version List Items */
.xsVersionItem .xq-radio .xfi:before {
   content: "\f10c";
}

.xsVersionItem .xq-radio.xi-active .xfi:before {
   content: "\f111";
}

.xfi-barcode:before,
.xq-barcode .xfi:before {
   content: "\f02a";
}

.xfi-files-o:before,
.xq-bundle .xfi:before {
   content: "\f0c5";
}

.xfi-files-o:before {
   content: "\f0f3";
}


/* doclist actions */
.xfi-doclist-sort:before {
   content: "\f161";
}

/*.xfi-bucketlist:before,*/
.xq-bucketSelection .xfi:before {
   content: "\f01c";
}

/* doc split and merge */
.xfi-merge:before {
   content: "\f126";
}


/* --------------------------------
 MYAPP: XDOC: File room
 ------------------------------- */
.xsFileRoomPanelFiles > .xwpDock .xsLabel > .xfi:before {
   /*content: "\f01c";*/
}

.xsFileRoomPanelDocs > .xwpDock .xsLabel > .xfi:before {
   /*content: "\f022";*/
}

.xsFileRoomPanelDocPages > .xwpDock .xsLabel > .xfi:before {
   /*content: "\f006";*/
}

.xsFileRoomFileProcessing .xfi:before,
.xq-fileProcessing .xfi:before {
   content: "\f13e";
}

.xq-fileProcessing.xi-lock .xfi:before {
   content: "\f023";
}


/* --------------------------------
 ----------------------------------
 ----------------------------------
 -- ANNOTATIONS:
 ----------------------------------
 ----------------------------------
 ------------------------------- */

/* --------------------------------
 ANNOTES: Annote Types
 ------------------------------- */
.xq-annoteCircle .xfi:before {
   content: "\f10c";
}

.xq-annoteLine .xfi {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.xq-annoteLine .xfi:before {
   content: "\f068";
}

.xq-annoteHighlight .xfi:before {
   content: "\f12d";
}

.xq-annoteRectangle .xfi:before {
   content: "\f096";
}

.xq-annoteRedaction .xfi:before {
   content: "\f0ae";
}

.xq-annoteImage .xfi:before {
   content: "\f03e";
}

.xq-annoteSignature .xfi:before {
   content: "\f0e3";
}

.xq-annoteText .xfi:before {
   content: "\f031";
}

.xq-annoteImageText .xfi:before {
   content: "\f1b0";
}


/* --------------------------------
 ANNOTES: Toolbars and Actions
 ------------------------------- */
.xq-annoteDelete .xfi:before {
   content: "\f1f8";
}

.xq-annoteDeleteAll .xfi:before {
   content: "\f1f8";
}

.xq-annoteMove .xfi:before {
   content: "\f0b2 ";
}

.xq-annoteResize .xfi:before {
   content: "\f1da";
}

.xq-annoteReset .xfi:before {
   content: "\f1de";
}

.xq-annoteReloadImage .xfi:before {
   content: "\f021";
}

.xq-annoteEditProps .xfi:before {
   content: "\f044";
}

.xq-annoteResetProps .xfi:before {
   content: "\f1de";
}

.xq-modeSetSelection .xfi {
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
}
.xq-modeSetSelection .xfi:before {
   content: "\f124";
}

.xq-annoteToggleViewAll .xfi:before {
   content: "\f0e5";
}
.xq-annoteToggleViewAll.xi-on .xfi:before {
   content: "\f27b";
}
