| 1 |
.fm-head-notice { display:none; } |
| 2 |
/* Top bar start */ |
| 3 |
.fm-topbar-container { |
| 4 |
display: flex; |
| 5 |
flex-direction: row; |
| 6 |
justify-content: flex-end; |
| 7 |
margin: 20px 0 20px 0; |
| 8 |
font-family: Roboto; |
| 9 |
} |
| 10 |
.fm-topbar-container * { |
| 11 |
box-sizing: border-box; |
| 12 |
} |
| 13 |
.fm-topbar-container .fm-topbar { |
| 14 |
background-color: #FFFFFF; |
| 15 |
border: 1px solid #D0D0D080; |
| 16 |
border-radius: 7px; |
| 17 |
color: #000000; |
| 18 |
padding: 10px; |
| 19 |
} |
| 20 |
.fm-topbar-content { |
| 21 |
display: flex; |
| 22 |
justify-content: space-between; |
| 23 |
flex: auto; |
| 24 |
margin: 0 2px 0 0; |
| 25 |
padding: 10px 15px; |
| 26 |
height: 60px; |
| 27 |
} |
| 28 |
.fm-topbar-links { |
| 29 |
color: #000000; |
| 30 |
display: flex; |
| 31 |
flex-direction: column; |
| 32 |
justify-content: space-around; |
| 33 |
font-size: 18px; |
| 34 |
font-weight: 300; |
| 35 |
margin: 0 0 0 2px; |
| 36 |
height: 60px; |
| 37 |
} |
| 38 |
.fm-topbar-links-container { |
| 39 |
display: flex; |
| 40 |
justify-content: space-around; |
| 41 |
height: 80%; |
| 42 |
} |
| 43 |
.fm-topbar-links-item { |
| 44 |
display: flex; |
| 45 |
flex: 1; |
| 46 |
align-self: center; |
| 47 |
justify-content: center; |
| 48 |
width: 170px; |
| 49 |
line-height: 50px; |
| 50 |
} |
| 51 |
.fm-topbar-links * { |
| 52 |
font-size: 18px; |
| 53 |
} |
| 54 |
.fm-topbar-links a, |
| 55 |
.fm-topbar-links a:focus { |
| 56 |
align-self: center; |
| 57 |
box-shadow: none; |
| 58 |
color: #000000; |
| 59 |
text-decoration: none; |
| 60 |
} |
| 61 |
.fm-topbar-links a:hover { |
| 62 |
opacity: 0.5; |
| 63 |
text-decoration: none; |
| 64 |
} |
| 65 |
.fm-topbar-separator { |
| 66 |
background-color: #C2C2C280; |
| 67 |
width: 1px; |
| 68 |
height: 100%; |
| 69 |
} |
| 70 |
.fm-topbar-content-title { |
| 71 |
color: #0C4D68; |
| 72 |
font-size: 16px; |
| 73 |
font-weight: 700; |
| 74 |
line-height: 22px; |
| 75 |
text-transform: uppercase; |
| 76 |
} |
| 77 |
.fm-topbar-content-body { |
| 78 |
font-size: 15px; |
| 79 |
font-weight: 300; |
| 80 |
line-height: 20px; |
| 81 |
} |
| 82 |
.fm-topbar-content-container { |
| 83 |
display: flex; |
| 84 |
flex-direction: column; |
| 85 |
} |
| 86 |
.fm-topbar-content-button-container, |
| 87 |
.fm-free-message-button-container { |
| 88 |
align-self: center; |
| 89 |
} |
| 90 |
.fm-topbar-upgrade-button, |
| 91 |
.fm-topbar-upgrade-button:focus { |
| 92 |
background-color: #29B311; |
| 93 |
border-radius: 20px; |
| 94 |
box-shadow: none; |
| 95 |
color: #FFFFFF; |
| 96 |
font-size: 14px; |
| 97 |
padding: 5px 44px; |
| 98 |
text-decoration: none; |
| 99 |
text-transform: uppercase; |
| 100 |
} |
| 101 |
.fm-topbar-upgrade-button:hover { |
| 102 |
text-decoration: none; |
| 103 |
color: #FFFFFFCC; |
| 104 |
} |
| 105 |
@media screen and (max-width: 1366px) { |
| 106 |
.fm-topbar-links { |
| 107 |
font-size: 15px; |
| 108 |
} |
| 109 |
.fm-topbar-content-title { |
| 110 |
font-size: 15px; |
| 111 |
} |
| 112 |
.fm-topbar-content-body { |
| 113 |
font-size: 13px; |
| 114 |
} |
| 115 |
} |
| 116 |
@media screen and (max-width: 1285px) { |
| 117 |
.fm-topbar-container { |
| 118 |
flex-direction: column; |
| 119 |
} |
| 120 |
.fm-topbar-links, |
| 121 |
.fm-topbar-content { |
| 122 |
margin: 0 0 10px 0; |
| 123 |
width: 100%; |
| 124 |
} |
| 125 |
.fm-topbar-content { |
| 126 |
flex-direction: column; |
| 127 |
height: auto; |
| 128 |
} |
| 129 |
.fm-topbar-content-container, |
| 130 |
.fm-topbar-content-container * { |
| 131 |
align-self: center; |
| 132 |
padding-bottom: 4px; |
| 133 |
} |
| 134 |
} |
| 135 |
/* Top bar end */ |
| 136 |
|
| 137 |
/* Free message start */ |
| 138 |
.fm-free-option { |
| 139 |
opacity: 0.7; |
| 140 |
} |
| 141 |
.fm-free-message { |
| 142 |
background-color: #FFFFFF; |
| 143 |
border: 1px solid #D0D0D080; |
| 144 |
display: flex; |
| 145 |
color: #000000; |
| 146 |
font-family: Roboto; |
| 147 |
justify-content: space-between; |
| 148 |
padding: 8px 20px; |
| 149 |
} |
| 150 |
.fm-free-message-body { |
| 151 |
color: #444444; |
| 152 |
font-size: 14px; |
| 153 |
font-weight: 500; |
| 154 |
line-height: 30px; |
| 155 |
} |
| 156 |
.fm-free-message-upgrade-button, |
| 157 |
.fm-free-message-upgrade-button:focus { |
| 158 |
background-color: #29B311; |
| 159 |
border-radius: 20px; |
| 160 |
box-shadow: none; |
| 161 |
color: #FFFFFF; |
| 162 |
font-size: 12px; |
| 163 |
padding: 3px 25px; |
| 164 |
text-decoration: none; |
| 165 |
text-transform: uppercase; |
| 166 |
} |
| 167 |
.fm-free-message-upgrade-button:hover { |
| 168 |
text-decoration: none; |
| 169 |
color: #FFFFFFCC; |
| 170 |
} |
| 171 |
.fm-free-message-promo-button, |
| 172 |
.fm-free-message-promo-button:focus { |
| 173 |
background-color: #0C4D68; |
| 174 |
padding: 3px 40px; |
| 175 |
} |
| 176 |
.fm-promo-message { |
| 177 |
align-items: center; |
| 178 |
display: flex; |
| 179 |
flex-direction: column; |
| 180 |
padding: 8px 20px; |
| 181 |
} |
| 182 |
.fm-free-message-huge { |
| 183 |
font-size: 30px; |
| 184 |
line-height: 39px; |
| 185 |
margin: 10px 0 0 0; |
| 186 |
} |
| 187 |
/* Free message end */ |
| 188 |
|
| 189 |
/* Head start */ |
| 190 |
.fm-head { |
| 191 |
margin-top: 15px; |
| 192 |
text-align: center; |
| 193 |
} |
| 194 |
.fm-head .fm-breadcrumbs { } |
| 195 |
.fm-head .fm-breadcrumbs li { |
| 196 |
display: inline-block; |
| 197 |
margin: 0 10px 0 0; |
| 198 |
padding-top: 10px; |
| 199 |
vertical-align: baseline; |
| 200 |
} |
| 201 |
.fm-head .fm-breadcrumbs li:last-child { |
| 202 |
margin-right:0px; |
| 203 |
} |
| 204 |
.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link { |
| 205 |
text-decoration:none; |
| 206 |
font-family: Roboto; |
| 207 |
font-weight:500; |
| 208 |
font-size:18px; |
| 209 |
color:#32373c; |
| 210 |
} |
| 211 |
.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active { |
| 212 |
color: #0073aa; |
| 213 |
} |
| 214 |
|
| 215 |
.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade { |
| 216 |
position:relative; |
| 217 |
top: 0.5px; |
| 218 |
display: inline-block; |
| 219 |
margin-left: 10px; |
| 220 |
padding: 1px 22px; |
| 221 |
background-color: #29B311; |
| 222 |
text-transform: uppercase; |
| 223 |
border-radius: 10px; |
| 224 |
font-weight: 700; |
| 225 |
font-size: 12px; |
| 226 |
color: #fff; |
| 227 |
} |
| 228 |
/* Head end */ |
| 229 |
|
| 230 |
/* Limitations alert start */ |
| 231 |
.fm-limitation-alert-container { |
| 232 |
display: flex; |
| 233 |
align-items: center; |
| 234 |
position: fixed; |
| 235 |
top: 0; |
| 236 |
bottom: 0; |
| 237 |
left: 0; |
| 238 |
right: 0; |
| 239 |
width: 100%; |
| 240 |
height: 100%; |
| 241 |
z-index: 100050; |
| 242 |
} |
| 243 |
.fm-limitation-alert-overlay { |
| 244 |
background-color: #ffffffcc; |
| 245 |
position: absolute; |
| 246 |
top: 0; |
| 247 |
bottom: 0; |
| 248 |
left: 0; |
| 249 |
right: 0; |
| 250 |
width: 100%; |
| 251 |
height: 100%; |
| 252 |
} |
| 253 |
.fm-limitation-alert { |
| 254 |
background-color: #FFFFFF; |
| 255 |
box-shadow: #0000001a 0 0 10px; |
| 256 |
display: flex; |
| 257 |
flex-direction: column; |
| 258 |
color: #000000; |
| 259 |
font-family: Roboto; |
| 260 |
justify-content: space-between; |
| 261 |
margin: 0 auto; |
| 262 |
padding: 30px 20px; |
| 263 |
position: relative; |
| 264 |
max-width: 430px; |
| 265 |
max-height: 311px; |
| 266 |
width: 100%; |
| 267 |
height: 100%; |
| 268 |
text-align: center; |
| 269 |
} |
| 270 |
.fm-limitation-alert span.fm-ico-delete { |
| 271 |
cursor: pointer; |
| 272 |
position: absolute; |
| 273 |
top: 10px; |
| 274 |
right: 10px; |
| 275 |
color: #000000; |
| 276 |
font-size: 10px; |
| 277 |
opacity: 0.3; |
| 278 |
} |
| 279 |
.fm-hidden { |
| 280 |
display: none; |
| 281 |
} |
| 282 |
.fm-limitation-alert-header { |
| 283 |
color: #32373C; |
| 284 |
font-size: 16px; |
| 285 |
font-weight: 500; |
| 286 |
line-height: 21px; |
| 287 |
} |
| 288 |
.fm-limitation-alert-body { |
| 289 |
margin-top: 20px; |
| 290 |
} |
| 291 |
.fm-limitation-alert-body ul { |
| 292 |
display: inline-block; |
| 293 |
list-style: disc; |
| 294 |
text-align: left; |
| 295 |
} |
| 296 |
.fm-limitation-alert-body ul li { |
| 297 |
font-size: 16px; |
| 298 |
font-weight: 700; |
| 299 |
line-height: 26px; |
| 300 |
} |
| 301 |
/* Limitations alert end */ |
| 302 |
/* Extensions start */ |
| 303 |
.fm-add-ons { |
| 304 |
display: flex; |
| 305 |
flex-wrap: wrap; |
| 306 |
justify-content: center; |
| 307 |
margin-top: 20px; |
| 308 |
margin-bottom: 10px; |
| 309 |
font-family: Roboto; |
| 310 |
} |
| 311 |
.fm-add-ons .fm-add-on { |
| 312 |
max-width:300px; |
| 313 |
max-height: 300px; |
| 314 |
width:100%; |
| 315 |
height:100%; |
| 316 |
margin-right:10px; |
| 317 |
margin-bottom:10px; |
| 318 |
padding: 20px 20px 15px; |
| 319 |
transition-delay: 0s; |
| 320 |
transition-duration: 0s; |
| 321 |
transition-property: all; |
| 322 |
transition-timing-function: ease; |
| 323 |
background-color: #fff; |
| 324 |
border-radius:1px; |
| 325 |
text-align: center; |
| 326 |
font-family:Roboto; |
| 327 |
font-weight: 300; |
| 328 |
font-size:16px; |
| 329 |
color: rgb(50, 58, 69); |
| 330 |
} |
| 331 |
.fm-add-ons .fm-add-on:hover { |
| 332 |
box-shadow: 1px 1px 6px rgba(52, 52, 52, 0.16); |
| 333 |
} |
| 334 |
.fm-add-ons .fm-add-on .fm-add-on-img { |
| 335 |
width:72px; |
| 336 |
height:72px; |
| 337 |
margin:0 auto; |
| 338 |
} |
| 339 |
.fm-add-ons .fm-add-on a { |
| 340 |
text-decoration:none; |
| 341 |
} |
| 342 |
.fm-add-ons .fm-add-on .fm-add-on-name { |
| 343 |
margin:15px 0px; |
| 344 |
} |
| 345 |
.fm-add-ons .fm-add-on .fm-add-on-name, |
| 346 |
.fm-add-ons .fm-add-on .fm-add-on-name a { |
| 347 |
font-family:Roboto; |
| 348 |
font-weight: 400; |
| 349 |
font-size:20px; |
| 350 |
color: #0C4D68; |
| 351 |
} |
| 352 |
.fm-add-ons .fm-add-on .fm-add-on-premium-version { |
| 353 |
margin: 4px 0; |
| 354 |
height: 16px; |
| 355 |
line-height:16px; |
| 356 |
font-weight:400; |
| 357 |
font-size:14px; |
| 358 |
color:rgb(41, 179, 17); |
| 359 |
} |
| 360 |
.fm-add-ons .fm-add-on .fm-add-on-desc { |
| 361 |
max-height: 65px; |
| 362 |
height:100%; |
| 363 |
line-height:20px; |
| 364 |
font-size:16px; |
| 365 |
} |
| 366 |
|
| 367 |
.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap { |
| 368 |
position: relative; |
| 369 |
} |
| 370 |
.fm-add-ons .fm-add-on .fm-add-on-desc-more { |
| 371 |
position: absolute; |
| 372 |
z-index: 1; |
| 373 |
left: 0; |
| 374 |
bottom: 65px; |
| 375 |
opacity: 0; |
| 376 |
visibility: hidden; |
| 377 |
transition: opacity 0.4s linear; |
| 378 |
padding: 10px 10px; |
| 379 |
background-color: rgb(50, 55, 60); |
| 380 |
border-radius: 6px; |
| 381 |
line-height: 20px; |
| 382 |
font-weight:400; |
| 383 |
font-size: 14px; |
| 384 |
color: #fff; |
| 385 |
} |
| 386 |
.fm-add-ons .fm-add-on .fm-add-on-desc:hover + .fm-add-on-desc-more { |
| 387 |
opacity: 1; |
| 388 |
visibility: visible; |
| 389 |
} |
| 390 |
.fm-add-ons .fm-add-on .fm-add-on-buy { |
| 391 |
width: 155px; |
| 392 |
height: 30px; |
| 393 |
display:block; |
| 394 |
margin: 10px auto; |
| 395 |
padding-top: 7px; |
| 396 |
background-color: rgb(12, 77, 104); |
| 397 |
border: 0.7px solid rgb(12, 77, 104); |
| 398 |
border-radius: 15px; |
| 399 |
line-height:16px; |
| 400 |
font-family: Roboto; |
| 401 |
font-weight: 400; |
| 402 |
font-size: 13px; |
| 403 |
color: #fff; |
| 404 |
} |
| 405 |
|
| 406 |
.fm-add-ons .fm-add-on .fm-add-on-buy:hover { |
| 407 |
background-color: rgba(12, 77, 104, 0.8); |
| 408 |
} |
| 409 |
|
| 410 |
.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy { |
| 411 |
text-transform:uppercase; |
| 412 |
background-color: #fff; |
| 413 |
font-size:13px; |
| 414 |
color:rgb(12, 77, 104); |
| 415 |
} |
| 416 |
.fm-add-ons .fm-add-on .fm-add-on-learn-more { |
| 417 |
line-height:16px; |
| 418 |
font-family: Roboto; |
| 419 |
font-weight: 300; |
| 420 |
font-size: 14px; |
| 421 |
color: rgb(0,115,170); |
| 422 |
} |
| 423 |
.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover { |
| 424 |
color: rgba(0, 115, 170, 0.8); |
| 425 |
} |
| 426 |
/* Extensions end */ |