/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: 'fontcustom';
  src: url("fonts/fontcustom.eot");
  src: url("fonts/fontcustom.eot?#iefix") format("embedded-opentype"),
       url("fonts/fontcustom.woff") format("woff"),
       url("fonts/fontcustom.woff2") format("woff2"),
       url("fonts/fontcustom.ttf") format("truetype"),
       url("fonts/fontcustom.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.size-12, .size-14, .size-16, .size-18, .size-20, .size-21, .size-22, .size-24, .size-25, .size-26, .size-30, .size-33, .size-36, .size-48, .size-60, .size-72{
	color: #D20000;
	cursor: pointer;
	display: inline-block;
}

.size-12:hover, .size-14:hover, .size-16:hover, .size-18:hover, .size-20:hover, .size-21:hover, .size-22:hover, .size-24:hover, .size-25:hover, .size-26:hover, .size-30:hover, .size-33:hover, .size-36:hover, .size-48:hover, .size-60:hover, .size-72:hover{
	color: #747473;
}

.size-12 { font-size: 12px; }

.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-20 { font-size: 20px; }

.size-21 { font-size: 21px; }

.size-22 { font-size: 22px; width: 22px; height: 22px; }

.size-24 { font-size: 24px; }

.size-25 { font-size: 25px; width: 27px; height: 27px; }

.size-26 { font-size: 26px; }

.size-30 { font-size: 30px; }

.size-32 { font-size: 32px; }

.size-33 { font-size: 33px; }

.size-36 { font-size: 36px; }

