/*Icons for delete button*/
.delete-icon { height: 16px; width: 16px; }
.oj-default .delete-icon:before, .oj-focus-only .delete-icon:before { content: url("images/icons/func_trashcan_16_ena.png"); }
.oj-hover .delete-icon:before, .oj-hover.oj-selected .delete-icon:before { content: url("images/icons/func_trashcan_16_hov.png"); }
.oj-active .delete-icon:before, .oj-selected .delete-icon:before { content: url("images/icons/func_trashcan_16_act.png"); }
.oj-selected .delete-icon:before, .oj-hover.oj-selected .delete-icon:before { content: url("images/icons/func_trashcan_16_onb.png"); }
.oj-disabled .delete-icon:before { content: url("images/icons/func_trashcan_16_dis.png"); }

/*Icons for view button*/
.view-icon { height: 16px; width: 16px; }
.oj-default .view-icon:before, .oj-focus-only .view-icon:before { content: url("images/icons/func_magnifyingglass_16_ena.png"); }
.oj-hover .view-icon:before, .oj-hover.oj-selected .view-icon:before { content: url("images/icons/func_magnifyingglass_16_hov.png"); }
.oj-active .view-icon:before, .oj-selected .view-icon:before { content: url("images/icons/func_magnifyingglass_16_act.png"); }
.oj-selected .view-icon:before, .oj-hover.oj-selected .view-icon:before { content: url("images/icons/func_magnifyingglass_16_onb.png"); }
.oj-disabled .view-icon:before { content: url("images/icons/func_magnifyingglass_16_dis.png"); }

/*Icons for edit button*/
.edit-icon { height: 16px; width: 16px; }
.oj-default .edit-icon:before, .oj-focus-only .edit-icon:before { content: url("images/icons/func_pagepencil_16_ena.png"); }
.oj-hover .edit-icon:before, .oj-hover.oj-selected .edit-icon:before { content: url("images/icons/func_pagepencil_16_hov.png"); }
.oj-active .edit-icon:before, .oj-selected .edit-icon:before { content: url("images/icons/func_pagepencil_16_act.png"); }
.oj-selected .edit-icon:before, .oj-hover.oj-selected .edit-icon:before { content: url("images/icons/func_pagepencil_16_onb.png"); }
.oj-disabled .edit-icon:before { content: url("images/icons/func_pagepencil_16_dis.png"); }

/*Icons for create button*/
.create-icon { height: 16px; width: 16px; }
.oj-default .create-icon:before, .oj-focus-only .create-icon:before { content: url("images/icons/func_personplus_16_ena.png"); }
.oj-hover .create-icon:before, .oj-hover.oj-selected .create-icon:before { content: url("images/icons/func_personplus_16_hov.png"); }
.oj-active .create-icon:before, .oj-selected .create-icon:before { content: url("images/icons/func_personplus_16_act.png"); }
.oj-selected .create-icon:before, .oj-hover.oj-selected .create-icon:before { content: url("images/icons/func_personplus_16_onb.png"); }
.oj-disabled .create-icon:before { content: url("images/icons/func_personplus_16_dis.png"); }

/*Icons for upload button*/
.upload-icon { height: 16px; width: 16px; }
.oj-default .upload-icon:before, .oj-focus-only .upload-icon:before { content: url("images/icons/func_arrowboxup_16_ena.png"); }
.oj-hover .upload-icon:before, .oj-hover.oj-selected .upload-icon:before { content: url("images/icons/func_arrowboxup_16_hov.png"); }
.oj-active .upload-icon:before, .oj-selected .upload-icon:before { content: url("images/icons/func_arrowboxup_16_act.png"); }
.oj-selected .upload-icon:before, .oj-hover.oj-selected .upload-icon:before { content: url("images/icons/func_arrowboxup_16_onb.png"); }
.oj-disabled .upload-icon:before { content: url("images/icons/func_arrowboxup_16_dis.png"); }

