/* ####################### */
.index_tablen_menu{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 10px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/navigation/ic_menu_white_24dp.png') no-repeat;
}/*.index_tablen_menu:hover{
    background: url('../ico/v2/navigation/ic_menu_grey600_24dp.png') no-repeat;
}*/

.index_barsearch_drop_btn{
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url('img/chosen-sprite.png') no-repeat -5px -5px;
}

.index_barsearch_clear_btn{
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('img/chosen-sprite.png') no-repeat -49px 2px;
}

.index_barsearch_user{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/action/ic_exit_to_app_grey600_24dp.png') no-repeat;
}
.index_barsearch_user:hover{
    background: #cccccc url('../ico/v2/action/ic_exit_to_app_black_24dp.png') no-repeat;
}

.index_barsearch_user_white{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/action/ic_exit_to_app_white_24dp.png') no-repeat;
}

.index_barsearch_notif{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/social/ic_notifications_grey600_24dp.png') no-repeat;
}
.index_barsearch_notif:hover{
    background: #cccccc url('../ico/v2/social/ic_notifications_black_24dp.png') no-repeat;
}

.index_barsearch_mobileon{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/hardware/ic_tablet_mac_red_24dp.png') no-repeat;
}
.index_barsearch_mobileon:hover{
    background: url('../ico/v2/hardware/ic_tablet_mac_grey600_24dp.png') no-repeat;
}

.index_barsearch_mobileoff{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/hardware/ic_tablet_mac_grey300_24dp.png') no-repeat;
}
.index_barsearch_mobileoff:hover{
    background: url('../ico/v2/hardware/ic_tablet_mac_grey600_24dp.png') no-repeat;
}

.index_barmoddoc_notif{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/action/ic_doc_mod_grey600_24dp.png') no-repeat;
}
.index_barmoddoc_notif:hover{
    background: #cccccc url('../ico/v2/action/ic_doc_mod_black_24dp.png') no-repeat;
}

.index_barsearch_config{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/action/ic_settings_grey600_24dp.png') no-repeat;
}
.index_barsearch_config:hover{
    background: #cccccc url('../ico/v2/action/ic_settings_black_24dp.png') no-repeat;
}

