| @@ -1 +1,743 @@ | ||
| 1 | -@font-face{font-family:"s11-fp";src:url("../fonts/s11-fp.woff?v=7") format("woff");font-weight:400;font-style:normal}.frm-submenu-highlight{background:#1da867}.frm-submenu-highlight a span{color:#fff;font-weight:600}.frmfont,.frm_icon_font{text-decoration:none;text-shadow:none;font-weight:400;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1.5;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.frmfont,i.frm_icon_font{font-style:normal;font-variant:normal;speak:none}.frmfont::before,select.frmfont,.frm_icon_font::before,select.frm_icon_font{font-family:"s11-fp" !important;text-align:center}.frmfont,a.frmfont,.frmfont:hover,a.frmfont:hover .frm_icon_font,a.frm_icon_font,.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;box-shadow:none}.frmfont:focus,.frm_icon_font:focus{box-shadow:none}.frmfont:active,.frm_icon_font:active{outline:none}.frm_trigger .frm_icon_font{padding:0 5px}.frm_tooltip_icon::before{content:"\e611"}.frm_delete_icon::before{content:"\e610" !important}.frm_arrowdown6_icon::before{content:"\e62a"} | |
| 1 | +@font-face { | |
| 2 | + font-family: 's11-fp'; | |
| 3 | + src: url('../fonts/s11-fp.ttf?v=7') format('truetype'), | |
| 4 | + url('../fonts/s11-fp.woff?v=7') format('woff'), | |
| 5 | + url('../fonts/s11-fp.svg?v=7#s11-fp') format('svg'); | |
| 6 | + font-weight: normal; | |
| 7 | + font-style: normal; | |
| 8 | +} | |
| 9 | + | |
| 10 | +.frm-submenu-highlight { | |
| 11 | + background: #F15A24; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.frm-submenu-highlight a span { | |
| 15 | + color: #fff; | |
| 16 | + font-weight: 600; | |
| 17 | +} | |
| 18 | + | |
| 19 | + | |
| 20 | +.frmfont, | |
| 21 | +.frm_icon_font, | |
| 22 | +.frm_dashicon_font{ | |
| 23 | + text-decoration:none; | |
| 24 | + text-shadow: none; | |
| 25 | + font-weight:normal; | |
| 26 | + display:inline-block; | |
| 27 | + -webkit-font-smoothing: antialiased; | |
| 28 | + -moz-osx-font-smoothing: grayscale; | |
| 29 | + text-rendering: auto; | |
| 30 | + line-height: 1; | |
| 31 | + -moz-transition: color .1s ease-in-out, opacity .1s ease-in-out; | |
| 32 | + -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out; | |
| 33 | + transition: color .1s ease-in-out, opacity .1s ease-in-out; | |
| 34 | + font-size: 18px; | |
| 35 | +} | |
| 36 | + | |
| 37 | +i.frmfont, | |
| 38 | +i.frm_icon_font{ | |
| 39 | + font-style:normal; | |
| 40 | + font-variant: normal; | |
| 41 | + speak: none; | |
| 42 | +} | |
| 43 | + | |
| 44 | +.frmfont:before, | |
| 45 | +select.frmfont, | |
| 46 | +.frm_icon_font:before, | |
| 47 | +select.frm_icon_font{ | |
| 48 | + font-family: 's11-fp' !important; | |
| 49 | + text-align:center; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.frmfont, | |
| 53 | +a.frmfont, | |
| 54 | +.frmfont:hover, | |
| 55 | +a.frmfont:hover | |
| 56 | +.frm_icon_font, | |
| 57 | +a.frm_icon_font, | |
| 58 | +.frm_icon_font:hover, | |
| 59 | +a.frm_icon_font:hover{ | |
| 60 | + text-decoration:none !important; | |
| 61 | + box-shadow:none; | |
| 62 | +} | |
| 63 | + | |
| 64 | +.frmfont:focus, | |
| 65 | +.frm_icon_font:focus, | |
| 66 | +.frm_dashicon_font:focus{ | |
| 67 | + box-shadow:none; | |
| 68 | + -webkit-box-shadow:none; | |
| 69 | +} | |
| 70 | + | |
| 71 | +.frmfont:active, | |
| 72 | +.frm_icon_font:active{ | |
| 73 | + outline:none; | |
| 74 | +} | |
| 75 | + | |
| 76 | +.frm_trigger .frm_icon_font{ | |
| 77 | + padding:0 5px; | |
| 78 | +} | |
| 79 | + | |
| 80 | +.frm_logo_icon:before { | |
| 81 | + content: "\e601"; | |
| 82 | +} | |
| 83 | +.frm_required_icon:before { | |
| 84 | + content: "\e612"; | |
| 85 | +} | |
| 86 | +.frm_delete_icon:before { | |
| 87 | + content: "\e610" !important; | |
| 88 | +} | |
| 89 | +.frm_delete_solid_icon:before { | |
| 90 | + content: "\e900"; | |
| 91 | +} | |
| 92 | +.frm_move_icon:before { | |
| 93 | + content: "\e61a"; | |
| 94 | +} | |
| 95 | +.frm_drag_icon:before { | |
| 96 | + content: "\e93b"; | |
| 97 | +} | |
| 98 | +.frm_clear_icon:before { | |
| 99 | + content: "\e60a"; | |
| 100 | +} | |
| 101 | +.frm_noclear_icon:before { | |
| 102 | + content: "\e60b"; | |
| 103 | +} | |
| 104 | +.frm_duplicate_icon:before { | |
| 105 | + content: "\e61b"; | |
| 106 | +} | |
| 107 | +.frm_copy_icon:before { | |
| 108 | + content: "\f0c5"; | |
| 109 | +} | |
| 110 | +.frm_clone_solid_icon:before { | |
| 111 | + content: "\f24e"; | |
| 112 | +} | |
| 113 | +.frm_clone_icon:before { | |
| 114 | + content: "\f24d"; | |
| 115 | +} | |
| 116 | +.frm_tooltip_icon:before { | |
| 117 | + content: "\e611"; | |
| 118 | +} | |
| 119 | +.frm_tooltip_solid_icon:before { | |
| 120 | + content: "\e907"; | |
| 121 | +} | |
| 122 | +.frm_forbid_icon:before { | |
| 123 | + content: "\e636"; | |
| 124 | +} | |
| 125 | +.frm_checkmark_icon:before { | |
| 126 | + content: "\e90a"; | |
| 127 | +} | |
| 128 | +.frm_check_icon:before { | |
| 129 | + content: "\e605"; | |
| 130 | +} | |
| 131 | +.frm_check1_icon:before { | |
| 132 | + content: "\e606"; | |
| 133 | +} | |
| 134 | +.frm_plus_icon:before { | |
| 135 | + content: "\e62f"; | |
| 136 | +} | |
| 137 | +.frm_plus1_icon:before { | |
| 138 | + content: "\e602"; | |
| 139 | +} | |
| 140 | +.frm_plus2_icon:before { | |
| 141 | + content: "\e603"; | |
| 142 | +} | |
| 143 | +.frm_plus3_icon:before { | |
| 144 | + content: "\e632"; | |
| 145 | +} | |
| 146 | +.frm_plus4_icon:before { | |
| 147 | + content: "\e60f"; | |
| 148 | +} | |
| 149 | +.frm_minus_icon:before { | |
| 150 | + content: "\e62e"; | |
| 151 | +} | |
| 152 | +.frm_minus1_icon:before { | |
| 153 | + content: "\e600"; | |
| 154 | +} | |
| 155 | +.frm_minus2_icon:before { | |
| 156 | + content: "\e604"; | |
| 157 | +} | |
| 158 | +.frm_minus3_icon:before { | |
| 159 | + content: "\e633"; | |
| 160 | +} | |
| 161 | +.frm_minus4_icon:before { | |
| 162 | + content: "\e613"; | |
| 163 | +} | |
| 164 | +.frm_cancel_icon:before { | |
| 165 | + content: "\e607"; | |
| 166 | +} | |
| 167 | +.frm_cancel1_icon:before { | |
| 168 | + content: "\e608"; | |
| 169 | +} | |
| 170 | +.frm_close_icon:before { | |
| 171 | + content: "\e928"; | |
| 172 | +} | |
| 173 | +.frm_report_problem_solid_icon:before { | |
| 174 | + content: "\e914"; | |
| 175 | +} | |
| 176 | +.frm_report_problem_icon:before { | |
| 177 | + content: "\e915"; | |
| 178 | +} | |
| 179 | +.frm_arrowup_icon:before { | |
| 180 | + content: "\e60d"; | |
| 181 | +} | |
| 182 | +.frm_arrowup1_icon:before { | |
| 183 | + content: "\e60e"; | |
| 184 | +} | |
| 185 | +.frm_arrowup2_icon:before { | |
| 186 | + content: "\e630"; | |
| 187 | +} | |
| 188 | +.frm_arrowup3_icon:before { | |
| 189 | + content: "\e62b"; | |
| 190 | +} | |
| 191 | +.frm_arrowup4_icon:before { | |
| 192 | + content: "\e62c"; | |
| 193 | +} | |
| 194 | +.frm_arrowup5_icon:before { | |
| 195 | + content: "\e635"; | |
| 196 | +} | |
| 197 | +.frm_arrowup5_solid_icon:before { | |
| 198 | + content: "\e9d"; | |
| 199 | +} | |
| 200 | +.frm_arrowup7_icon:before { | |
| 201 | + content: "\e908"; | |
| 202 | +} | |
| 203 | +.frm_arrowup6_icon:before { | |
| 204 | + content: "\e62d"; | |
| 205 | +} | |
| 206 | +.frm_arrowdown_icon:before { | |
| 207 | + content: "\e609"; | |
| 208 | +} | |
| 209 | +.frm_arrowdown1_icon:before { | |
| 210 | + content: "\e60c"; | |
| 211 | +} | |
| 212 | +.frm_arrowdown2_icon:before { | |
| 213 | + content: "\e631"; | |
| 214 | +} | |
| 215 | +.frm_arrowdown3_icon:before { | |
| 216 | + content: "\e628"; | |
| 217 | +} | |
| 218 | +.frm_arrowdown4_icon:before { | |
| 219 | + content: "\e629"; | |
| 220 | +} | |
| 221 | +.frm_arrowdown5_icon:before { | |
| 222 | + content: "\e634"; | |
| 223 | +} | |
| 224 | +.frm_arrowdown5_solid_icon:before { | |
| 225 | + content: "\e905"; | |
| 226 | +} | |
| 227 | +.frm_arrowdown7_icon:before { | |
| 228 | + content: "\e90b"; | |
| 229 | +} | |
| 230 | +.frm_arrowdown6_icon:before { | |
| 231 | + content: "\e62a"; | |
| 232 | +} | |
| 233 | +.frm_arrow_left_icon:before { | |
| 234 | + content: "\e912"; | |
| 235 | +} | |
| 236 | +.frm_arrow_right_icon:before { | |
| 237 | + content: "\e913"; | |
| 238 | +} | |
| 239 | +.frm_filter_icon:before { | |
| 240 | + content: "\e90c"; | |
| 241 | +} | |
| 242 | +.frm_download_icon:before { | |
| 243 | + content: "\e615"; | |
| 244 | +} | |
| 245 | +.frm_upload2_icon:before { | |
| 246 | + content: "\f093"; | |
| 247 | +} | |
| 248 | +.frm_upload_icon:before { | |
| 249 | + content: "\e616"; | |
| 250 | +} | |
| 251 | +.frm_download2_icon:before { | |
| 252 | + content: "\f019"; | |
| 253 | +} | |
| 254 | +.frm_hard_drive_icon:before { | |
| 255 | + content: "\e916"; | |
| 256 | +} | |
| 257 | +.frm_pencil_solid_icon:before { | |
| 258 | + content: "\e901"; | |
| 259 | +} | |
| 260 | +.frm_pencil_icon:before { | |
| 261 | + content: "\e61d"; | |
| 262 | +} | |
| 263 | +.frm_signature_icon:before { | |
| 264 | + content: "\e919"; | |
| 265 | +} | |
| 266 | +.frm_user_icon:before { | |
| 267 | + content: "\e7ff"; | |
| 268 | +} | |
| 269 | +.frm_register_icon:before { | |
| 270 | + content: "\e637"; | |
| 271 | +} | |
| 272 | +.frm_account_circle_solid_icon:before { | |
| 273 | + content: "\e853"; | |
| 274 | +} | |
| 275 | +.frm_account_circle_icon:before { | |
| 276 | + content: "\e921"; | |
| 277 | +} | |
| 278 | +.frm_address_card_icon:before { | |
| 279 | + content: "\e996"; | |
| 280 | +} | |
| 281 | +.frm_paragraph_icon:before { | |
| 282 | + content: "\f1dd"; | |
| 283 | +} | |
| 284 | +.frm_checkbox_unchecked_icon:before { | |
| 285 | + content: "\e91e"; | |
| 286 | +} | |
| 287 | +.frm_checkbox_icon:before { | |
| 288 | + content: "\e922"; | |
| 289 | +} | |
| 290 | +.frm_checkbox_solid_icon:before { | |
| 291 | + content: "\e91f"; | |
| 292 | +} | |
| 293 | +.frm_dropdown_icon:before { | |
| 294 | + content: "\e909"; | |
| 295 | +} | |
| 296 | +.frm_caret_square_down_icon:before { | |
| 297 | + content: "\f150"; | |
| 298 | +} | |
| 299 | +.frm_check_square_icon:before { | |
| 300 | + content: "\f14a"; | |
| 301 | +} | |
| 302 | +.frm_radio_unchecked_icon:before { | |
| 303 | + content: "\e971"; | |
| 304 | +} | |
| 305 | +.frm_radio_checked_icon:before { | |
| 306 | + content: "\ea54"; | |
| 307 | +} | |
| 308 | +.frm_scrubber_icon:before { | |
| 309 | + content: "\f2f8"; | |
| 310 | +} | |
| 311 | +.frm_location_solid_icon:before { | |
| 312 | + content: "\e955"; | |
| 313 | +} | |
| 314 | +.frm_location_icon:before { | |
| 315 | + content: "\e947"; | |
| 316 | +} | |
| 317 | +.frm_toggle_on_icon:before { | |
| 318 | + content: "\f205"; | |
| 319 | +} | |
| 320 | +.frm_toggle_off_icon:before { | |
| 321 | + content: "\f204"; | |
| 322 | +} | |
| 323 | +.frm_shield_check_icon:before { | |
| 324 | + content: "\f2f7"; | |
| 325 | +} | |
| 326 | +.frm_shield_check_solid_icon:before { | |
| 327 | + content: "\e97d"; | |
| 328 | +} | |
| 329 | +.frm_clock_icon:before { | |
| 330 | + content: "\e929"; | |
| 331 | +} | |
| 332 | +.frm_clock_solid_icon:before { | |
| 333 | + content: "\e985"; | |
| 334 | +} | |
| 335 | +.frm_link_icon:before { | |
| 336 | + content: "\f0c1"; | |
| 337 | +} | |
| 338 | +.frm_email_icon:before { | |
| 339 | + content: "\e626"; | |
| 340 | +} | |
| 341 | +.frm_email_solid_icon:before { | |
| 342 | + content: "\f0e0"; | |
| 343 | +} | |
| 344 | +.frm_mail_bulk_icon:before { | |
| 345 | + content: "\e95c"; | |
| 346 | +} | |
| 347 | +.frm_phone_icon:before { | |
| 348 | + content: "\e942"; | |
| 349 | +} | |
| 350 | +.frm_calendar_icon:before { | |
| 351 | + content: "\f073"; | |
| 352 | +} | |
| 353 | +.frm_code_icon:before { | |
| 354 | + content: "\e90d"; | |
| 355 | +} | |
| 356 | +.frm_tag_icon:before { | |
| 357 | + content: "\e98b"; | |
| 358 | +} | |
| 359 | +.frm_tag_solid_icon:before { | |
| 360 | + content: "\e989"; | |
| 361 | +} | |
| 362 | +.frm_price_tags_icon:before { | |
| 363 | + content: "\e936"; | |
| 364 | +} | |
| 365 | +.frm_search_icon:before { | |
| 366 | + content: "\e978"; | |
| 367 | +} | |
| 368 | +.frm_sitemap_icon:before { | |
| 369 | + content: "\f0e8"; | |
| 370 | +} | |
| 371 | +.frm_file_icon:before { | |
| 372 | + content: "\f15b"; | |
| 373 | +} | |
| 374 | +.frm_file_text_solid_icon:before { | |
| 375 | + content: "\f15c"; | |
| 376 | +} | |
| 377 | +.frm_file_text_icon:before { | |
| 378 | + content: "\e923"; | |
| 379 | +} | |
| 380 | +.frm-option-icon:before, /* Reverse Compatibility */ | |
| 381 | +.frm_option_icon:before { | |
| 382 | + content: "\e904"; | |
| 383 | +} | |
| 384 | +.frm_option_solid_icon:before { | |
| 385 | + content: "\e906"; | |
| 386 | +} | |
| 387 | +.frm_more_horiz_icon:before { | |
| 388 | + content: "\e5d3"; | |
| 389 | +} | |
| 390 | +.frm_more_vert_icon:before { | |
| 391 | + content: "\e5d4"; | |
| 392 | +} | |
| 393 | +.frm_more_horiz_solid_icon { | |
| 394 | + font-size: 28px !important; | |
| 395 | + font-weight: bold; | |
| 396 | + line-height: 18px; | |
| 397 | +} | |
| 398 | +.frm_more_horiz_solid_icon:before { | |
| 399 | + content: "\00B7\00B7\00B7"; | |
| 400 | +} | |
| 401 | +.frm_more_vert_solid_icon:before { | |
| 402 | + content: "\f142"; | |
| 403 | +} | |
| 404 | +.frm_calculator_icon:before { | |
| 405 | + content: "\f1ec"; | |
| 406 | +} | |
| 407 | +.frm_key_icon:before { | |
| 408 | + content: "\f084"; | |
| 409 | +} | |
| 410 | +.frm_keyalt_solid_icon:before { | |
| 411 | + content: "\e986"; | |
| 412 | +} | |
| 413 | +.frm_keyalt_icon:before { | |
| 414 | + content: "\e987"; | |
| 415 | +} | |
| 416 | +.frm_keyboard_icon:before { | |
| 417 | + content: "\e924"; | |
| 418 | +} | |
| 419 | +.frm_eye_icon:before { | |
| 420 | + content: "\f06e"; | |
| 421 | +} | |
| 422 | +.frm_eye_solid_icon:before { | |
| 423 | + content: "\e945"; | |
| 424 | +} | |
| 425 | +.frm_eye_slash_icon:before { | |
| 426 | + content: "\f070"; | |
| 427 | +} | |
| 428 | +.frm_eye_slash_solid_icon:before { | |
| 429 | + content: "\e949"; | |
| 430 | +} | |
| 431 | +.frm_page_break_icon:before { | |
| 432 | + content: "\e8e9"; | |
| 433 | +} | |
| 434 | +.frm_view_day_icon:before { | |
| 435 | + content: "\e8ed"; | |
| 436 | +} | |
| 437 | +.frm_attach_file_icon:before { | |
| 438 | + content: "\e226"; | |
| 439 | +} | |
| 440 | +.frm_printer_icon:before { | |
| 441 | + content: "\e926"; | |
| 442 | +} | |
| 443 | +.frm_header_icon:before { | |
| 444 | + content: "\f1dc"; | |
| 445 | +} | |
| 446 | +.frm_h1_icon:before { | |
| 447 | + content: "\e94c"; | |
| 448 | +} | |
| 449 | +.frm_repeat_icon:before { | |
| 450 | + content: "\f363"; | |
| 451 | +} | |
| 452 | +.frm_repeater_icon:before { | |
| 453 | + content: "\e974"; | |
| 454 | +} | |
| 455 | +.frm_hashtag_icon:before { | |
| 456 | + content: "\e292"; | |
| 457 | +} | |
| 458 | +.frm_save_icon:before { | |
| 459 | + content: "\e927"; | |
| 460 | +} | |
| 461 | +.frm_sliders_icon:before { | |
| 462 | + content: "\f1de"; | |
| 463 | +} | |
| 464 | +.frm_code_commit_icon:before { | |
| 465 | + content: "\f386"; | |
| 466 | +} | |
| 467 | +.frm_star_icon:before { | |
| 468 | + content: "\e9d7"; | |
| 469 | +} | |
| 470 | +.frm_star_full_icon:before { | |
| 471 | + content: "\e9d9"; | |
| 472 | +} | |
| 473 | +.frm_star_half_icon:before { | |
| 474 | + content: "\e9d8"; | |
| 475 | +} | |
| 476 | +.frm_linear_scale_icon:before { | |
| 477 | + content: "\e260"; | |
| 478 | +} | |
| 479 | +.frm_pie_chart_icon:before { | |
| 480 | + content: "\e99a"; | |
| 481 | +} | |
| 482 | +.frm_stats_bars_icon:before { | |
| 483 | + content: "\e99c"; | |
| 484 | +} | |
| 485 | +.frm_sms_icon:before { | |
| 486 | + content: "\e61c"; | |
| 487 | +} | |
| 488 | +.frm_highrise_icon:before { | |
| 489 | + content: "\e617"; | |
| 490 | +} | |
| 491 | +.frm_mailchimp_icon:before { | |
| 492 | + content: "\e622"; | |
| 493 | +} | |
| 494 | +.frm_feed_icon:before { | |
| 495 | + content: "\e624"; | |
| 496 | +} | |
| 497 | +.frm_align_right_icon:before { | |
| 498 | + content: "\e90f"; | |
| 499 | +} | |
| 500 | +.frm_align_left_icon:before { | |
| 501 | + content: "\e910"; | |
| 502 | +} | |
| 503 | +.frm_button_icon:before { | |
| 504 | + content: "\e911"; | |
| 505 | +} | |
| 506 | +.frm_browser_icon:before { | |
| 507 | + content: "\e925"; | |
| 508 | +} | |
| 509 | +.frm_cloud_download_solid_icon:before { | |
| 510 | + content: "\e92a"; | |
| 511 | +} | |
| 512 | +.frm_cloud_download_icon:before { | |
| 513 | + content: "\e92b"; | |
| 514 | +} | |
| 515 | +.frm_cloud_upload_solid_icon:before { | |
| 516 | + content: "\e92c"; | |
| 517 | +} | |
| 518 | +.frm_cloud_upload_icon:before { | |
| 519 | + content: "\e92d"; | |
| 520 | +} | |
| 521 | +.frm_cloud_solid_icon:before { | |
| 522 | + content: "\e92e"; | |
| 523 | +} | |
| 524 | +.frm_cloud_icon:before { | |
| 525 | + content: "\e92f"; | |
| 526 | +} | |
| 527 | +.frm_shuffle_icon:before { | |
| 528 | + content: "\e917"; | |
| 529 | +} | |
| 530 | +.frm_swap_icon:before { | |
| 531 | + content: "\e918"; | |
| 532 | +} | |
| 533 | +.frm_dropper_solid_icon:before { | |
| 534 | + content: "\e93c"; | |
| 535 | +} | |
| 536 | +.frm_tint_icon:before { | |
| 537 | + content: "\e93e"; | |
| 538 | +} | |
| 539 | +.frm_pallet_solid_icon:before { | |
| 540 | + content: "\e96c"; | |
| 541 | +} | |
| 542 | +.frm_pallet_icon:before { | |
| 543 | + content: "\e96d"; | |
| 544 | +} | |
| 545 | +.frm_fingerprint_icon:before { | |
| 546 | + content: "\e94a"; | |
| 547 | +} | |
| 548 | +.frm_ghost_icon:before { | |
| 549 | + content: "\e94b"; | |
| 550 | +} | |
| 551 | +.frm_heart_solid_icon:before { | |
| 552 | + content: "\e94d"; | |
| 553 | +} | |
| 554 | +.frm_heart_icon:before { | |
| 555 | + content: "\e94e"; | |
| 556 | +} | |
| 557 | +.frm_history_icon:before { | |
| 558 | + content: "\e94f"; | |
| 559 | +} | |
| 560 | +.frm_import_icon:before { | |
| 561 | + content: "\e91a"; | |
| 562 | +} | |
| 563 | +.frm_export_icon:before { | |
| 564 | + content: "\e91b"; | |
| 565 | +} | |
| 566 | +.frm_label_solid_icon:before { | |
| 567 | + content: "\e952"; | |
| 568 | +} | |
| 569 | +.frm_label_icon:before { | |
| 570 | + content: "\e953"; | |
| 571 | +} | |
| 572 | +.frm_lock_open_icon:before { | |
| 573 | + content: "\e957"; | |
| 574 | +} | |
| 575 | +.frm_lock_solid_icon:before { | |
| 576 | + content: "\e958"; | |
| 577 | +} | |
| 578 | +.frm_lock_icon:before { | |
| 579 | + content: "\e959"; | |
| 580 | +} | |
| 581 | +.frm_magic_wand_icon:before { | |
| 582 | + content: "\e997"; | |
| 583 | +} | |
| 584 | +.frm_dollar_sign_icon:before { | |
| 585 | + content: "\e91c"; | |
| 586 | +} | |
| 587 | +.frm_percent_icon:before { | |
| 588 | + content: "\e939"; | |
| 589 | +} | |
| 590 | +.frm_notification_solid_icon:before { | |
| 591 | + content: "\e964"; | |
| 592 | +} | |
| 593 | +.frm_notification_icon:before { | |
| 594 | + content: "\e965"; | |
| 595 | +} | |
| 596 | +.frm_external_link_icon:before { | |
| 597 | + content: "\e966"; | |
| 598 | +} | |
| 599 | +.frm_pageview_solid_icon:before { | |
| 600 | + content: "\e96a"; | |
| 601 | +} | |
| 602 | +.frm_pageview_icon:before { | |
| 603 | + content: "\e96b"; | |
| 604 | +} | |
| 605 | +.frm_settings_solid_icon:before { | |
| 606 | + content: "\e979"; | |
| 607 | +} | |
| 608 | +.frm_settings_icon:before { | |
| 609 | + content: "\e97a"; | |
| 610 | +} | |
| 611 | +.frm_stamp_icon:before { | |
| 612 | + content: "\e980"; | |
| 613 | +} | |
| 614 | +.frm_support_icon:before { | |
| 615 | + content: "\f1cd"; | |
| 616 | +} | |
| 617 | +.frm_text_solid_icon:before { | |
| 618 | + content: "\e98c"; | |
| 619 | +} | |
| 620 | +.frm_text_icon:before { | |
| 621 | + content: "\e98d"; | |
| 622 | +} | |
| 623 | +.frm_text2_icon:before { | |
| 624 | + content: "\f031"; | |
| 625 | +} | |
| 626 | +.frm_text3_icon:before { | |
| 627 | + content: "\e98e"; | |
| 628 | +} | |
| 629 | +.frm_unfold_less_icon:before { | |
| 630 | + content: "\e993"; | |
| 631 | +} | |
| 632 | +.frm_unfold_more_icon:before { | |
| 633 | + content: "\e994"; | |
| 634 | +} | |
| 635 | +.frm_work_solid_icon:before { | |
| 636 | + content: "\e999"; | |
| 637 | +} | |
| 638 | +.frm_work_icon:before { | |
| 639 | + content: "\e99e"; | |
| 640 | +} | |
| 641 | +.frm_white_label_icon:before { | |
| 642 | + content: "\e91d" !important; | |
| 643 | +} | |
| 644 | +.frm_zoom_out_icon:before { | |
| 645 | + content: "\e99f"; | |
| 646 | +} | |
| 647 | +.frm_maximize_icon:before { | |
| 648 | + content: "\e920"; | |
| 649 | +} | |
| 650 | +.frm_minimize_icon:before { | |
| 651 | + content: "\e93a"; | |
| 652 | +} | |
| 653 | +.frm_authorize_icon:before { | |
| 654 | + content: "\e903"; | |
| 655 | +} | |
| 656 | +.frm_icon_font.frm_activecampaign_icon { | |
| 657 | + background-image: none; | |
| 658 | +} | |
| 659 | +.frm_activecampaign_icon:before { | |
| 660 | + content: "\e930"; | |
| 661 | +} | |
| 662 | +.frm_aweber_icon:before { | |
| 663 | + content: "\e627"; | |
| 664 | +} | |
| 665 | +.frm_campaignmonitor_icon:before { | |
| 666 | + content: "\e946"; | |
| 667 | +} | |
| 668 | +.frm_constant_contact_icon:before { | |
| 669 | + content: "\e931"; | |
| 670 | +} | |
| 671 | +.frm_getresponse_icon:before { | |
| 672 | + content: "\e932"; | |
| 673 | +} | |
| 674 | +.frm_googlesheets_icon:before { | |
| 675 | + content: "\e944"; | |
| 676 | +} | |
| 677 | +.frm_building_icon:before { | |
| 678 | + content: "\e93f"; | |
| 679 | +} | |
| 680 | +.frm_hubspot_icon:before { | |
| 681 | + content: "\e933"; | |
| 682 | +} | |
| 683 | +.frm_icontact_icon:before { | |
| 684 | + content: "\e940"; | |
| 685 | +} | |
| 686 | +.frm_icon_font.frm_mailpoet_icon:before { | |
| 687 | + content: "\e934"; | |
| 688 | +} | |
| 689 | +.frm_paypal_icon:before { | |
| 690 | + content: "\e61f"; | |
| 691 | +} | |
| 692 | +.frm_sendinblue_icon:before { | |
| 693 | + content: "\e943"; | |
| 694 | +} | |
| 695 | +.frm_sendy_icon:before { | |
| 696 | + content: "\e941"; | |
| 697 | +} | |
| 698 | +.frm_salesforce_icon:before { | |
| 699 | + content: "\e935"; | |
| 700 | +} | |
| 701 | +.frm_salesforcealt_icon:before { | |
| 702 | + content: "\e937"; | |
| 703 | +} | |
| 704 | +.frm_stripe_icon:before { | |
| 705 | + content: "\e902"; | |
| 706 | +} | |
| 707 | +.frm_stripealt_icon:before { | |
| 708 | + content: "\e93d"; | |
| 709 | +} | |
| 710 | +.frm_twilio_icon:before { | |
| 711 | + content: "\e620"; | |
| 712 | +} | |
| 713 | +.frm_woocommerce_icon:before { | |
| 714 | + content: "\e90e"; | |
| 715 | +} | |
| 716 | +.frm_wordpress_icon:before { | |
| 717 | + content: "\f19a"; | |
| 718 | +} | |
| 719 | +.frm_credit_card_icon:before { | |
| 720 | + content: "\e938"; | |
| 721 | +} | |
| 722 | +.frm_credit-card-alt_icon:before, /* Reverse Compatibility */ | |
| 723 | +.frm_credit_card_alt_icon:before { | |
| 724 | + content: "\f283"; | |
| 725 | +} | |
| 726 | +.frm_cc_amex_icon:before { | |
| 727 | + content: "\f1f3"; | |
| 728 | +} | |
| 729 | +.frm_cc_discover_icon:before { | |
| 730 | + content: "\f1f2"; | |
| 731 | +} | |
| 732 | +.frm_cc_mastercard_icon:before { | |
| 733 | + content: "\f1f1"; | |
| 734 | +} | |
| 735 | +.frm_cc_visa_icon:before { | |
| 736 | + content: "\f1f0"; | |
| 737 | +} | |
| 738 | +.frm_cc_paypal_icon:before { | |
| 739 | + content: "\f1f4"; | |
| 740 | +} | |
| 741 | +.frm_cc_stripe_icon:before { | |
| 742 | + content: "\f1f5"; | |
| 743 | +} | |