/*Icons for download button*/
.download-icon { height: 16px; width: 16px; }
.oj-default .download-icon:before, .oj-focus-only .download-icon:before { content: url("images/icons/func_arrowboxdown_16_ena.png"); }
.oj-hover .download-icon:before, .oj-hover.oj-selected .download-icon:before { content: url("images/icons/func_arrowboxdown_16_hov.png"); }
.oj-active .download-icon:before, .oj-selected .download-icon:before { content: url("images/icons/func_arrowboxdown_16_act.png"); }
.oj-selected .download-icon:before, .oj-hover.oj-selected .download-icon:before { content: url("images/icons/func_arrowboxdown_16_onb.png"); }
.oj-disabled .download-icon:before { content: url("images/icons/func_arrowboxdown_16_dis.png"); }

/*Icons for add button*/
.add-icon { height: 16px; width: 16px; }
.oj-default .add-icon:before, .oj-focus-only .add-icon:before { content: url("images/icons/func_plus_16_ena.png"); }
.oj-hover .add-icon:before, .oj-hover.add-icon:before { content: url("images/icons/func_plus_16_hov.png"); }
.oj-active .add-icon:before, .oj-selected .add-icon:before { content: url("images/icons/func_plus_16_act.png"); }
.oj-selected .add-icon:before, .oj-hover.oj-selected .add-icon:before { content: url("images/icons/func_plus_16_onb.png"); }
.oj-disabled .add-icon:before { content: url("images/icons/func_plus_16_dis.png"); }

/*Icons for remove button*/
.remove-icon { height: 16px; width: 16px; }
.oj-default .remove-icon:before, .oj-focus-only .remove-icon:before { content: url("images/icons/cross_ena.png"); }
.oj-hover .remove-icon:before, .oj-hover.oj-selected .remove-icon:before { content: url("images/icons/cross_hov.png"); }
.oj-active .remove-icon:before, .oj-selected .remove-icon:before { content: url("images/icons/cross_act.png"); }
.oj-selected .person-key-icon:before, .oj-hover.oj-selected .person-key-icon:before { content: url("images/icons/func_personkey_16_onb.png"); }
.oj-disabled .remove-icon:before { content: url("images/icons/cross_dis.png"); }

/*Icons for filter button*/
.filter-icon { height: 16px; width: 16px; }
.oj-default .filter-icon:before, .oj-focus-only .filter-icon:before { content: url("images/icons/func_pagefilter_16_ena.png"); }
.oj-hover .filter-icon:before, .oj-hover.oj-selected .filter-icon:before { content: url("images/icons/func_pagefilter_16_hov.png"); }
.oj-active .filter-icon:before, .oj-selected .filter-icon:before { content: url("images/icons/func_pagefilter_16_act.png"); }
.oj-selected .filter-icon:before, .oj-hover.oj-selected .filter-icon:before { content: url("images/icons/func_pagefilter_16_onb.png"); }
.oj-disabled .filter-icon:before { content: url("images/icons/func_pagefilter_16_dis.png"); }

/*Icons for logged in user button*/
.person-key-icon { height: 16px; width: 16px; }
.oj-default .person-key-icon:before, .oj-focus-only .person-key-icon:before { content: url("images/icons/func_personkey_16_ena.png"); }
.oj-hover .person-key-icon:before, .oj-hover.oj-selected .person-key-icon:before { content: url("images/icons/func_personkey_16_hov.png"); }
.oj-active .person-key-icon:before, .oj-active .person-key-icon:before { content: url("images/icons/func_personkey_16_act.png"); }
.oj-selected .person-key-icon:before, .oj-hover.oj-selected .person-key-icon:before { content: url("images/icons/func_personkey_16_onb.png"); }
.oj-disabled .person-key-icon:before { content: url("images/icons/func_personkey_16_dis.png"); }