/* #################### */
[class^="btn_da_"],[class*=" btn_da_"] {
    float: right;
    margin:0 5px 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px 1px #69965c;
}
[class^="btn_da_"]:hover,[class*=" btn_da_"]:hover {
    
}
.btn_da_note{
    background: #ffffff url('../ico/v2/notification/ic_event_note_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_note:hover{
    background: #ffffff url('../ico/v2/notification/ic_event_note_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_dndoc{
    background: #ffffff url('../ico/v2/content/ic_content_paste_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_dndoc:hover{
    background: #ffffff url('../ico/v2/content/ic_content_paste_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_view_list{
    background: #ffffff url('../ico/v2/action/ic_view_list_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_view_list:hover{
    background: #ffffff url('../ico/v2/action/ic_view_list_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_list{
    background: #ffffff url('../ico/v2/action/ic_list_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_list:hover{
    background: #ffffff url('../ico/v2/action/ic_list_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_copy{
    background: #ffffff url('../ico/v2/content/ic_content_copy_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_copy:hover{
    background: #ffffff url('../ico/v2/content/ic_content_copy_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_info{
    background: #ffffff url('../ico/v2/action/ic_info_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_info:hover{
    background: #ffffff url('../ico/v2/action/ic_info_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_link{
    background: #ffffff url('../ico/v2/editor/ic_insert_link_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_link:hover{
    background: #ffffff url('../ico/v2/editor/ic_insert_link_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_appupload{
    background: #ffffff url('../ico/v2/file/ic_file_upload_applet_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_appupload:hover{
    background: #ffffff url('../ico/v2/file/ic_file_upload_applet_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_upload{
    background: #ffffff url('../ico/v2/file/ic_file_upload_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_upload:hover{
    background: #ffffff url('../ico/v2/file/ic_file_upload_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_canc{
    background: #ffffff url('../ico/v2/action/ic_delete_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_canc:hover{
    background: #ffffff url('../ico/v2/action/ic_delete_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_mailatt_idoc{
    background: #ffffff url('../ico/v2/editor/ic_mail_idoc_blue_18dp.png') no-repeat 1px 1px;
}
.btn_da_mailatt_idoc:hover{
    background: #ffffff url('../ico/v2/editor/ic_mail_idoc_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_reload{
    background: #ffffff url('../ico/v2/action/ic_cached_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_reload:hover{
    background: #ffffff url('../ico/v2/action/ic_cached_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_dragdoc{
    background: #ffffff url('../ico/v2/action/ic_drag_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_dragdoc:hover{
    background: #ffffff url('../ico/v2/action/ic_drag_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_flussi{
    background: #ffffff url('../ico/v2/social/ic_share_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_flussi:hover{
    background: #ffffff url('../ico/v2/social/ic_share_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_idocbox{
    background: #ffffff url('../ico/v2/file/ic_cloud_upload_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_idocbox:hover{
    background: #ffffff url('../ico/v2/file/ic_cloud_upload_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_altridat{
    background: #ffffff url('../ico/v2/editor/ic_format_line_spacing_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_altridat:hover{
    background: #ffffff url('../ico/v2/editor/ic_format_line_spacing_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_clearform{
    background: #ffffff url('../ico/v2/action/ic_highlight_remove_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_clearform:hover{
    background: #ffffff url('../ico/v2/action/ic_highlight_remove_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_addarch{
    background: #ffffff url('../ico/v2/content/ic_archive_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_addarch:hover{
    background: #ffffff url('../ico/v2/content/ic_archive_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_allega{
    background: #ffffff url('../ico/v2/file/ic_attachment_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_allega:hover{
    background: #ffffff url('../ico/v2/file/ic_attachment_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_inevidenza{
    background: #ffffff url('../ico/v2/action/ic_turned_in_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_inevidenza:hover{
    background: #ffffff url('../ico/v2/action/ic_turned_in_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_inevidenza_spost{
    background: #ffffff url('../ico/v2/action/ic_turned_in_not_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_inevidenza_spost:hover{
    background: #ffffff url('../ico/v2/action/ic_turned_in_not_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_unipdf{
    background: #ffffff url('../ico/v2/image/ic_style_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_unipdf:hover{
    background: #ffffff url('../ico/v2/image/ic_style_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_unizip{
    background: #ffffff url('../ico/v2/file/ic_file_download_zip_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_unizip:hover{
    background: #ffffff url('../ico/v2/file/ic_file_download_zip_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_unizipmail{
    background: #ffffff url('../ico/v2/file/ic_file_email_zip_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_unizipmail:hover{
    background: #ffffff url('../ico/v2/file/ic_file_email_zip_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_unipdf_mail{
    background: #ffffff url('../ico/v2/image/ic_unipdf_mail_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_unipdf_mail:hover{
    background: #ffffff url('../ico/v2/image/ic_unipdf_mail_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_unipdf_vis{
    background: #ffffff url('../ico/v2/image/ic_style_vis_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_unipdf_vis:hover{
    background: #ffffff url('../ico/v2/image/ic_style_vis_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_postal{
    background: #ffffff url('../ico/v2/action/ic_tab_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_postal:hover{
    background: #ffffff url('../ico/v2/action/ic_tab_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_postal_all{
    background: #ffffff url('../ico/v2/action/ic_postall_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_postal_all:hover{
    background: #ffffff url('../ico/v2/action/ic_postall_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_cloud_mail{
    background: #ffffff url('../ico/v2/file/ic_cloud_mail_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_cloud_mail:hover{
    background: #ffffff url('../ico/v2/file/ic_cloud_mail_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_cloud_mail_all{
    background: #ffffff url('../ico/v2/file/ic_cloud_mai_alll_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_cloud_mail_all:hover{
    background: #ffffff url('../ico/v2/file/ic_cloud_mai_alll_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_export_doc_all{
    background: #ffffff url('../ico/v2/file/ic_file_download_excel_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_export_doc_all:hover{
    background: #ffffff url('../ico/v2/file/ic_file_download_excel_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_vizcoll_on{
    background: #ffffff url('../ico/v2/av/ic_my_library_books_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_vizcoll_on:hover{
    background: #ffffff url('../ico/v2/av/ic_my_library_books_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_vizcoll_off{
    background: #ffffff url('../ico/v2/av/ic_my_library_add_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_vizcoll_off:hover{
    background: #ffffff url('../ico/v2/av/ic_my_library_add_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_modoviz_a{
    background: #ffffff url('../ico/v2/editor/ic_format_indent_tree_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_modoviz_a:hover{
    background: #ffffff url('../ico/v2/editor/ic_format_indent_tree_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_modoviz_b{
    background: #ffffff url('../ico/v2/editor/ic_format_align_justify_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_modoviz_b:hover{
    background: #ffffff url('../ico/v2/editor/ic_format_align_justify_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_modoviz_c{
    background: #ffffff url('../ico/v2/editor/ic_format_align_oggetti_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_modoviz_c:hover{
    background: #ffffff url('../ico/v2/editor/ic_format_align_oggetti_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_settings_green{
    background: #ffffff url('../ico/v2/action/ic_settings_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_settings_green:hover{
    background: #ffffff url('../ico/v2/action/ic_settings_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_lucch{
    float:left;
    background: #ffffff url('../ico/v2/action/ic_lock_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_lucch:hover{
    background: #ffffff url('../ico/v2/action/ic_lock_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_da_modcampidoc{
    background: #ffffff url('../ico/v2/content/ic_create_green_18dp.png') no-repeat 1px 1px;
}
.btn_da_modcampidoc:hover{
    background: #ffffff url('../ico/v2/content/ic_create_grey600_18dp.png') no-repeat 1px 1px;
}