.size-40 { font-size: 40px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

.size-90 { font-size: 90px; }

.size-100 { font-size: 100px; color: #aaa; }

.white, .size-20.fi-pencil.defineCode{
	color: #fff;
}
.white:hover{
	color: #E7E7E7;
}
.headingTitle .white{
	color: #fff;
}
.headingTitle .white:hover{
	color: #747473;
}
.greenText{
	color: #24A131;
}
.redText{
	color: #E31C22;
}
.defaultColor
{
	color: #D20000;
}

.size-90.fi-diverse{
	font-size:140px;
	margin-left:20px;
	margin-top:-25px;
	margin-bottom:25px;
}

.size-48.fi-warn {
	margin: 0 0.2em;
	cursor: default;
}

.inlineEditing .ui-icon.ui-icon-disk,
.inlineEditing .ui-icon.ui-icon-cancel,
.ui-icon.ui-icon-plus:not(.ui-button-icon),
.ui-icon.ui-icon-pencil,
.ui-icon.ui-icon-trash {
	background: none;
	text-indent: 0;
	width: 20px;
	font-size: 22px;
	height: 22px;
}

.ui-icon.ui-icon-plus:not(.ui-button-icon) {
	width: 22px;
}

.ui-icon.ui-icon-plus:hover,
.ui-icon.ui-icon-pencil:hover,
.ui-icon.ui-icon-trash:hover {
	color: #747473;
}
.size-22.fi-trash{
	width:20px;
}

.ui-button-style .size-24{
    vertical-align: sub;
}

#gridEntryEventDash i.size-27, #gridEntryEvent i.size-27 { font-size: 27px; height: 34px; margin-top: 4px; display: block; color: #D20000; }
#gridEntryEventDash .ui-state-hover i.size-27, #gridEntryEvent .ui-state-hover i.size-27 { color: #747473; }

.size-18.fi-organization{
	margin-top:-2px;
}

.ui-selected .size-25.fi-authorization, .ui-selected .size-25.fi-no-authorization{
	color:#fff;
}

.size-48, .size-36, .size-90{
    text-shadow: 1px 4px 6px #fff, 0 0 0 #D20000, 1px 4px 6px #fff;
	color:#D20000;
}

.size-48:hover, .size-36:hover, .size-90:hover{
    text-shadow: 1px 4px 6px #E7E7E7, 0 0 0 #D20000, 1px 4px 6px #E7E7E7;
	color:#737374;
}

.fi-checkbox-checked.part{
	opacity: 0.3;
}

.fi-badge .fi-cancel-small{
	color: red !important;
	font-size: 36px;
	margin-left: -10px;
}

.fi-badge .fi-cancel-small:before{
	text-shadow: 0 0 2px #1a2c83, 0 0 5px #fff, 0 0 8px #e33100, 0 0 10px #e33100, 0 0 15px #e33100;
}

.inlineEditing .ui-icon.ui-icon-disk,
.size-22.fi-okay{
	color: green;
}

.ui-jqgrid-bdiv .inlineEditing .ui-icon.ui-icon-disk,
.ui-jqgrid-bdiv .inlineEditing .ui-icon.ui-icon-cancel,
.ui-jqgrid-bdiv .size-22.fi-okay, .ui-jqgrid-bdiv .size-22.fi-cancel, .size-20.fi-pencil.defineCode:hover{
	color: #D20000;
}

.fi-badge .fi-clock-simple{
	color: orange !important;
	font-size: 20px;
	margin-left: -10px;
	margin-top: -5px;
}
.fi-badge .fi-clock-simple:before{
	text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px orange, 0 0 10px orange, 0 0 15px orange;
}

.fi-badge .fi-okay-small{
    color: green !important;
    font-size: 36px;
    margin-left: -10px;
    margin-top: -2px;
}
.fi-badge .fi-okay-small:before{
	text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px green, 0 0 10px green, 0 0 15px green;
}

h3.ui-widget-header .fi-reload{
	margin-top:-1px;
}

.size-33.HOTEL_GUEST_KEY, .size-33.MAINTENANCE_KEY, .size-33.VISITOR_KEY{
	display: block;
	font-size: 35px;
}

.size-33.VISITOR_KEY{
	font-size: 42px;
}

.fi-checked:before,
.fi-eye:before,
.fi-resource:before,
.fi-next:before,
.fi-prev:before,
.fi-organization:before,
.fi-unchecked:before,
.fi-overview:before,
.fi-no-authorization:before,
.BARRAGE_PERMANENT_RELEASE:before,
.fi-authorization:before,
.BARRAGE_PERMANENT_LOCK:before,
.fi-device:before,
.fi-system:before,
.MAINTENANCE_KEY:before,
.fi-search:before,
.fi-save:before,
.fi-clientAssign:before,
.fi-backup:before,
.fi-audit:before,
.fi-badgesAudit:before,
.fi-parameterBadgesAudit:before,
.fi-employeeAccess:before,
.fi-hotelGuestAccess:before,
.fstAccessMatrix:before,
.fi-matrixGroup:before,
.fi-matrix:before,
.fi-create:before,
.ui-icon.ui-icon-plus:before,
.fi-page-create:before,
.fi-page-edit:before,
.fi-page-edit-pen:before,
.fi-page-delete:before,
.fi-page-lock:before,
.fi-page-check:before,
.BackupDataFile:before,
.fi-hotelConfigOption:before,
.fi-page-save:before,
.fi-page-settings:before,
.fi-changePassword:before,
.fi-setPassword:before,
.fi-page-compare:before,
.fi-page-search:before,
.fi-page-zip:before,
.fi-page-doc:before,
.fi-page-xls:before,
.fi-page-jpg:before,
.ui-icon.ui-icon-trash:before,
.fi-trash:before,
.fi-delete:before,
.ui-icon.ui-icon-pencil:before,
.fi-pencil:before,
.fi-sd:before,
.fi-informControllerSDCfg:before,
.fi-reload:before,
.fi-informControllerBootstrap:before,
.fi-dG2AreaMDUParam:before,
.fi-restore:before,
.fi-antiPassbackReset:before,
.fi-extended-okay:before,
.fi-extended-search:before,
td.selDlgColumn:before,
.fi-extended-save:before,
.fi-extended-cancel:before,
.fi-extended-edit:before,
.fi-extended-add:before,
.fi-extended-remove:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-informControllerControlCommand:before,
.fi-dG2AreaMDUReSynch:before,
.fi-dG2AreaMDUImpLog:before,
.fi-arrow-up:before,
.fi-upload:before,
.fi-licenceImport:before,
.fi-excelImportImport:before,
.fi-importExecute:before,
.fi-arrow-down:before,
.fi-arrow-double:before,
.fi-download:before,
.fi-integraAreaExport:before,
.fi-bulkUpdate:before,
.fi-info:before,
.fi-warn:before,
.inlineEditing .ui-icon.ui-icon-cancel:before,
.fi-cancel:before,
.fi-cancelalt:before,
.fi-add:before,
.fi-remove:before,
.fi-question:before,
.inlineEditing .ui-icon.ui-icon-disk:before,
.fi-okay:before,
.fi-round:before,
.fi-extra:before,
.fi-wheel:before,
.fi-taskWorkOn:before,
.fi-genOSOParameterCard:before,
.fi-informControllerConfig:before,
.fi-genParameterCard:before,
.fi-genI3OParameterCard:before,
.fi-genSMIntParameterCard:before,
.fi-readSMIntParameterCard:before,
.fi-start:before,
.fi-reportExecute:before,
.fi-calGenerate:before,
.fi-funk:before,
.fi-mobile:before,
.fi-funk2:before,
.fi-modem:before,
.fi-phone:before,
.fi-package:before,
.fi-folder:before,
.Application:before, 
.Directory:before,
.fi-organigram:before,
.fi-organigram2:before,
.fi-tag:before,
.fi-car:before,
.fi-mail-read:before,
.fi-mail-unread:before,
.fi-cutter:before,
.fi-key-small:before,
.fi-pencil-small:before,
.fi-cancel-small:before,
.fi-add-small:before,
.fi-remove-small:before,
.fi-calendars:before,
.fi-calendar:before,
.fi-calendar-add:before,
.fi-calendar-remove:before,
.fi-calendar-search:before,
.fi-clock-simple:before,
.fi-clock:before,
.fi-clock-add:before,
.fstTimeModelCreate:before,
.fi-timemodelCreate:before,
.fi-clock-remove:before,
.fi-clock-search:before,
.fstTimeModelSearch:before,
.fstEmployeeCreateFast:before,
.fi-device:before,
.fi-device-add:before,
.fi-device-remove:before,
.fi-device-search:before,
.fstInformControllerSearch:before,
.fi-sphinxEncoderDiscover:before,
.fi-mduRegister:before,
.fi-badge:before,
.fi-sphinxEncoderReadTag:before,
.fi-encode:before,
.fi-parameterBadgesEncode:before,
.MifareDesfire:before,
.TCOSTransponder:before,
.fi-badge-add:before,
.fi-badge-remove:before,
.fi-badge-cancel:before,
.fi-badge-search:before,
.fstBadgeSearch:before,
.fi-authorized:before,
.VISITOR_KEY:before,
.fi-authorized-add:before,
.fstEmployeeCreate:before,
.fi-employeeCreate:before,
.fi-authorized-remove:before, 
.fi-authorized-search:before,
.fi-authorized-time:before,
.fstEmployeeSearch:before, 
.fi-authorized-analyze:before,
.fi-authorized-access:before,
.fi-authorized-edit:before,
.fi-door:before,
.fi-door-open:before,
.fi-door.BARRAGE_OPEN:before,
.fi-gate:before,
.fi-gate-open:before,
.fi-gate.BARRAGE_OPEN:before,
.fi-barrier:before,
.fi-barrier-open:before,
.fi-barrier.BARRAGE_OPEN:before,
.fi-turnstile:before,
.fi-turnstile-open:before,
.fi-checkbox-checked:before,
.fi-checkbox-unchecked:before,
.fi-tv:before,
.fi-news:before,
.fi-folder-search:before, 
.fi-form-pencil:before,
.fi-bulb:before,
.fi-bag:before,
.fi-world:before,
.fi-world2:before,
.fi-web:before,
.fi-traffic:before,
.fi-part:before,
.fi-umbrella:before,
.fi-clinic:before,
.fi-analyze-cart:before,
.fi-analyze:before,
.fi-graphic:before,
.fi-cd:before,
.fi-flag:before,
.fi-pin:before,
.fi-quit:before,
.fi-print:before,
.fi-shild:before,
.fi-idsWorkflow:before,
.fi-idsArm:before,
.fi-idsDisArm:before,
.BARRAGE_IDS_DISARMED:before,
.BARRAGE_IDS_ARMED:before,
.fi-ethernet:before,
.BARRAGE_CONTROLLER_OFFLINE:before,
.fi-signal:before,
.fi-separator:before,
.fi-matrixGroupCreate:before,
.xbreadcrumbs LI:after,
.fi-seek-next:before, 
.fi-seek-prev:before,
.fi-man:before,
.fi-woman:before,
.fi-diverse:before,
.fstCheckIn:before,
.HOTEL_GUEST_KEY:before,
.fi-hotel-create:before,
.fi-fwUpdate:before,
.fi-informEncoderInstallation,
.BUS_NODE_OFFLINE:before,
.fi-next-button:before,
.fi-last-button:before,
.fi-prev-button:before,
.fi-first-button:before,
.fi-signal.red:before, 
.fi-signal.yellow:before, 
.fi-signal.green:before, 
.fi-signal.INFORM_CONTROLLER_OFFLINE:before, 
.fi-signal.CONTROLLER_DATA_TRANSFER:before,
.fi-signal.CONTROLLER_DATA_TRANSFER_TO_TERM:before,
.fi-signal.CONTROLLER_UP_TO_DATE:before,
.fi-signal.INFORM_CONTROLLER_ONLINE:before,
.fi-signal.CLIQ_CYLINDER_STATE_IN_STOCK:before,
.fi-signal.CLIQ_CYLINDER_STATE_INSTALLED:before,
.fi-signal.CLIQ_CYLINDER_STATE_DELETED:before,
.StandardDataFile:before, 
.TransparentFile:before,
.LinearRecordFile:before,
.ValueFile:before,
.CyclicRecordFile:before,
.fi-newSegment:before,
.fi-delSegment:before,
.fi-okay-small:before,
.fi-parameterBadgesEncode:before,
.fi-signal.ENCODER_CLIENT_OFFLINE:before,
.fi-signal.ENCODER_CLIENT_ONLINE_READER_OFFLINE:before,
.fi-signal.ENCODER_CLIENT_ONLINE_READER_ONLINE:before,
.fi-fourEyeLogin:before,
.fi-fourEyeLogout:before,
.fi-synchronize:before,
.fi-securityLevel:before,
.fi-page-certificate:before,
.fi-vdsConformIds:before,
.fi-informHubControlCommand:before,
.fi-readerControlCommand:before,
.fi-provision:before,
.fi-signal.ENROLER_CLIENT_OFFLINE:before,
.fi-signal.ENROLER_CLIENT_ONLINE_MODULE_OFFLINE:before,
.fi-signal.ENROLER_CLIENT_ONLINE_MODULE_ONLINE:before,
.fi-plus:before,
.fi-minus:before,
.IDS_COMM_LOCKED:before,
.IDS_COMM_UNLOCKED:before,
.fi-bulkPermissionChange:before,
.fi-lock-close:before,
.fi-lock-open:before,
.fi-more:before,
.fi-kebab:before,
.fi-discover,
.fi-list,
.fi-filter:before,
.fi-link:before,
.fi-internal-link:before,
.fi-cloud:before,
.fi-cloud-okay:before,
.fi-cloud-fail:before,
.fi-color-bucket:before,
.fi-mobile-phone-wifi:before,
.fi-mobile-phone:before,
.fi-tablet-portrait:before,
.fi-tablet-landscape:before
{
  font-family: 'fontcustom';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;      
}

.fi-kebab
{
	transform: rotate(90deg);
}

.fi-checked:before { content: "\f126"; }
.fi-eye:before { content: "\f147"; }
.fi-resource:before { content: "\f18A"; }
.fi-next:before { content: "\f198"; }
.fi-prev:before { content: "\f198"; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.fi-organization:before { content: "\F200"; }
.fi-unchecked:before { content: "\F217"; }

.fi-overview:before { content: "\F240"; }
.fi-no-authorization:before, 
.BARRAGE_PERMANENT_RELEASE:before, 
.fi-bulkPermissionChange:before,
.fi-lock-open:before { content: "\F241"; }
.fi-authorization:before, 
.BARRAGE_PERMANENT_LOCK:before, 
.fi-lock-close:before { content: "\F242"; }
.fi-device:before { content: "\F243"; }
.fi-system:before, .MAINTENANCE_KEY:before { content: "\F244"; }
.fi-search:before { content: "\f245"; }
.fi-save:before, .fi-backup:before, .fi-clientAssign:before { content: "\f246"; }
.fi-audit:before, .fi-badgesAudit:before, .fi-parameterBadgesAudit:before { content: "\f247"; }
.fi-employeeAccess:before, .fstAccessMatrix:before, .fi-matrixGroup:before, .fi-matrix:before, .fi-hotelGuestAccess:before { content: "\f248"; }
.fi-create:before { content: "\f249"; }
.fi-page-create:before, .ui-icon.ui-icon-plus:before { content: "\f249"; }
.fi-page-edit:before { content: "\f24A"; }
.fi-page-edit-pen:before { content: "\f24B"; }
.fi-page-delete:before { content: "\f24C"; }
.fi-page-lock:before { content: "\f24D"; }
.fi-page-check:before, .BackupDataFile:before, .fi-hotelConfigOption:before { content: "\f24E"; }
.fi-page-save:before { content: "\f24F"; }
.fi-page-settings:before, .fi-changePassword:before, .fi-setPassword:before { content: "\f250"; }
.fi-page-compare:before { content: "\f251"; }
.fi-page-search:before { content: "\f252"; }
.fi-page-zip:before { content: "\f253"; }
.fi-page-doc:before { content: "\f254"; }
.fi-page-xls:before { content: "\f255"; }
.fi-page-jpg:before { content: "\f256"; }
.fi-plus:before { content: "\f199"; }
.fi-minus:before { content: "\f176"; }
.fi-trash:before, .ui-icon.ui-icon-trash:before, .fi-delete:before { content: "\f257"; }
.fi-pencil:before, .ui-icon.ui-icon-pencil:before { content: "\f258"; }
.fi-sd:before, .fi-informControllerSDCfg:before { content: "\f259"; }
.fi-reload:before, 
.fi-informControllerBootstrap:before, 
.fi-dG2AreaMDUParam:before, 
.fi-restore:before, 
.fi-antiPassbackReset:before,
.fi-synchronize:before { content: "\f25A"; }
.fi-extended-okay:before { content: "\f25B"; }
.fi-extended-okay { height: 22px; margin-top: 5px; width: 21px; display: block; position: absolute; margin-top: 30px; z-index: 9;}
.fi-extended-search:before { content: "\f25C"; margin-left:1px; }
td.selDlgColumn:before { content: "\f25C"; font-size: 26px; color: #d20000; display: none; }
.inlineEditing td.selDlgColumn:before { display: inline-block; }
.inlineEditing.new td.selDlgColumn:before { display: inline-block; }
.fi-extended-save:before { content: "\f25D"; margin-left:1px; }
.fi-extended-cancel:before { content: "\f25E"; }
.fi-extended-edit:before { content: "\f25F"; }
.fi-extended-add:before { content: "\f260"; }
.fi-extended-remove:before { content: "\f261"; }
.fi-arrow-left:before { content: "\f262"; }
.fi-arrow-right:before { content: "\f263"; }
.fi-arrow-up:before, 
.fi-informControllerControlCommand:before, 
.fi-dG2AreaMDUReSynch:before, 
.fi-dG2AreaMDUImpLog:before,
.fi-upload:before, 
.fi-licenceImport:before, 
.fi-excelImportImport:before,
.fi-importExecute:before,
.fi-informHubControlCommand:before,
.fi-readerControlCommand:before,
.fi-readSMIntParameterCard:before { content: "\f264"; }
.fi-arrow-down:before { content: "\f265"; }
.fi-arrow-double:before { content: "\f266"; }
.fi-download:before, .fi-integraAreaExport:before, 
.fi-bulkUpdate:before, .fi-fwUpdate:before { content: "\f267"; }
.fi-informEncoderInstallation:before { content: "\f2B6"; }
.fi-info:before { content: "\f268"; }
.fi-warn:before { content: "\f101"; }
.fi-cancel:before, .IDS_COMM_LOCKED:before, .inlineEditing .ui-icon.ui-icon-cancel:before { content: "\f269"; }
.fi-cancelalt:before { content: "\f1a0"; }
.fi-add:before { content: "\f26A"; }
.fi-remove:before { content: "\f26B"; }
.fi-question:before { content: "\f26C"; }
.fi-okay:before, .IDS_COMM_UNLOCKED:before, .inlineEditing .ui-icon.ui-icon-disk:before { content: "\f26D"; }
.fi-round:before { content: "\f26E"; }
.fi-extra:before { content: "\F26F"; }
.fi-wheel:before, 
.fi-informControllerConfig:before, 
.fi-genParameterCard:before, 
.fi-genI3OParameterCard:before, 
.fi-start:before, 
.fi-reportExecute:before, 
.fi-calGenerate:before, 
.fi-taskWorkOn:before, 
.fi-genOSOParameterCard:before,
.fi-genSMIntParameterCard:before
 { content: "\f270"; }
.fi-funk:before { content: "\f271"; }
.fi-mobile:before { content: "\f272"; }
.fi-funk2:before { content: "\f273"; }
.fi-modem:before { content: "\f274"; }
.fi-phone:before { content: "\f275"; }
.fi-package:before { content: "\f276"; }
.fi-folder:before, .Application:before, .Directory:before { content: "\f277"; }
.fi-organigram:before { content: "\f278"; }
.fi-organigram2:before { content: "\f279"; }
.fi-tag:before { content: "\f27A"; }
.fi-car:before { content: "\f27B"; }
.fi-mail-read:before { content: "\f27C"; }
.fi-mail-unread:before { content: "\f27D"; }
.fi-cutter:before { content: "\f27E"; }
.fi-key-small:before { content: "\f27F"; }
.fi-pencil-small:before { content: "\f280"; }
.fi-cancel-small:before { content: "\f281"; }
.fi-add-small:before { content: "\f282"; }
.fi-remove-small:before { content: "\f283"; }
.fi-calendars:before { content: "\f284"; }
.fi-calendar:before { content: "\f285"; }
.fi-calendar-add:before { content: "\f286"; }
.fi-calendar-remove:before { content: "\f287"; }
.fi-calendar-search:before { content: "\f288"; }
.fi-clock-simple:before { content: "\f289"; }
.fi-clock:before { content: "\f28A"; }
.fi-clock-add:before, .fstTimeModelCreate:before, .fi-timemodelCreate:before { content: "\f28B"; }
.fi-clock-remove:before { content: "\f28C"; }
.fi-clock-search:before, .fstTimeModelSearch:before { content: "\f28D"; }
.fi-device:before { content: "\f28E"; }
.fi-device-add:before { content: "\f28F"; }
.fi-device-remove:before { content: "\f290"; }
.fi-device-search:before, .fstInformControllerSearch:before, .fi-sphinxEncoderDiscover:before, .fi-mduRegister:before { content: "\f291"; }
.fi-badge:before, .MifareDesfire:before, .TCOSTransponder:before, .fi-encode:before, .fi-parameterBadgesEncode:before, .fi-sphinxEncoderReadTag:before { content: "\f292"; }
.fi-badge-add:before { content: "\f293"; }
.fi-badge-remove:before { content: "\f294"; }
.fi-badge-cancel:before { content: "\f295"; }
.fi-badge-search:before, .fstBadgeSearch:before { content: "\f296"; }
.fi-authorized:before, .VISITOR_KEY:before { content: "\F297"; }
.fi-authorized-add:before, .fstEmployeeCreate:before, .fi-employeeCreate:before { content: "\F298"; }
.fi-authorized-remove:before { content: "\F299"; }
.fi-authorized-search:before, .fstEmployeeSearch:before { content: "\F29A"; }
.fi-authorized-analyze:before { content: "\F29B"; }
.fi-authorized-access:before { content: "\F29C"; }
.fi-authorized-edit:before { content: "\F29D"; }
.fi-authorized-time:before, .fstEmployeeCreateFast:before { content: "\f2d9"; }
.fi-link:before { content: "\f2da" }
.fi-internal-link:before { content: "\f2db" }
.fi-door:before { content: "\F29E"; }
.fi-door-open:before, .fi-door.BARRAGE_OPEN:before { content: "\F29F"; margin-top: -6.7px}
.fi-gate:before { content: "\F2A0"; }
.fi-gate-open:before, .fi-gate.BARRAGE_OPEN:before { content: "\F2A1"; }
.fi-barrier:before { content: "\F2A2"; }
.fi-barrier-open:before, .fi-barrier.BARRAGE_OPEN:before { content: "\F2A3"; }
.fi-turnstile:before { content: "\F2DC"}
.fi-turnstile-open:before { content: "\F2DD";}
.fi-checkbox-checked:before { content: "\F2A4"; }
.fi-checkbox-unchecked:before { content: "\F2A5"; }
.fi-tv:before { content: "\F2A6"; }
.fi-news:before { content: "\F2A7"; }
.fi-folder-search:before { content: "\F2A8"; }
.fi-form-pencil:before { content: "\F2A9"; }
.fi-bulb:before { content: "\F2AA"; }
.fi-bag:before { content: "\F2AB"; }
.fi-world:before { content: "\F2AC"; }
.fi-world2:before { content: "\F2AD"; }
.fi-web:before, .fi-discover:before { content: "\F2AE"; }
.fi-traffic:before { content: "\F2AF"; }
.fi-part:before { content: "\F2B0"; }
.fi-umbrella:before { content: "\F2B1"; }
.fi-clinic:before { content: "\F2B2"; }
.fi-analyze-cart:before { content: "\f2B3"; }
.fi-analyze:before { content: "\f2B4"; }
.fi-graphic:before { content: "\f2B5"; }
.fi-cd:before { content: "\f2B6"; }
.fi-flag:before { content: "\f2B7"; }
.fi-pin:before { content: "\f2B8"; }
.fi-quit:before { content: "\f2B9"; }
.fi-print:before { content: "\f2BA"; }
.fi-shild:before,
.fi-idsWorkflow:before,
.BARRAGE_IDS_ARMED:before { content: "\f2BB"; }
.BARRAGE_IDS_DISARMED:before { content: ""; }
.fi-ethernet:before, .BARRAGE_CONTROLLER_OFFLINE:before { content: "\f2BC"; }
.fi-matrixGroupCreate:before { content: "\f2BD"; }
.fi-separator:before { content: "\f2BE"; vertical-align: sub; }
.xbreadcrumbs LI:not(:last-child):after{ content: "\f2BE"; vertical-align: sub; font-weight: bold; }  
.fi-seek-prev:before { content: "\f2BF"; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.fi-seek-next:before { content: "\f2BF"; }
.fi-man:before { content: "\f2C0"; }
.fi-woman:before { content: "\f2C1"; }
.fi-diverse:before { content: "\F297"; }
.fi-hotel-create:before, .HOTEL_GUEST_KEY:before { content: "\f2C2"; }
.fstCheckIn:before { content: "\f2C3"; }
.BUS_NODE_OFFLINE:before { content: "\F2C4"; }
.fi-next-button:before { content: "\f2C5"; }
.fi-last-button:before { content: "\f2C6"; }
.fi-prev-button:before { content: "\f2C5"; -webkit-transform: scale(-1,1); -moz-transform: scale(-1,1); -ms-transform: scale(-1,1); -o-transform: scale(-1,1); transform: scale(-1,1); }
.fi-first-button:before { content: "\f2C6"; -webkit-transform: scale(-1,1); -moz-transform: scale(-1,1); -ms-transform: scale(-1,1); -o-transform: scale(-1,1); transform: scale(-1,1); }
.fi-signal.INFORM_CONTROLLER_OFFLINE:before, 
.fi-signal.CONTROLLER_DATA_TRANSFER:before,
.fi-signal.ENCODER_CLIENT_OFFLINE:before,
.fi-signal.CLIQ_CYLINDER_STATE_DELETED:before,
.fi-signal.ENROLER_CLIENT_OFFLINE:before, 
.fi-signal.red:before {
	content: "\f2c7"; color: #FF0000; text-shadow: 0 0 5px #1a2c83, 0 0 10px #fff, 0 0 15px #e33100, 0 0 20px #e33100, 0 0 25px #e33100; 
}
.fi-signal.CONTROLLER_DATA_TRANSFER_TO_TERM:before,
.fi-signal.ENCODER_CLIENT_ONLINE_READER_OFFLINE:before,
.fi-signal.CLIQ_CYLINDER_STATE_IN_STOCK:before,
.fi-signal.ENROLER_CLIENT_ONLINE_MODULE_OFFLINE:before, 
.fi-signal.yellow:before {
	content: "\f2c8"; color: #FFFF00; text-shadow: 0 0 5px #1a2c83, 0 0 10px #fff, 0 0 15px #FFFF00, 0 0 20px #FFFF00, 0 0 25px #FFFF00; 
}
.fi-signal.INFORM_CONTROLLER_ONLINE:before,
.fi-signal.CONTROLLER_UP_TO_DATE:before,
.fi-signal.ENCODER_CLIENT_ONLINE_READER_ONLINE:before , 
.fi-signal.ENCODER_CLIENT_ONLINE_READER_ONLINE:before,
.fi-signal.CLIQ_CYLINDER_STATE_INSTALLED:before,
.fi-signal.ENROLER_CLIENT_ONLINE_MODULE_ONLINE:before, 
.fi-signal.green:before {
	content: "\f2c9"; color: #00B050; text-shadow: 0 0 5px #1a2c83, 0 0 10px #00b050, 0 0 15px #00B050, 0 0 20px #00B050, 0 0 25px #00B050; 
}
.StandardDataFile:before, .TransparentFile:before { content: "\f2CB"; }
.LinearRecordFile:before { content: "\f2CC"; }
.ValueFile:before { content: "\f2CD"; }
.CyclicRecordFile:before { content: "\f2CE"; }
.fi-newSegment:before { content: "\f2CF"; }
.fi-delSegment:before { content: "\f2D0"; }
.fi-okay-small:before { content: "\f2D1"; }
.fi-fourEyeLogin:before { content: "\f2D2"; }
.fi-fourEyeLogout:before { content: "\f2D3"; }
.fi-securityLevel:before {
    content: "\f2D4";
    font-size: 34px;
    height: 24px;
    margin-left: 10px;
    text-align: right;
    vertical-align: top;
}
.fi-page-certificate:before { content: "\f2D5"; }
.fi-idsArm:before { content: "\f2D6"; }
.fi-idsDisArm:before { content: "\f2D7"; }
.fi-vdsConformIds:before { content: "\f21b"; }
.fi-provision:before { content: "\f165"; }
.fi-more:before { content: "\f2d8"; }
.fi-kebab:before { content: "\f2d8"; }
.fi-list:before { content: "\f166"; }
.fi-filter:before { content: "\f14b"; }
.fi-cloud:before { content: "\f12d"; }
.fi-cloud-okay:before { content: "\f2df"; }
.fi-cloud-fail:before { content: "\f2de"; }
.fi-color-bucket:before { content: "\f18f"; }
.fi-mobile-phone-wifi:before { content: "\f177"; }
.fi-mobile-phone:before { content: "\f178"; }
.fi-tablet-portrait:before { content: "\f1f4"; }
.fi-tablet-landscape:before { content: "\f1f3"; }