/*Icons for manage sites button*/
.manage-site-icon { height: 16px; width: 16px; }
.oj-default .manage-site-icon:before, .oj-focus-only .manage-site-icon:before { content: url("images/icons/func_globegear_16_ena.png"); }
.oj-hover .manage-site-icon:before, .oj-hover.oj-selected .manage-site-icon:before { content: url("images/icons/func_globegear_16_hov.png"); }
.oj-active .manage-site-icon:before, .oj-active .manage-site-icon:before { content: url("images/icons/func_globegear_16_act.png"); }
.oj-selected .manage-site-icon:before, .oj-hover.oj-selected .manage-site-icon:before { content: url("images/icons/func_globegear_16_onb.png"); }
.oj-disabled .manage-site-icon:before { content: url("images/icons/func_globegear_16_dis.png"); }

/*Icon for accounts*/
.account-icon { height: 16px; width: 16px; }
.oj-default .account-icon:before, .oj-focus-only .account-icon:before { content: url("images/icons/func_personrectangle_16_ena.png"); }
.oj-hover .account-icon:before, .oj-hover.oj-selected .account-icon:before { content: url("images/icons/func_personrectangle_16_hov.png"); }
.oj-active .account-icon:before, .oj-active .account-icon:before { content: url("images/icons/func_personrectangle_16_act.png"); }
.oj-selected .account-icon:before, .oj-hover.oj-selected .account-icon:before { content: url("images/icons/func_personrectangle_16_act.png"); }
.oj-disabled .account-icon:before { content: url("images/icons/func_personrectangle_16_dis.png"); }

/*Icon for Users*/
.user-icon { height: 16px; width: 16px; }
.oj-default .user-icon:before, .oj-focus-only .user-icon:before { content: url("images/icons/func_persons_16_ena.png"); }
.oj-hover .user-icon:before, .oj-hover.oj-selected .user-icon:before { content: url("images/icons/func_persons_16_hov.png"); }
.oj-active .user-icon:before, .oj-active .user-icon:before { content: url("images/icons/func_persons_16_act.png"); }
.oj-selected .user-icon:before, .oj-hover.oj-selected .user-icon:before { content: url("images/icons/func_persons_16_act.png"); }
.oj-disabled .user-icon:before { content: url("images/icons/func_persons_16_dis.png"); }

/*Icon for realms*/
.realm-icon { height: 16px; width: 16px; }
.oj-default .realm-icon:before, .oj-focus-only .realm-icon:before { content: url("images/icons/func_threesquareboxes_16_ena.png"); }
.oj-hover .realm-icon:before, .oj-hover.oj-selected .realm-icon:before { content: url("images/icons/func_threesquareboxes_16_hov.png"); }
.oj-active .realm-icon:before, .oj-active .realm-icon:before { content: url("images/icons/func_threesquareboxes_16_act.png"); }
.oj-selected .realm-icon:before, .oj-hover.oj-selected .realm-icon:before { content: url("images/icons/func_threesquareboxes_16_act.png"); }
.oj-disabled .realm-icon:before { content: url("images/icons/func_threesquareboxes_16_dis.png"); }

/*Icon for routes*/
.route-icon { height: 16px; width: 16px; }
.oj-default .route-icon:before, .oj-focus-only .route-icon:before { content: url("images/icons/func_twofoldersarrowright_16_ena.png"); }
.oj-hover .route-icon:before, .oj-hover.oj-selected .route-icon:before { content: url("images/icons/func_twofoldersarrowright_16_hov.png"); }
.oj-active .route-icon:before, .oj-active .route-icon:before { content: url("images/icons/func_twofoldersarrowright_16_act.png"); }
.oj-selected .route-icon:before, .oj-hover.oj-selected .route-icon:before { content: url("images/icons/func_twofoldersarrowright_16_act.png"); }
.oj-disabled .route-icon:before { content: url("images/icons/func_twofoldersarrowright_16_dis.png"); }