/* #################### */
[class^="btn_det_"],[class*=" btn_det_"] {
    float: left;
    margin:0 0 0 5px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px 1px #69965c;
}
[class^="btn_det_"]:hover,[class*=" btn_det_"]:hover {
    
}
.btn_det_email{
    background: #ffffff url('../ico/v2/content/ic_mail_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_email:hover{
    background: #ffffff url('../ico/v2/content/ic_mail_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_emailaspdf{
    background: #ffffff url('../ico/v2/content/ic_mailaspdf_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_emailaspdf:hover{
    background: #ffffff url('../ico/v2/content/ic_mailaspdf_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_openas{
    background: #ffffff url('../ico/v2/action/ic_open_in_browser_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_openas:hover{
    background: #ffffff url('../ico/v2/action/ic_open_in_browser_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_download_word{
    background: #ffffff url('../ico/v2/file/ic_file_download_word_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_download_word:hover{
    background: #ffffff url('../ico/v2/file/ic_file_download_word_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_download{
    background: #ffffff url('../ico/v2/file/ic_file_download_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_download:hover{
    background: #ffffff url('../ico/v2/file/ic_file_download_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_anotaz{
    background: #ffffff url('../ico/v2/av/ic_subtitles_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_anotaz:hover{
    background: #ffffff url('../ico/v2/av/ic_subtitles_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_anotaz_off{
    background: #ffffff url('../ico/v2/av/ic_subtitles_off_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_anotaz_off:hover{
    background: #ffffff url('../ico/v2/av/ic_subtitles_off_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_anotaz_on{
    background: #ffffff url('../ico/v2/av/ic_subtitles_on_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_anotaz_on:hover{
    background: #ffffff url('../ico/v2/av/ic_subtitles_on_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_agiorna{
    background: #ffffff url('../ico/v2/av/ic_replay_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_agiorna:hover{
    background: #ffffff url('../ico/v2/av/ic_replay_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_modifica{
    background: #ffffff url('../ico/v2/content/ic_create_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_modifica:hover{
    background: #ffffff url('../ico/v2/content/ic_create_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_modifica_marone{
    background: #ffffff url('../ico/v2/content/ic_create_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_modifica_marone:hover{
    background: #ffffff url('../ico/v2/content/ic_create_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_upload_modifica{
    background: #ffffff url('../ico/v2/file/ic_file_upload_mod_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_upload_modifica:hover{
    background: #ffffff url('../ico/v2/file/ic_file_upload_mod_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_save{
    background: #ffffff url('../ico/v2/file/ic_file_save_mod_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_save:hover{
    background: #ffffff url('../ico/v2/file/ic_file_save_mod_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_revis{
    background: #ffffff url('../ico/v2/file/ic_file_revis_mod_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_revis:hover{
    background: #ffffff url('../ico/v2/file/ic_file_revis_mod_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_anul_modifica{
    background: #ffffff url('../ico/v2/file/ic_file_anul_mod_marone_18dp.png') no-repeat 1px 1px;
}
.btn_det_anul_modifica:hover{
    background: #ffffff url('../ico/v2/file/ic_file_anul_mod_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_print{
    background: #ffffff url('../ico/v2/maps/ic_local_printshop_green_18dp_1x.png') no-repeat 1px 1px;
}
.btn_det_print:hover{
    background: #ffffff url('../ico/v2/maps/ic_local_printshop_black_18dp_1x.png') no-repeat 1px 1px;
}

.btn_det_pdf{
    background: #ffffff url('../ico/v2/image/ic_picture_as_pdf_green_18dp_1x.png') no-repeat 1px 1px;
}
.btn_det_pdf:hover{
    background: #ffffff url('../ico/v2/image/ic_picture_as_pdf_black_18dp_1x.png') no-repeat 1px 1px;
}

.btn_det_cut_page{
    background: #ffffff url('../ico/v2/content/ic_content_cut_page_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_cut_page:hover{
    background: #ffffff url('../ico/v2/content/ic_content_cut_page_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_add_page{
    background: #ffffff url('../ico/v2/content/ic_content_add_page_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_add_page:hover{
    background: #ffffff url('../ico/v2/content/ic_content_add_page_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_ocr{
    background: #ffffff url('../ico/v2/image/ic_ocr_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_ocr:hover{
    background: #ffffff url('../ico/v2/image/ic_ocr_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_daarch{
    background: #ffffff url('../ico/v2/file/ic_file_upload_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_daarch:hover{
    background: #ffffff url('../ico/v2/file/ic_file_upload_grey600_18dp.png') no-repeat 1px 1px;
}

.btn_det_copy{
    background: #ffffff url('../ico/v2/content/ic_content_copy_green_18dp.png') no-repeat 1px 1px;
}
.btn_det_copy:hover{
    background: #ffffff url('../ico/v2/content/ic_content_copy_grey600_18dp.png') no-repeat 1px 1px;
}

[class^="btn_form_"],[class*=" btn_form_"] {
    float: left;
    margin:0 0 0 5px;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px 1px #69965c;
}

.btn_form_sendeml{
    background: #ffffff url('../ico/v2/communication/ic_email_green_18dp.png') no-repeat 3px 1px;
}
.btn_form_sendeml:hover{
    background: #ffffff url('../ico/v2/communication/ic_email_grey600_18dp.png') no-repeat 3px 1px;
}

.btn_form_convpdf{
    background: #ffffff url('../ico/v2/image/ic_picture_as_pdf_green_18dp_1x.png') no-repeat 3px 1px;
}
.btn_form_convpdf:hover{
    background: #ffffff url('../ico/v2/image/ic_picture_as_pdf_black_18dp_1x.png') no-repeat 3px 1px;
}

.btn_form_odach{
    background: #ffffff url('../ico/v2/file/ic_file_upload_applet_green_18dp.png') no-repeat 3px 1px;
}
.btn_form_odach:hover{
    background: #ffffff url('../ico/v2/file/ic_file_upload_applet_grey600_18dp.png') no-repeat 3px 1px;
}

.btn_radio_on{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_on_18dp.png') no-repeat 0px 1px;
}

.btn_radio_off{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_off_18dp.png') no-repeat 0px 1px;
}

.btn_radio_blue_on{
    float: left;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_blue_on_18dp.png') no-repeat 0px 1px;
}

.btn_radio_blue_off{
    float: left;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_blue_off_18dp.png') no-repeat 0px 1px;
}

.btn_radio_pdf_on{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_on_18dp.png') no-repeat 0px 1px;
}

.btn_radio_pdf_off{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_off_18dp.png') no-repeat 0px 1px;
}

.btn_radio_odach_on{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_on_18dp.png') no-repeat 0px 1px;
}

.btn_radio_odach_off{
    float: right;
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../ico/v2/form/ic_radio_green_off_18dp.png') no-repeat 0px 1px;
}

.navBtnLeft_att{
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #69b10b url('../ico/v2/hardware/ic_keyboard_arrow_left_white_24dp.png') no-repeat 3px -1px;
}
.navBtnLeft_dsatt{
    margin:0 0 0 0;
    cursor:default;
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #cccccc url('../ico/v2/hardware/ic_keyboard_arrow_left_white_24dp.png') no-repeat 3px -1px;
}
.navBtnRight_att{
    margin:0 0 0 0;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #69b10b url('../ico/v2/hardware/ic_keyboard_arrow_right_white_24dp.png') no-repeat 3px -1px;
}
.navBtnRight_dsatt{
    margin:0 0 0 0;
    cursor:default;
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background: #cccccc url('../ico/v2/hardware/ic_keyboard_arrow_right_white_24dp.png') no-repeat 3px -1px;
}

.btn_saveAnnClassSog{
    margin:5px;
    border-radius: 3px;
    background: green;
    color: #ffffff;
    padding:1px 4px 1px 4px;
    cursor:pointer;
}

.index_jobmail_notif{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/social/ic_party_mode_black_24dp.png') no-repeat;
}
.index_jobmail_notif:hover{
    background: #cccccc url('../ico/v2/social/ic_party_mode_black_24dp.png') no-repeat;
}

.index_worflow_notif{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/v2/content/ic_mail_black_24dp.png') no-repeat;
}
.index_worflow_notif:hover{
    background: #cccccc url('../ico/v2/content/ic_mail_black_24dp.png') no-repeat;
}

.index_trk_notif{
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0x 0px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    background: url('../ico/tracking_btn.png') no-repeat;
}
.index_trk_notif:hover{
    background: #cccccc url('../ico/tracking_btn.png') no-repeat;
}

/* 
****************************
GESTIONE CAMPANELLA AVVISI 
****************************
*/
.ds-none {
  display: none;
}

.dropdown {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px 3px 3px 3px;
}

.dropdown-content {
  
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

    left: 90%;
    right: 10%;
    
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ccc;}