/*Icon for authorization service*/
.authorization-service-icon { height: 16px; width: 16px; }
.oj-default .authorization-service-icon:before, .oj-focus-only .authorization-service-icon:before { content: url("images/icons/func_lock_16_ena.png"); }
.oj-hover .authorization-service-icon:before, .oj-hover.oj-selected .authorization-service-icon:before { content: url("images/icons/func_lock_16_hov.png"); }
.oj-active .authorization-service-icon:before, .oj-active .authorization-service-icon:before { content: url("images/icons/func_lock_16_act.png"); }
.oj-selected .authorization-service-icon:before, .oj-hover.oj-selected .authorization-service-icon:before { content: url("images/icons/func_lock_16_act.png"); }
.oj-disabled .authorization-service-icon:before { content: url("images/icons/func_lock_16_dis.png"); }

/*Icon for Locales*/
.locale-icon { height: 16px; width: 16px; }
.oj-default .locale-icon:before, .oj-focus-only .locale-icon:before { content: url("images/icons/func_flag_16_ena.png"); }
.oj-hover .locale-icon:before, .oj-hover.oj-selected .locale-icon:before { content: url("images/icons/func_flag_16_hov.png"); }
.oj-active .locale-icon:before, .oj-active .locale-icon:before { content: url("images/icons/func_flag_16_act.png"); }
.oj-selected .locale-icon:before, .oj-hover.oj-selected .locale-icon:before { content: url("images/icons/func_flag_16_act.png"); }
.oj-disabled .locale-icon:before { content: url("images/icons/func_flag_16_dis.png"); }

/*Icon for custom data*/
.custom-data-icon { height: 16px; width: 16px; }
.oj-default .custom-data-icon:before, .oj-focus-only .custom-data-icon:before { content: url("images/icons/func_folderclosedplus_16_ena.png"); }
.oj-hover .custom-data-icon:before, .oj-hover.oj-selected .custom-data-icon:before { content: url("images/icons/func_folderclosedplus_16_hov.png"); }
.oj-active .custom-data-icon:before, .oj-active .custom-data-icon:before { content: url("images/icons/func_folderclosedplus_16_act.png"); }
.oj-selected .custom-data-icon:before, .oj-hover.oj-selected .custom-data-icon:before { content: url("images/icons/func_folderclosedplus_16_act.png"); }
.oj-disabled .custom-data-icon:before { content: url("images/icons/func_folderclosedplus_16_dis.png"); }

/*Icon for external event destinations*/
.external-event-destination-icon { height: 16px; width: 16px; }
.oj-default .external-event-destination-icon:before, .oj-focus-only .external-event-destination-icon:before { content: url("images/icons/func_cal_list_16_ena.png"); }
.oj-hover .external-event-destination-icon:before, .oj-hover.oj-selected .external-event-destination-icon:before { content: url("images/icons/func_calendarlines3dots_16_ovr.png"); }
.oj-active .external-event-destination-icon:before, .oj-active .external-event-destination-icon:before { content: url("images/icons/func_calendarlines3dots_16_act.png"); }
.oj-selected .external-event-destination-icon:before, .oj-hover.oj-selected .external-event-destination-icon:before { content: url("images/icons/func_calendarlines3dots_16_act.png"); }
.oj-disabled .external-event-destination-icon:before { content: url("images/icons/func_calendarlines3dots_16_dis.png"); }

/*Icon for Recording Format Profiles*/
.recording-format-profile-icon { height: 16px; width: 16px; }
.oj-default .recording-format-profile-icon:before, .oj-focus-only .recording-format-profile-icon:before { content: url("images/icons/func_clipboard_16_ena.png"); }
.oj-hover .recording-format-profile-icon:before, .oj-hover.oj-selected .recording-format-profile-icon:before { content: url("images/icons/func_clipboard_16_hov.png"); }
.oj-active .recording-format-profile-icon:before, .oj-active .recording-format-profile-icon:before { content: url("images/icons/func_clipboard_16_act.png"); }
.oj-selected .recording-format-profile-icon:before, .oj-hover.oj-selected .recording-format-profile-icon:before { content: url("images/icons/func_clipboard_16_act.png"); }
.oj-disabled .recording-format-profile-icon:before { content: url("images/icons/func_clipboard_16_dis.png"); }

/*Icon for Security Settings*/
.security-settings-icon { height: 16px; width: 16px; }
.oj-default .security-settings-icon:before, .oj-focus-only .security-settings-icon:before { content: url("images/icons/func_paperlineslock_16_ena.png"); }
.oj-hover .security-settings-icon:before, .oj-hover.oj-selected .security-settings-icon:before { content: url("images/icons/func_paperlineslock_16_hov.png"); }
.oj-active .security-settings-icon:before, .oj-active .security-settings-icon:before { content: url("images/icons/func_paperlineslock_16_act.png"); }
.oj-selected .security-settings-icon:before, .oj-hover.oj-selected .security-settings-icon:before { content: url("images/icons/func_paperlineslock_16_act.png"); }
.oj-disabled .security-settings-icon:before { content: url("images/icons/func_paperlineslock_16_dis.png"); }


/*Icon for Template Definitions*/
.template-definitions-icon { height: 16px; width: 16px; }
.oj-default .template-definitions-icon:before, .oj-focus-only .template-definitions-icon:before { content: url("images/icons/func_windowclosebracket_16_ena.png"); }
.oj-hover .template-definitions-icon:before, .oj-hover.oj-selected .template-definitions-icon:before { content: url("images/icons/func_windowclosebracket_16_hov.png"); }
.oj-active .template-definitions-icon:before, .oj-active .template-definitions-icon:before { content: url("images/icons/func_windowclosebracket_16_act.png"); }
.oj-selected .template-definitions-icon:before, .oj-hover.oj-selected .template-definitions-icon:before { content: url("images/icons/func_windowclosebracket_16_act.png"); }
.oj-disabled .template-definitions-icon:before { content: url("images/icons/func_windowclosebracket_16_dis.png"); }

/*Icon for Third Party Services*/
.third-party-service-icon { height: 16px; width: 16px; }
.oj-default .third-party-service-icon:before, .oj-focus-only .third-party-service-icon:before { content: url("images/icons/func_foursquareboxeslines_16_ena.png"); }
.oj-hover .third-party-service-icon:before, .oj-hover.oj-selected .third-party-service-icon:before { content: url("images/icons/func_foursquareboxeslines_16_hov.png"); }
.oj-active .third-party-service-icon:before, .oj-active .third-party-service-icon:before { content: url("images/icons/func_foursquareboxeslines_16_act.png"); }
.oj-selected .third-party-service-icon:before, .oj-hover.oj-selected .third-party-service-icon:before { content: url("images/icons/func_foursquareboxeslines_16_act.png"); }
.oj-disabled .third-party-service-icon:before { content: url("images/icons/func_foursquareboxeslines_16_dis.png"); }

/*Icon for Live sessions*/
.live-session-icon { height: 16px; width: 16px; }
.oj-default .live-session-icon:before, .oj-focus-only .live-session-icon:before { content: url("images/icons/func_video_16_ena.png"); }
.oj-hover .live-session-icon:before, .oj-hover.oj-selected .live-session-icon:before { content: url("images/icons/func_video_16_hov.png"); }
.oj-active .live-session-icon:before, .oj-active .live-session-icon:before { content: url("images/icons/func_video_16_act.png"); }
.oj-selected .live-session-icon:before, .oj-hover.oj-selected .live-session-icon:before { content: url("images/icons/func_video_16_act.png"); }
.oj-disabled .live-session-icon:before { content: url("images/icons/func_video_16_dis.png"); }

/*Icon for Sites*/
.site-icon { height: 16px; width: 16px; }
.oj-default .site-icon:before, .oj-focus-only .site-icon:before { content: url("images/icons/func_worldglobe_16_ena.png"); }
.oj-hover .site-icon:before, .oj-hover.oj-selected .site-icon:before { content: url("images/icons/func_worldglobe_16_hov.png"); }
.oj-active .site-icon:before, .oj-active .site-icon:before { content: url("images/icons/func_worldglobe_16_act.png"); }
.oj-selected .site-icon:before, .oj-hover.oj-selected .site-icon:before { content: url("images/icons/func_worldglobe_16_act.png"); }
.oj-disabled .site-icon:before { content: url("images/icons/func_worldglobe_16_dis.png"); }

.site-table-icon{ margin-right: 8%;}
.site-table-icon:before { content: url("images/icons/qual_worldglobe_24.svg"); }

.authorization-table-icon{ margin-right: 8%;}
.authorization-table-icon:before { content: url("images/icons/qual_lock_16_full.png"); }

.users-table-icon{ margin-right: 8%;}
.users-table-icon:before { content: url("images/icons/qual_people_24_full.png"); }

.recordingFormat-table-icon{ margin-right: 8%;}
.recordingFormat-table-icon:before { content: url("images/icons/func_clipboard_16_act.png"); }

.routes-table-icon{ margin-right: 8%;}
.routes-table-icon:before { content: url("images/icons/func_twofoldersarrowright_16_act.png"); }

.external-table-icon{ margin-right: 8%;}
.external-table-icon:before { content: url("images/icons/func_calendarlines3dots_16_act.png"); }

.realms-table-icon{ margin-right: 8%;}
.realms-table-icon:before { content: url("images/icons/qual_applications_16_full.png"); }

.template-table-icon{ margin-right: 8%;}
.template-table-icon:before { content: url("images/icons/qual_xml_16_full.png"); }

.thirdparty-table-icon{ margin-right: 8%;}
.thirdparty-table-icon:before { content: url("images/icons/func_foursquareboxeslines_16_act.png"); }

.account-table-icon{ margin-right: 8%;}
.account-table-icon:before { content: url("images/icons/qual_person_16_full.png"); }

.customData-table-icon{ margin-right: 8%;}
.customData-table-icon:before { content: url("images/icons/customData.png"); }

.locale-table-icon{ margin-right: 8%;}
.locale-table-icon:before { content: url("images/icons/func_flag_16_act.png"); }

.liveSession-table-icon{ margin-right: 8%;}
.liveSession-table-icon:before { content: url("images/icons/qual_chat1_16_full.png"); }

.recorder-table-icon+span{ color:#008CCA;font-size: 16px;}
.recorder-table-icon:before { content: url("images/icons/recorder.png"); }

.location-table-icon+span{ color:#008CCA;font-size: 16px;}
.location-table-icon:before { content: url("images/icons/location.png"); }

.archiver-table-icon+span{ color:#008CCA;font-size: 16px;}
.archiver-table-icon:before { content: url("images/icons/archiver.png"); }

.help-icon{cursor: pointer}
.help-icon:before { content: url("images/icons/qual_circlequestionmark_16_full.png"); }

.recording-table-video-icon+span{ margin-right: 0%;}
.recording-table-video-icon:before { content: url("images/icons/film.png"); }

.recording-table-full-secure-icon+span{ margin-right: 0%;}
.recording-table-full-secure-icon:before { content: url("images/icons/package.png"); }

.recording-table-partial-secure-icon+span{ margin-right: 0%;}
.recording-table-partial-secure-icon:before { content: url("images/icons/package_green.png"); }

.recording-player-pause-icon:before { content: url("images/icons/func_pause_16.png"); }

.recording-player-play-icon:before { content: url("images/icons/func_play_16.png"); }

.recording-table-observeit-icon:before { content: url("images/icons/plugin.png"); }