Admin.css
| 1 | .ewd-us-hidden { |
| 2 | display: none; |
| 3 | } |
| 4 | .ewd-us-clear { |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | /*********************************************************** |
| 9 | * META BOX STYLING |
| 10 | ***********************************************************/ |
| 11 | .ewd-us-meta-menu { |
| 12 | float: left; |
| 13 | max-width: 120px; |
| 14 | } |
| 15 | .ewd-us-meta-menu-item { |
| 16 | float:left; |
| 17 | padding: 0; |
| 18 | width:100%; |
| 19 | margin:0 !important; |
| 20 | display:block; |
| 21 | height:40px; |
| 22 | line-height:40px; |
| 23 | font-weight:10; |
| 24 | padding-left:20px; |
| 25 | background-color: rgba(224, 224, 224, 0.5); |
| 26 | cursor: pointer; |
| 27 | } |
| 28 | |
| 29 | .ewd-us-meta-menu-item.meta-menu-tab-active { |
| 30 | box-shadow: inset 2px 0 0 #1188cc; |
| 31 | background-color: #ffffff !important; |
| 32 | color: #29324e; |
| 33 | } |
| 34 | .ewd-us-meta-menu-item:hover { |
| 35 | color: #29324e; |
| 36 | background-color: rgba(199,199,199, 0.5); |
| 37 | box-shadow: inset 2px 0 0 #1188cc; |
| 38 | } |
| 39 | |
| 40 | .ewd-us-meta-body { |
| 41 | min-width: 300px; |
| 42 | max-width: 600px; |
| 43 | float: left; |
| 44 | padding-left: 40px; |
| 45 | padding-bottom: 20px; |
| 46 | } |
| 47 | |
| 48 | .ewd-us-meta-option-radio { |
| 49 | width: 24px; |
| 50 | float: left; |
| 51 | min-height: 30px; |
| 52 | } |
| 53 | .ewd-us-meta-option-explanation { |
| 54 | min-height: 30px; |
| 55 | } |
| 56 | |
| 57 | #ewd-us-buttons-list-table { |
| 58 | min-width: 400px; |
| 59 | } |
| 60 | |
| 61 | #ewd-us-buttons-list-table tbody td { |
| 62 | padding-top: 12px; |
| 63 | } |
| 64 | |
| 65 | |
| 66 | /*********************************************************** |
| 67 | * TABBED OPTIONS PAGE |
| 68 | ***********************************************************/ |
| 69 | |
| 70 | .us-hidden { |
| 71 | display:none; |
| 72 | } |
| 73 | |
| 74 | .us-options-page-tabbed { |
| 75 | min-height:450px; |
| 76 | height:auto; |
| 77 | } |
| 78 | .us-options-page-tabbed-nav{ |
| 79 | position: relative; |
| 80 | top: 0; |
| 81 | left: 0; |
| 82 | width:15%; |
| 83 | z-index: 1; |
| 84 | min-width:100px; |
| 85 | margin:0 !important; |
| 86 | } |
| 87 | |
| 88 | .us-options-submenu-div li { |
| 89 | float:left; |
| 90 | padding: 0; |
| 91 | width:100%; |
| 92 | margin:0; !important; |
| 93 | } |
| 94 | .us-options-submenu-div a { |
| 95 | display:block; |
| 96 | height:40px; |
| 97 | line-height:40px; |
| 98 | font-weight:10; |
| 99 | padding-left:20px; |
| 100 | } |
| 101 | .us-options-submenu-div a.options-subnav-tab-active, |
| 102 | .us-options-submenu-div a.styling-subnav-tab-active{ |
| 103 | box-shadow: inset 2px 0 0 #1188cc; |
| 104 | background-color: #ffffff !important; |
| 105 | color: #29324e; |
| 106 | } |
| 107 | .us-options-submenu-div a.options-subnav-tab, |
| 108 | .us-options-submenu-div a.styling-subnav-tab{ |
| 109 | background-color: rgba(224, 224, 224, 0.5); |
| 110 | } |
| 111 | .us-options-submenu-div a:hover { |
| 112 | color: #29324e; |
| 113 | background-color: rgba(199,199,199, 0.5); |
| 114 | box-shadow: inset 2px 0 0 #1188cc; |
| 115 | |
| 116 | } |
| 117 | |
| 118 | .us-options-submenu-div { |
| 119 | float:left; |
| 120 | width:100px; |
| 121 | border: 1px solid #e5e5e5; |
| 122 | } |
| 123 | .us-options-page-tabbed-content, |
| 124 | .us-styling-page-tabbed-content { |
| 125 | float:left; |
| 126 | width:80%; |
| 127 | z-index: 999; |
| 128 | background:#fff; |
| 129 | margin:0 !important; |
| 130 | position:relative; |
| 131 | min-height:400px; |
| 132 | border: 1px solid #e5e5e5; |
| 133 | padding-bottom:5px; |
| 134 | } |
| 135 | .ewd-us-option-set, |
| 136 | .ewd-us-styling-set{ |
| 137 | width:85%; |
| 138 | margin:0 auto; |
| 139 | position:relative; |
| 140 | left:10px; |
| 141 | min-height:400px; |
| 142 | } |
| 143 | .us-options-page-tab-title{ |
| 144 | margin:15px 0 !important; |
| 145 | } |
| 146 | |
| 147 | .us-options-page-tabbed p.submit { |
| 148 | float: right; |
| 149 | margin-right: 10px; |
| 150 | margin-top: 15px; |
| 151 | padding: 3px; |
| 152 | } |
| 153 | |
| 154 | .us-label-option { |
| 155 | margin-right: 16px; |
| 156 | margin-bottom: 12px; |
| 157 | } |
| 158 | |
| 159 | @media only screen and (max-width: 650px) { |
| 160 | .us-options-page-tabbed, |
| 161 | .us-styling-page-tabbed{ |
| 162 | margin:0; |
| 163 | } |
| 164 | .us-options-submenu-div { |
| 165 | width: 100%; |
| 166 | } |
| 167 | .us-options-page-tabbed-nav{ |
| 168 | width:100%; |
| 169 | } |
| 170 | .us-options-page-tabbed li{ |
| 171 | float:none; |
| 172 | } |
| 173 | .us-options-page-tabbed a.styling-subnav-tab{ |
| 174 | width:25%; |
| 175 | float:left; |
| 176 | padding:0; |
| 177 | text-align:center; |
| 178 | } |
| 179 | .us-options-page-tabbed a.options-subnav-tab-active{ |
| 180 | } |
| 181 | |
| 182 | .us-options-page-tabbed-content, |
| 183 | .us-styling-page-tabbed-content{ |
| 184 | width:100%; |
| 185 | } |
| 186 | |
| 187 | } |
| 188 | |
| 189 | |
| 190 | /*********************************************************** |
| 191 | LEAVE REVIEW BOX |
| 192 | ***********************************************************/ |
| 193 | #ewd-us-dashboard-leave-review { |
| 194 | position: relative; |
| 195 | float: left; |
| 196 | margin-top: 20px; |
| 197 | width: calc(90% + 2em); |
| 198 | background: #9D64BC; |
| 199 | color: #fff; |
| 200 | } |
| 201 | #ewd-us-dashboard-leave-review h3 { |
| 202 | background: #262262; |
| 203 | color: #fff; |
| 204 | text-align: center; |
| 205 | margin: 0; |
| 206 | padding: 4px 0; |
| 207 | } |
| 208 | #ewd-us-dashboard-leave-review h3 span { |
| 209 | font-family: 'dashicons'; |
| 210 | color: #F5E836; |
| 211 | } |
| 212 | #ewd-us-dashboard-leave-review h3 span:before { |
| 213 | content: "\f155\f155\f155\f155\f155"; |
| 214 | } |
| 215 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-text { |
| 216 | position: relative; |
| 217 | float: left; |
| 218 | width: 55%; |
| 219 | margin: 8px 0 8px 5%; |
| 220 | font-size: 1.25em; |
| 221 | line-height: 1.3; |
| 222 | } |
| 223 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link { |
| 224 | position: relative; |
| 225 | float: left; |
| 226 | width: 30%; |
| 227 | margin: 8px 5% ; |
| 228 | padding: 12px 0; |
| 229 | background: #F5E836; |
| 230 | color: #9D64BC; |
| 231 | font-size: 1.25em; |
| 232 | text-align: center; |
| 233 | border-radius: 3px; |
| 234 | } |
| 235 | #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link:hover { |
| 236 | background: #F5EE90; |
| 237 | color: #9D64BC; |
| 238 | text-decoration: none; |
| 239 | } |
| 240 | #ewd-us-dashboard-leave-review .ewd-dashboard-leave-review-dismiss { |
| 241 | position: relative; |
| 242 | float: left; |
| 243 | background: #262262; |
| 244 | border: none; |
| 245 | margin: 0; |
| 246 | padding: 0; |
| 247 | padding: 4px 0; |
| 248 | width: 100%; |
| 249 | text-align: center; |
| 250 | color: #fff; |
| 251 | font-size: 12px; |
| 252 | cursor: pointer; |
| 253 | } |
| 254 | |
| 255 | |
| 256 | /*********************************************************** |
| 257 | FLEXBOX STYLING |
| 258 | ***********************************************************/ |
| 259 | .ewd-us-option-set h3, |
| 260 | .ewd-us-styling-set h3 { |
| 261 | padding-top:10px; |
| 262 | } |
| 263 | .us-options-table th { |
| 264 | padding:15px 5px; |
| 265 | height:1em; |
| 266 | } |
| 267 | |
| 268 | .us-options-page-tabbed input[type=text], |
| 269 | .us-styling-page-tabbed input[type=text] { |
| 270 | width: 90% !important; |
| 271 | max-width:130px; |
| 272 | } |
| 273 | .us-options-page-tabbed select, |
| 274 | .us-options-page-tabbed textarea |
| 275 | { |
| 276 | width:50% !important; |
| 277 | } |
| 278 | |
| 279 | .us-styling-page-tabbed select, |
| 280 | .us-styling-page-tabbed textarea{ |
| 281 | |
| 282 | } |
| 283 | |
| 284 | .us-options-div { |
| 285 | width:100%; |
| 286 | } |
| 287 | .us-options-div.us-options-flex { |
| 288 | width:100%; |
| 289 | display:flex; |
| 290 | display: -webkit-flex; |
| 291 | flex-flow: row wrap; |
| 292 | -webkit-flex-flow: row wrap; |
| 293 | } |
| 294 | .us-subsection{ |
| 295 | margin: 0 10px 10px 0; |
| 296 | flex-grow:1; |
| 297 | } |
| 298 | .us-subsection-half{ |
| 299 | width:50%; |
| 300 | } |
| 301 | |
| 302 | .us-subsection-header{ |
| 303 | margin:3px; |
| 304 | } |
| 305 | |
| 306 | .us-options-page-tabbed .submit{ |
| 307 | float:left; |
| 308 | margin-top:0; |
| 309 | } |
| 310 | .us-options-page-tabbed .submit input[type=submit]{ |
| 311 | position:relative; |
| 312 | /* left:100px;*/ |
| 313 | } |
| 314 | |
| 315 | .us-subsection-header { |
| 316 | font-size:1.2em; |
| 317 | font-weight:900; |
| 318 | padding: 10px; |
| 319 | margin:0; |
| 320 | } |
| 321 | |
| 322 | .us-subsection-content{ |
| 323 | padding: 10px; |
| 324 | } |
| 325 | .us-subsection-content .us-option { |
| 326 | margin: 8px 0; |
| 327 | } |
| 328 | .us-subsection-content.us-subsection-full{ |
| 329 | border: none; |
| 330 | padding: 5px; |
| 331 | } |
| 332 | |
| 333 | /*Subsection Rows*/ |
| 334 | .us-subsection-content .us-option-label { |
| 335 | display:inline; |
| 336 | } |
| 337 | .us-subsection-content .us-option-checkbox { |
| 338 | display:inline; |
| 339 | } |
| 340 | .us-subsection-content .us-option-one-line { |
| 341 | margin-bottom: 24px; |
| 342 | } |
| 343 | .us-subsection-content .us-option-one-line .us-arrow { |
| 344 | font-size: 4.5em; |
| 345 | } |
| 346 | |
| 347 | |
| 348 | |
| 349 | /* |
| 350 | ============================================== |
| 351 | Admin Table |
| 352 | ============================================== |
| 353 | */ |
| 354 | .ewd-us-admin-table-thumbnail { |
| 355 | width: 100px; |
| 356 | height: auto; |
| 357 | padding: 2px; |
| 358 | } |
| 359 | th.column-us_thumbnail { |
| 360 | width: 136px; |
| 361 | } |
| 362 | |
| 363 | |
| 364 | /* |
| 365 | ============================================== |
| 366 | PS Changes |
| 367 | ============================================== |
| 368 | */ |
| 369 | |
| 370 | .us-option-one-line input[type=radio] { |
| 371 | vertical-align: top; |
| 372 | margin-top: 1px; |
| 373 | } |
| 374 | |
| 375 | /* |
| 376 | ============================================== |
| 377 | Arrow Font |
| 378 | ============================================== |
| 379 | */ |
| 380 | |
| 381 | @font-face { /* declare fonts */ |
| 382 | font-family: 'untitled-font-7'; |
| 383 | src: url("fonts/untitled-font-7.eot"); |
| 384 | src: url('fonts/untitled-font-7.woff2') format('woff2'), |
| 385 | url('fonts/untitled-font-7.woff') format('woff'), |
| 386 | url("fonts/untitled-font-7.ttf") format("truetype"), |
| 387 | url("fonts/untitled-font-7.svg#untitled-font-7") format("svg"); |
| 388 | font-weight: normal; |
| 389 | font-style: normal; |
| 390 | } |
| 391 | |
| 392 | .us-arrow { |
| 393 | font-family: 'untitled-font-7'; |
| 394 | } |
| 395 | |
| 396 | |
| 397 | |
| 398 | |
| 399 | /*********************************************************** |
| 400 | * ADDITIONAL DASHBOARD |
| 401 | ***********************************************************/ |
| 402 | /**--Start Upgrade Area--**/ |
| 403 | #ewd-us-dashboard-top-upgrade { |
| 404 | position: relative; |
| 405 | float: left; |
| 406 | width: 100%; |
| 407 | } |
| 408 | #ewd-us-dashboard-top-upgrade-left { |
| 409 | position: relative; |
| 410 | float: left; |
| 411 | width: 70%; |
| 412 | margin-right: 2em; |
| 413 | } |
| 414 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-right .inside { |
| 415 | display: block; |
| 416 | } |
| 417 | #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-left .postbox { |
| 418 | background: #e5e5e5; |
| 419 | } |
| 420 | #ewd-us-dashboard-top-upgrade-left .inside h3 { |
| 421 | color: #262262; |
| 422 | margin-bottom: 8px; |
| 423 | } |
| 424 | #ewd-us-dashboard-top-upgrade-left .inside ul { |
| 425 | position: relative; |
| 426 | float: left; |
| 427 | width: 100%; |
| 428 | width: calc(100% - 16px); |
| 429 | list-style-type: disc; |
| 430 | padding-left: 16px; |
| 431 | margin-top: 0; |
| 432 | } |
| 433 | #ewd-us-dashboard-top-upgrade-left .inside ul li { |
| 434 | margin-bottom: 1px; |
| 435 | } |
| 436 | #ewd-us-dashboard-top-upgrade-left .inside ul li span { |
| 437 | position: relative; |
| 438 | left: 0; |
| 439 | } |
| 440 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 441 | position: relative; |
| 442 | display: block; |
| 443 | width: 340px; |
| 444 | margin: 0 auto 12px; |
| 445 | padding: 12px 0; |
| 446 | background: #4A4694; |
| 447 | background: #afadc9; |
| 448 | background: -moz-linear-gradient(top, #afadc9 0%, #8f8da8 100%); |
| 449 | background: -webkit-linear-gradient(top, #afadc9 0%,#8f8da8 100%); |
| 450 | background: linear-gradient(to bottom, #afadc9 0%,#8f8da8 100%); |
| 451 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 ); |
| 452 | border-bottom: 2px solid #262262; |
| 453 | border-radius: 4px; |
| 454 | color: #fff; |
| 455 | font-size: 17px; |
| 456 | text-align: center; |
| 457 | line-height: 1.3; |
| 458 | text-decoration: none; |
| 459 | } |
| 460 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton:hover { |
| 461 | background: #4A4694; |
| 462 | background: #c5bcdb; |
| 463 | background: -moz-linear-gradient(top, #c5bcdb 0%, #a09eb8 100%); |
| 464 | background: -webkit-linear-gradient(top, #c5bcdb 0%,#a09eb8 100%); |
| 465 | background: linear-gradient(to bottom, #c5bcdb 0%,#a09eb8 100%); |
| 466 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 ); |
| 467 | text-decoration: none; |
| 468 | } |
| 469 | @media screen and (max-width: 768px) { |
| 470 | #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton { |
| 471 | width: calc(98% - 12px); |
| 472 | } |
| 473 | } |
| 474 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"] { |
| 475 | padding: 9px 8px; |
| 476 | width: 81%; |
| 477 | float: left; |
| 478 | font-size: 15px; |
| 479 | margin: 0; |
| 480 | margin-bottom: 6px; |
| 481 | border: none; |
| 482 | } |
| 483 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder { |
| 484 | font-size: 15px; |
| 485 | color: #ccc; |
| 486 | } |
| 487 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder { |
| 488 | font-size: 15px; |
| 489 | color: #ccc; |
| 490 | } |
| 491 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder { |
| 492 | font-size: 15px; |
| 493 | color: #ccc; |
| 494 | } |
| 495 | #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder { |
| 496 | font-size: 15px; |
| 497 | color: #ccc; |
| 498 | } |
| 499 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"] { |
| 500 | padding: 9px 8px; |
| 501 | width: 18%; |
| 502 | float: left; |
| 503 | border: 0; |
| 504 | cursor: pointer; |
| 505 | margin: 0; |
| 506 | margin-bottom: 6px; |
| 507 | background: #c6ab55; |
| 508 | color: #fff; |
| 509 | font-weight: bold; |
| 510 | border-bottom: 2px solid #a69b50; |
| 511 | } |
| 512 | #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"]:hover { |
| 513 | background: #E8CD79; |
| 514 | } |
| 515 | |
| 516 | #ewd-us-dashboard-top-upgrade-right { |
| 517 | position: relative; |
| 518 | float: left; |
| 519 | width: 25%; |
| 520 | } |
| 521 | #ewd-us-dashboard-top-upgrade-right .postbox .hndle{ |
| 522 | border: none; |
| 523 | } |
| 524 | #ewd-us-dashboard-top-upgrade-right .ewd-dashboard-h3{ |
| 525 | margin: 0; |
| 526 | } |
| 527 | #ewd-us-dashboard-top-upgrade-right .inside, #ewd-us-dashboard-top-upgrade-right .postbox { |
| 528 | background: #e5e5e5; |
| 529 | background: rgba(38,34,98,.4); |
| 530 | } |
| 531 | #ewd-us-dashboard-top-upgrade-right .inside { |
| 532 | padding: 0; |
| 533 | margin: 0; |
| 534 | } |
| 535 | #ewd-us-dashboard-top-upgrade-right .inside .topPart { |
| 536 | position: relative; |
| 537 | float: left; |
| 538 | width: calc(100% - 72px); |
| 539 | text-align: center; |
| 540 | padding: 4px 36px 21px; |
| 541 | background: #262262; |
| 542 | color: #fff; |
| 543 | font-size: 24px; |
| 544 | font-style: italic; |
| 545 | line-height: 1.3; |
| 546 | margin-top: -20px; |
| 547 | } |
| 548 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart { |
| 549 | position: relative; |
| 550 | float: left; |
| 551 | padding: 21px 36px 22px; |
| 552 | width: calc(100% - 72px); |
| 553 | color: #fff; |
| 554 | font-size: 24px; |
| 555 | line-height: 1.3; |
| 556 | text-align: center; |
| 557 | border-top: 3px solid #c6ab55; |
| 558 | } |
| 559 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText { |
| 560 | color: #262262; |
| 561 | } |
| 562 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink { |
| 563 | color: #E8CD79; |
| 564 | text-decoration: underline |
| 565 | } |
| 566 | #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover { |
| 567 | color: #262262; |
| 568 | text-decoration: underline |
| 569 | } |
| 570 | |
| 571 | /**--End Upgrade Area--**/ |
| 572 | |
| 573 | .ewd-dashboard-box-value.ewd-font-22 { |
| 574 | font-size: 22px; |
| 575 | } |
| 576 | |
| 577 | |
| 578 | |
| 579 | |
| 580 | /*********** |
| 581 | NEWS SECTION |
| 582 | ***********/ |
| 583 | .ewd-us-news { |
| 584 | position: relative; |
| 585 | float: left; |
| 586 | width: 100%; |
| 587 | height: auto; |
| 588 | margin-top: 20px; |
| 589 | background: #fff; |
| 590 | text-align: center; |
| 591 | font-weight: 700; |
| 592 | } |
| 593 | .ewd-us-news a { |
| 594 | text-decoration: none; |
| 595 | } |
| 596 | .ewd-us-news h3 { |
| 597 | background: #262262; |
| 598 | color: #fff; |
| 599 | text-align: center; |
| 600 | margin: 0; |
| 601 | padding: 8px 0; |
| 602 | } |
| 603 | .ewd-us-news p { |
| 604 | margin: 24px 0; |
| 605 | font-size: 1.25em; |
| 606 | } |
| 607 | .ewd-us-news p a { |
| 608 | position: relative; |
| 609 | float: left; |
| 610 | width: 50%; |
| 611 | margin-left: 25%; |
| 612 | margin-bottom: 24px; |
| 613 | padding: 12px 18px; |
| 614 | background: #F5E836; |
| 615 | color: #9D64BC; |
| 616 | text-align: center; |
| 617 | border-radius: 3px; |
| 618 | } |
| 619 | .ewd-us-news p a:hover { |
| 620 | background: #F5EE90; |
| 621 | color: #9D64BC; |
| 622 | text-decoration: none; |
| 623 | } |
| 624 | |
| 625 | |
| 626 | |
| 627 | /************************ |
| 628 | TOGGLE SWITCHES |
| 629 | ************************/ |
| 630 | .ewd-us-admin-hide-radios { |
| 631 | display: none; |
| 632 | } |
| 633 | |
| 634 | /* The switch - the box around the slider */ |
| 635 | .ewd-us-admin-switch { |
| 636 | position: relative; |
| 637 | display: inline-block; |
| 638 | width: 40px; |
| 639 | height: 22px; |
| 640 | } |
| 641 | |
| 642 | /* Hide default HTML checkbox */ |
| 643 | .ewd-us-admin-switch input {display:none;} |
| 644 | |
| 645 | /* The slider */ |
| 646 | .ewd-us-admin-switch-slider { |
| 647 | position: absolute; |
| 648 | cursor: pointer; |
| 649 | top: 0; |
| 650 | left: 0; |
| 651 | right: 0; |
| 652 | bottom: 0; |
| 653 | background-color: #ccc; |
| 654 | -webkit-transition: .4s; |
| 655 | transition: .4s; |
| 656 | } |
| 657 | |
| 658 | .ewd-us-admin-switch-slider:before { |
| 659 | position: absolute; |
| 660 | content: ""; |
| 661 | height: 14px; |
| 662 | width: 14px; |
| 663 | left: 4px; |
| 664 | bottom: 4px; |
| 665 | background-color: white; |
| 666 | -webkit-transition: .4s; |
| 667 | transition: .4s; |
| 668 | } |
| 669 | |
| 670 | input:checked + .ewd-us-admin-switch-slider { |
| 671 | background-color: #0acbaa; |
| 672 | } |
| 673 | |
| 674 | input:focus + .ewd-us-admin-switch-slider { |
| 675 | box-shadow: 0 0 1px #0acbaa; |
| 676 | } |
| 677 | |
| 678 | input:checked + .ewd-us-admin-switch-slider:before { |
| 679 | -webkit-transform: translateX(18px); |
| 680 | -ms-transform: translateX(18px); |
| 681 | transform: translateX(18px); |
| 682 | } |
| 683 | |
| 684 | /* Rounded sliders */ |
| 685 | .ewd-us-admin-switch-slider.round { |
| 686 | border-radius: 34px; |
| 687 | } |
| 688 | |
| 689 | .ewd-us-admin-switch-slider.round:before { |
| 690 | border-radius: 50%; |
| 691 | } |
| 692 | |
| 693 | |
| 694 | |
| 695 | |
| 696 | /************************ |
| 697 | OTHER OPTION PAGE STYLING |
| 698 | ************************/ |
| 699 | tr.ewd-us-admin-tr-spacer { |
| 700 | height: 24px; |
| 701 | } |
| 702 | |
| 703 | .ewd-us-option-set, |
| 704 | .ewd-us-styling-set{ |
| 705 | left: 0; |
| 706 | } |
| 707 | |
| 708 | .ewd-us-option-set .form-table, |
| 709 | .ewd-us-styling-set .form-table { |
| 710 | width: 100%; |
| 711 | box-sizing: border-box; |
| 712 | margin: 0 auto 16px; |
| 713 | box-shadow: 0 1px 12px #ddd; |
| 714 | display: block; |
| 715 | padding: 11px 5%; |
| 716 | } |
| 717 | .ewd-us-option-set .form-table.noSubSections, |
| 718 | .ewd-us-styling-set .form-table.noSubSections { |
| 719 | width: 100%; |
| 720 | margin: 0; |
| 721 | box-shadow: none; |
| 722 | padding: 11px 0; |
| 723 | } |
| 724 | .ewd-us-option-set .form-table th, |
| 725 | .ewd-us-styling-set .form-table th { |
| 726 | color: #555; |
| 727 | padding: 15px 46px 24px 0; |
| 728 | background-image: url(../img/options-asset-info.png); |
| 729 | background-position: calc(100% - 20px) 15px; |
| 730 | background-size: 18px 18px; |
| 731 | background-repeat: no-repeat; |
| 732 | cursor: pointer; |
| 733 | } |
| 734 | .ewd-us-option-set .form-table th.ewd-us-admin-no-info-button, |
| 735 | .ewd-us-styling-set .form-table th.ewd-us-admin-no-info-button { |
| 736 | background-image: none !important; |
| 737 | cursor: default; |
| 738 | } |
| 739 | .ewd-us-option-set .form-table.noSubSections th, |
| 740 | .ewd-us-styling-set .form-table.noSubSections th { |
| 741 | padding-left: 0; |
| 742 | } |
| 743 | .ewd-us-option-set .form-table td, |
| 744 | .ewd-us-styling-set .form-table td { |
| 745 | padding-top: 12px; |
| 746 | } |
| 747 | .ewd-us-option-set .form-table td p, |
| 748 | .ewd-us-styling-set .form-table td p { |
| 749 | display: none; |
| 750 | } |
| 751 | /*.ewd-us-option-set .form-table th br, |
| 752 | .ewd-us-styling-set .form-table th br { |
| 753 | display: none; |
| 754 | } |
| 755 | .ewd-us-admin-info-button { |
| 756 | display: inline-block; |
| 757 | position: relative; |
| 758 | margin-left: 8px; |
| 759 | top: 4px; |
| 760 | width: 18px; |
| 761 | height: 18px; |
| 762 | background-image: url(../img/options-asset-info.png); |
| 763 | background-position: left top; |
| 764 | background-size: 18px 18px; |
| 765 | background-repeat: no-repeat; |
| 766 | cursor: pointer; |
| 767 | } |
| 768 | */ |
| 769 | .ewd-us-admin-section-heading { |
| 770 | position: relative; |
| 771 | float: left; |
| 772 | background: #6026B4; |
| 773 | margin: 8px 0 0; |
| 774 | font-size: 15px; |
| 775 | font-weight: bold; |
| 776 | color: #fff; |
| 777 | padding: 12px 2%; |
| 778 | width: 96%; |
| 779 | text-transform: uppercase; |
| 780 | z-index: 2; |
| 781 | } |
| 782 | |
| 783 | |
| 784 | .ewd-us-premium-options-table { |
| 785 | position: relative; |
| 786 | } |
| 787 | tr[data-filtertype].ewd-us-premium-options-table-overlay { |
| 788 | position: absolute; |
| 789 | top: 0; |
| 790 | left: 0; |
| 791 | width: 100%; |
| 792 | height: 100%; |
| 793 | background: rgba(0,0,0,.73); |
| 794 | } |
| 795 | .ewd-us-unlock-premium { |
| 796 | position: absolute; |
| 797 | width: 200px; |
| 798 | height: 200px; |
| 799 | padding: 16px; |
| 800 | background: #fff; |
| 801 | left: calc(50% - 100px); |
| 802 | } |
| 803 | .ewd-us-unlock-premium img { |
| 804 | position: relative; |
| 805 | float: left; |
| 806 | width: 40px; |
| 807 | height: auto; |
| 808 | margin: 16px 80px 24px; |
| 809 | } |
| 810 | .ewd-us-unlock-premium p { |
| 811 | margin: 16px 0; |
| 812 | text-align: center; |
| 813 | color: #888; |
| 814 | } |
| 815 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button { |
| 816 | clear: both; |
| 817 | position: relative; |
| 818 | float: left; |
| 819 | width: calc(100% - 20px); |
| 820 | margin: 16px 8px; |
| 821 | border: 2px solid #0acbaa; |
| 822 | background-color: #0acbaa; |
| 823 | color: #fff; |
| 824 | padding: 6px 0; |
| 825 | font-size: 12px; |
| 826 | text-decoration: none; |
| 827 | text-align: center; |
| 828 | font-weight: bold; |
| 829 | border-radius: 2px; |
| 830 | } |
| 831 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover { |
| 832 | background-color: #1CE6C3; |
| 833 | border-color: #1CE6C3; |
| 834 | color: #fff; |
| 835 | } |
| 836 | |
| 837 | .ewd-us-option-set, |
| 838 | .ewd-us-styling-set{ |
| 839 | position: relative; |
| 840 | float: left; |
| 841 | width: 90%; |
| 842 | margin: 0 0 0 5%; |
| 843 | padding: 0; |
| 844 | } |
| 845 | .us-options-page-tab-title { |
| 846 | font-size: 18px; |
| 847 | color: #6026B4; |
| 848 | margin: 32px 0 0 !important; |
| 849 | } |
| 850 | .ewd-us-option-set label span, |
| 851 | .ewd-us-styling-set label span { |
| 852 | color: #666; |
| 853 | } |
| 854 | |
| 855 | .us-options-tab-title { |
| 856 | font-size: 18px; |
| 857 | color: #6026B4; |
| 858 | margin: 32px 0 0 !important; |
| 859 | } |
| 860 | |
| 861 | |
| 862 | /* RADIO BUTTON AND CHECKBOX */ |
| 863 | .ewd-us-admin-input-container input, .ewd-us-admin-input-container input:disabled { |
| 864 | position: absolute; |
| 865 | opacity: 0; |
| 866 | } |
| 867 | .ewd-us-admin-radio-button { |
| 868 | position: relative; |
| 869 | float: left; |
| 870 | height: 14px; |
| 871 | width: 14px; |
| 872 | top: 1px; |
| 873 | margin-right: 12px; |
| 874 | background-color: #fff; |
| 875 | border: 2px solid #aaa; |
| 876 | border-radius: 50%; |
| 877 | } |
| 878 | .ewd-us-admin-input-container:hover input ~ .ewd-us-admin-radio-button { |
| 879 | background-color: #E6FFFB; |
| 880 | border-color: #0acbaa; |
| 881 | } |
| 882 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button { |
| 883 | border-color: #0acbaa; |
| 884 | background-color: #fff; |
| 885 | } |
| 886 | .ewd-us-admin-radio-button:after { |
| 887 | content: ""; |
| 888 | position: absolute; |
| 889 | display: none; |
| 890 | } |
| 891 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button:after { |
| 892 | display: block; |
| 893 | } |
| 894 | .ewd-us-admin-input-container .ewd-us-admin-radio-button:after { |
| 895 | top: 3px; |
| 896 | left: 3px; |
| 897 | width: 8px; |
| 898 | height: 8px; |
| 899 | border-radius: 50%; |
| 900 | background: #0acbaa; |
| 901 | } |
| 902 | |
| 903 | .ewd-us-admin-checkbox { |
| 904 | position: relative; |
| 905 | float: left; |
| 906 | height: 14px; |
| 907 | width: 14px; |
| 908 | top: 1px; |
| 909 | margin-right: 12px; |
| 910 | background-color: #fff; |
| 911 | border: 2px solid #aaa; |
| 912 | } |
| 913 | .ewd-us-admin-input-container:hover input ~ .ewd-us-admin-checkbox { |
| 914 | background-color: #E6FFFB; |
| 915 | border-color: #0acbaa; |
| 916 | } |
| 917 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox { |
| 918 | border-color: #0acbaa; |
| 919 | background-color: #fff; |
| 920 | } |
| 921 | .ewd-us-admin-checkbox:after { |
| 922 | content: ""; |
| 923 | position: absolute; |
| 924 | display: none; |
| 925 | } |
| 926 | .ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox:after { |
| 927 | display: block; |
| 928 | } |
| 929 | .ewd-us-admin-input-container .ewd-us-admin-checkbox:after { |
| 930 | left: 4px; |
| 931 | top: 1px; |
| 932 | width: 4px; |
| 933 | height: 8px; |
| 934 | border: solid #0acbaa; |
| 935 | border-width: 0 2px 2px 0; |
| 936 | -webkit-transform: rotate(45deg); |
| 937 | -ms-transform: rotate(45deg); |
| 938 | transform: rotate(45deg); |
| 939 | } |
| 940 | |
| 941 | /* Textbox and Text Area and Select boxes */ |
| 942 | .ewd-us-option-set input[type=text], |
| 943 | .ewd-us-option-set input[type=search], |
| 944 | .ewd-us-option-set input[type=tel], |
| 945 | .ewd-us-option-set input[type=url], |
| 946 | .ewd-us-option-set input[type=week], |
| 947 | .ewd-us-option-set input[type=password], |
| 948 | .ewd-us-option-set input[type=color], |
| 949 | .ewd-us-option-set input[type=email], |
| 950 | .ewd-us-option-set input[type=number], |
| 951 | .ewd-us-option-set textarea, |
| 952 | .ewd-us-option-set select, |
| 953 | .ewd-us-styling-set input[type=text], |
| 954 | .ewd-us-styling-set input[type=search], |
| 955 | .ewd-us-styling-set input[type=tel], |
| 956 | .ewd-us-styling-set input[type=url], |
| 957 | .ewd-us-styling-set input[type=week], |
| 958 | .ewd-us-styling-set input[type=password], |
| 959 | .ewd-us-styling-set input[type=color], |
| 960 | .ewd-us-styling-set input[type=email], |
| 961 | .ewd-us-styling-set input[type=number], |
| 962 | .ewd-us-styling-set textarea, |
| 963 | .ewd-us-styling-set select { |
| 964 | border: 2px solid #ccc; |
| 965 | border-radius: 5px; |
| 966 | box-shadow: none; |
| 967 | } |
| 968 | .us-options-page-tabbed select, |
| 969 | .us-options-page-tabbed textarea |
| 970 | { |
| 971 | width: auto !important; |
| 972 | min-width: 50%; |
| 973 | max-width: 100% !important; |
| 974 | } |
| 975 | .ewd-us-option-set textarea { |
| 976 | min-width: 300px; |
| 977 | min-height: 200px; |
| 978 | } |
| 979 | |
| 980 | /* menu side tabs */ |
| 981 | .us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 982 | border: none; |
| 983 | } |
| 984 | .us-options-submenu-div { |
| 985 | width: 160px; |
| 986 | box-shadow: -1px 1px 8px #ccc; |
| 987 | overflow: hidden; |
| 988 | } |
| 989 | .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 990 | width: calc(100% - 200px); |
| 991 | } |
| 992 | .us-options-page-tabbed-nav { |
| 993 | width: 100%; |
| 994 | } |
| 995 | .us-options-page-tabbed a.options-subnav-tab, |
| 996 | .us-options-page-tabbed a.styling-subnav-tab { |
| 997 | background-color: #e2e2e2; |
| 998 | border-bottom: 1px solid #f1f1f1; |
| 999 | color: #555; |
| 1000 | font-weight: bold; |
| 1001 | padding-left: 20px; |
| 1002 | width: calc(100% - 20px); |
| 1003 | text-align: left; |
| 1004 | } |
| 1005 | .us-options-page-tabbed .us-options-submenu-div li:last-of-type a.options-subnav-tab, |
| 1006 | .us-options-page-tabbed .us-options-submenu-div li:last-of-type a.styling-subnav-tab:last-of-type { |
| 1007 | border-bottom: none; |
| 1008 | } |
| 1009 | .us-options-page-tabbed a.options-subnav-tab-active, |
| 1010 | .us-options-page-tabbed a.styling-subnav-tab-active { |
| 1011 | box-shadow: none; |
| 1012 | background-color: #fff !important; |
| 1013 | color: #6026B4; |
| 1014 | border-left: 4px solid #6026B4; |
| 1015 | } |
| 1016 | .us-options-page-tabbed .us-options-submenu-div a:hover { |
| 1017 | color: #29324e; |
| 1018 | background-color: rgba(199,199,199, 0.5); |
| 1019 | box-shadow: none; |
| 1020 | border-left: 4px solid #29324e; |
| 1021 | } |
| 1022 | .us-options-page-tabbed .us-options-submenu-div a.options-subnav-tab-active:hover, |
| 1023 | .us-options-page-tabbed .us-options-submenu-div a.styling-subnav-tab-active:hover { |
| 1024 | color: #6026B4; |
| 1025 | background-color: #fff; |
| 1026 | border-left: 4px solid #6026B4; |
| 1027 | } |
| 1028 | |
| 1029 | |
| 1030 | /* SIDEBAR ITEMS ORDER TABLE */ |
| 1031 | .us-sidebar-items-order-container { |
| 1032 | } |
| 1033 | .us-sidebar-items-order-element { |
| 1034 | background: #f3f3f3; |
| 1035 | margin: 0; |
| 1036 | padding: 8px 16px; |
| 1037 | width: calc(100% - 32px); |
| 1038 | } |
| 1039 | .us-sidebar-items-order-element { |
| 1040 | border-bottom: 1px solid #ccc; |
| 1041 | cursor: all-scroll; |
| 1042 | } |
| 1043 | .us-sidebar-items-order-element:first-of-type { |
| 1044 | border-top: 1px solid #ccc; |
| 1045 | } |
| 1046 | .us-sidebar-items-order-element:active { |
| 1047 | background: #662D91; |
| 1048 | color: #fff; |
| 1049 | } |
| 1050 | |
| 1051 | |
| 1052 | /* STYLING SUB-SECTIONS AND OPTIONS */ |
| 1053 | .ewd-us-admin-styling-section { |
| 1054 | clear: both; |
| 1055 | position: relative; |
| 1056 | float: left; |
| 1057 | width: 100%; |
| 1058 | margin: 0 0 32px; |
| 1059 | box-shadow: 0 1px 12px #ddd; |
| 1060 | display: block; |
| 1061 | padding: 11px 0; |
| 1062 | } |
| 1063 | .ewd-us-admin-styling-section.noSubSections { |
| 1064 | margin: 0; |
| 1065 | box-shadow: none; |
| 1066 | } |
| 1067 | .ewd-us-admin-styling-subsection { |
| 1068 | clear: both; |
| 1069 | position: relative; |
| 1070 | float: left; |
| 1071 | width: 90%; |
| 1072 | padding: 20px 5% 0; |
| 1073 | border-bottom: 1px solid #ddd; |
| 1074 | } |
| 1075 | .ewd-us-admin-styling-subsection:last-of-type { |
| 1076 | border-bottom: none; |
| 1077 | } |
| 1078 | .ewd-us-admin-styling-subsection:first-of-type { |
| 1079 | padding: 0 5%; |
| 1080 | } |
| 1081 | .ewd-us-admin-styling-subsection.noBottomBorder { |
| 1082 | border-bottom: none; |
| 1083 | } |
| 1084 | .ewd-us-admin-styling-subsection-label { |
| 1085 | position: relative; |
| 1086 | float: left; |
| 1087 | width: 228px; |
| 1088 | color: #555; |
| 1089 | padding: 15px 28px 16px 0; |
| 1090 | font-weight: 600; |
| 1091 | font-size: 14px; |
| 1092 | line-height: 1.3; |
| 1093 | } |
| 1094 | .ewdOptionHasInfo .ewd-us-admin-styling-subsection-label { |
| 1095 | padding: 15px 56px 14px 0; |
| 1096 | width: 200px; |
| 1097 | background-image: url(../img/options-asset-info.png); |
| 1098 | background-position: calc(100% - 30px) 15px; |
| 1099 | background-size: 18px 18px; |
| 1100 | background-repeat: no-repeat; |
| 1101 | cursor: pointer; |
| 1102 | } |
| 1103 | .ewdOptionHasInfo fieldset p { |
| 1104 | display: none; |
| 1105 | } |
| 1106 | .ewd-us-admin-styling-subsection-content { |
| 1107 | position: relative; |
| 1108 | float: left; |
| 1109 | width: calc(100% - 256px); |
| 1110 | padding: 15px 0 16px; |
| 1111 | } |
| 1112 | .ewd-us-admin-styling-subsection-content-each { |
| 1113 | position: relative; |
| 1114 | float: left; |
| 1115 | width: 100%; |
| 1116 | margin-bottom: 20px; |
| 1117 | } |
| 1118 | .ewd-us-admin-styling-subsection-content-label { |
| 1119 | position: relative; |
| 1120 | float: left; |
| 1121 | width: 30%; |
| 1122 | margin-right: 3%; |
| 1123 | color: #999; |
| 1124 | text-transform: uppercase; |
| 1125 | font-size: 12px; |
| 1126 | font-weight: 600; |
| 1127 | } |
| 1128 | .ewd-us-admin-styling-subsection-content-right { |
| 1129 | position: relative; |
| 1130 | float: left; |
| 1131 | width: 67%; |
| 1132 | } |
| 1133 | .ewd-us-admin-styling-subsection-content-color-picker { |
| 1134 | position: relative; |
| 1135 | float: left; |
| 1136 | width: 50%; |
| 1137 | margin-bottom: 8px; |
| 1138 | } |
| 1139 | .ewd-us-admin-styling-subsection-content-color-picker input.ewd-us-spectrum, .us-options-page-tabbed input[type=text].ewd-us-spectrum, .us-styling-page-tabbed input[type=text].ewd-us-spectrum { |
| 1140 | position: absolute; |
| 1141 | right: 0; |
| 1142 | bottom: 0; |
| 1143 | border: none; |
| 1144 | margin: 0 !important; |
| 1145 | width: calc(100% - 42px) !important; |
| 1146 | max-width: none !important; |
| 1147 | border-radius: 0; |
| 1148 | background: transparent !important; |
| 1149 | color: #888 !important; |
| 1150 | padding: 0 !important; |
| 1151 | font-size: 12px; |
| 1152 | } |
| 1153 | .ewd-us-admin-styling-subsection-content-color-picker .sp-replacer { |
| 1154 | padding: 0 !important; |
| 1155 | margin-right: 8px !important; |
| 1156 | border-radius: 2px; |
| 1157 | } |
| 1158 | .ewd-us-admin-styling-subsection-content-color-picker .sp-preview { |
| 1159 | width: 32px !important; |
| 1160 | height: 32px !important; |
| 1161 | margin: 0 !important; |
| 1162 | border: none !important |
| 1163 | } |
| 1164 | .ewd-us-admin-styling-subsection-content-color-picker .sp-dd { |
| 1165 | display: none !important; |
| 1166 | } |
| 1167 | .ewd-us-admin-styling-subsection-content-color-picker-label { |
| 1168 | position: absolute; |
| 1169 | right: 0; |
| 1170 | top: 0; |
| 1171 | width: calc(100% - 42px); |
| 1172 | color: #555; |
| 1173 | font-size: 13px; |
| 1174 | font-weight: 600; |
| 1175 | text-transform: uppercase; |
| 1176 | } |
| 1177 | input.ewd-us-admin-font-size, .us-options-page-tabbed input[type=text].ewd-us-admin-font-size, .us-styling-page-tabbed input[type=text].ewd-us-admin-font-size { |
| 1178 | border-radius: 2px !important; |
| 1179 | width: 100px !important; |
| 1180 | } |
| 1181 | .ewd-us-admin-styling-section fieldset label { |
| 1182 | line-height: 1.4em; |
| 1183 | margin: .25em 0 .5em; |
| 1184 | display: inline-block; |
| 1185 | font-size: 14px; |
| 1186 | } |
| 1187 | .ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label { |
| 1188 | position: relative; |
| 1189 | float: left; |
| 1190 | width: 25%; |
| 1191 | font-size: 20px; |
| 1192 | } |
| 1193 | .ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label.fourteen { |
| 1194 | font-size: 14px; |
| 1195 | } |
| 1196 | .ewd-us-admin-styling-section .ewd-admin-labelling-section { |
| 1197 | position: relative; |
| 1198 | float: left; |
| 1199 | width: 100%; |
| 1200 | } |
| 1201 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label { |
| 1202 | position: relative; |
| 1203 | float: left; |
| 1204 | width: 23.5%; |
| 1205 | margin: 0 2% 8px 0; |
| 1206 | } |
| 1207 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label:nth-of-type(4n+4) { |
| 1208 | margin-right: 0; |
| 1209 | } |
| 1210 | .ewd-us-admin-styling-section .ewd-admin-labelling-section.full-wide label { |
| 1211 | width: 100%; |
| 1212 | margin-right: 0; |
| 1213 | } |
| 1214 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label p { |
| 1215 | margin: 0 0 4px; |
| 1216 | font-size: 14px; |
| 1217 | color: #555; |
| 1218 | font-weight: 600; |
| 1219 | } |
| 1220 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"] { |
| 1221 | width: 100% !important; |
| 1222 | min-width: auto !important; |
| 1223 | max-width: none !important; |
| 1224 | } |
| 1225 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-webkit-input-placeholder { |
| 1226 | color: #bbb; |
| 1227 | font-weight: 400; |
| 1228 | font-size: 13px; |
| 1229 | } |
| 1230 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-moz-placeholder { |
| 1231 | color: #bbb; |
| 1232 | font-weight: 400; |
| 1233 | font-size: 13px; |
| 1234 | } |
| 1235 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-moz-placeholder { |
| 1236 | color: #bbb; |
| 1237 | font-weight: 400; |
| 1238 | font-size: 13px; |
| 1239 | } |
| 1240 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-ms-input-placeholder { |
| 1241 | color: #bbb; |
| 1242 | font-weight: 400; |
| 1243 | font-size: 13px; |
| 1244 | } |
| 1245 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:placeholder { |
| 1246 | color: #bbb; |
| 1247 | font-weight: 400; |
| 1248 | font-size: 13px; |
| 1249 | } |
| 1250 | |
| 1251 | |
| 1252 | /*LOCK PREMIUM CONTENT*/ |
| 1253 | .ewd-us-premium-options-table { |
| 1254 | position: relative; |
| 1255 | } |
| 1256 | .ewd-us-premium-options-table-overlay { |
| 1257 | position: absolute; |
| 1258 | top: 0; |
| 1259 | left: 0; |
| 1260 | width: 100%; |
| 1261 | height: 100%; |
| 1262 | background: rgba(0,0,0,.45); |
| 1263 | } |
| 1264 | .ewd-us-premium-options-table-overlay th { |
| 1265 | background-image: none !important; |
| 1266 | } |
| 1267 | .ewd-us-unlock-premium { |
| 1268 | position: absolute; |
| 1269 | width: 200px; |
| 1270 | height: 200px; |
| 1271 | padding: 16px; |
| 1272 | background: #fff; |
| 1273 | left: calc(50% - 116px); |
| 1274 | } |
| 1275 | .ewd-us-admin-styling-section .ewd-us-unlock-premium { |
| 1276 | margin-top: 15px; |
| 1277 | } |
| 1278 | .ewd-us-unlock-premium img { |
| 1279 | position: relative; |
| 1280 | float: left; |
| 1281 | width: 40px; |
| 1282 | height: auto; |
| 1283 | margin: 16px 80px 24px; |
| 1284 | } |
| 1285 | .ewd-us-unlock-premium p { |
| 1286 | margin: 16px 0; |
| 1287 | text-align: center; |
| 1288 | color: #888; |
| 1289 | } |
| 1290 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button { |
| 1291 | clear: both; |
| 1292 | position: relative; |
| 1293 | float: left; |
| 1294 | width: calc(100% - 20px); |
| 1295 | margin: 16px 8px; |
| 1296 | border: 2px solid #0acbaa; |
| 1297 | background-color: #0acbaa; |
| 1298 | color: #fff; |
| 1299 | padding: 6px 0; |
| 1300 | font-size: 12px; |
| 1301 | text-decoration: none; |
| 1302 | text-align: center; |
| 1303 | font-weight: bold; |
| 1304 | border-radius: 2px; |
| 1305 | } |
| 1306 | .ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover { |
| 1307 | background-color: #1CE6C3; |
| 1308 | border-color: #1CE6C3; |
| 1309 | color: #fff; |
| 1310 | } |
| 1311 | |
| 1312 | |
| 1313 | |
| 1314 | /************* |
| 1315 | RESPONSIVE |
| 1316 | *************/ |
| 1317 | @media screen and (max-width: 1099px) { |
| 1318 | .us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 1319 | clear: both; |
| 1320 | width: calc(100% - 40px); |
| 1321 | } |
| 1322 | } |
| 1323 | @media screen and (max-width: 782px) { |
| 1324 | .ultimate_slider_page_us-options .OptionTab { |
| 1325 | padding: 15px 0; |
| 1326 | } |
| 1327 | .ultimate_slider_page_us-options .wrap.us-options-page-tabbed { |
| 1328 | margin: 10px 0 0 0; |
| 1329 | width: 100%; |
| 1330 | } |
| 1331 | .us-options-submenu-div { |
| 1332 | margin: 0 0 20px 20px; |
| 1333 | } |
| 1334 | .us-options-page-tabbed-content, .us-styling-page-tabbed-content { |
| 1335 | width: 100%; |
| 1336 | } |
| 1337 | .ewd-us-option-set, |
| 1338 | .ewd-us-styling-set { |
| 1339 | width: 100%; |
| 1340 | margin: 0; |
| 1341 | } |
| 1342 | .us-options-page-tab-title { |
| 1343 | text-align: center; |
| 1344 | } |
| 1345 | .ewd-us-admin-section-heading { |
| 1346 | text-align: center; |
| 1347 | } |
| 1348 | .ewd-us-option-set .form-table, |
| 1349 | .ewd-us-styling-set .form-table { |
| 1350 | box-shadow: none; |
| 1351 | } |
| 1352 | .ewd-us-option-set .form-table, |
| 1353 | .ewd-us-styling-set .form-table, |
| 1354 | .ewd-us-option-set .form-table tbody, |
| 1355 | .ewd-us-option-set .form-table tr, |
| 1356 | .ewd-us-option-set .form-table th, |
| 1357 | .ewd-us-option-set .form-table td, |
| 1358 | .ewd-us-styling-set .form-table tbody, |
| 1359 | .ewd-us-styling-set .form-table tr, |
| 1360 | .ewd-us-styling-set .form-table th, |
| 1361 | .ewd-us-styling-set .form-table td { |
| 1362 | clear: both; |
| 1363 | float: left; |
| 1364 | width: 100%; |
| 1365 | } |
| 1366 | .ewd-us-option-set .form-table, |
| 1367 | .ewd-us-styling-set .form-table { |
| 1368 | padding: 11px 0; |
| 1369 | } |
| 1370 | .ewd-us-option-set .form-table th, |
| 1371 | .ewd-us-styling-set .form-table th { |
| 1372 | padding: 20px 5% 8px; |
| 1373 | width: 90%; |
| 1374 | height: auto; |
| 1375 | margin: 0; |
| 1376 | background-image: url(../img/options-asset-info.png); |
| 1377 | background-position: 95% 20px; |
| 1378 | background-size: 18px 18px; |
| 1379 | background-repeat: no-repeat; |
| 1380 | cursor: pointer; |
| 1381 | } |
| 1382 | .ewd-us-option-set .form-table td, |
| 1383 | .ewd-us-styling-set .form-table td { |
| 1384 | padding-top: 4px; |
| 1385 | } |
| 1386 | .ewd-us-option-set .form-table td fieldset, |
| 1387 | .ewd-us-styling-set .form-table td fieldset{ |
| 1388 | position: relative; |
| 1389 | } |
| 1390 | .ewd-us-option-set .form-table td label, |
| 1391 | .ewd-us-styling-set .form-table td label { |
| 1392 | position: relative; |
| 1393 | clear: both; |
| 1394 | float: left; |
| 1395 | width: 90%; |
| 1396 | margin-left: 5% !important; |
| 1397 | } |
| 1398 | .ewd-us-option-set .form-table td label.ewd-us-admin-switch, |
| 1399 | .ewd-us-styling-set .form-table td label.ewd-us-admin-switch { |
| 1400 | position: absolute; |
| 1401 | width: 40px; |
| 1402 | top: -35px; |
| 1403 | right: 5%; |
| 1404 | } |
| 1405 | .ewd-us-option-set .form-table td p, |
| 1406 | .ewd-us-styling-set .form-table td p { |
| 1407 | display: none; |
| 1408 | position: relative; |
| 1409 | float: left; |
| 1410 | width: 90%; |
| 1411 | padding: 10px 5% 24px; |
| 1412 | background: #f3f3f3; |
| 1413 | border-bottom: 1px solid #ccc; |
| 1414 | font-size: 13px; |
| 1415 | } |
| 1416 | .ewd-us-option-set .form-table td input[type="button"] { |
| 1417 | display: block; |
| 1418 | margin: 10px auto 4px; |
| 1419 | } |
| 1420 | .ewd-us-admin-styling-section .ewd-admin-labelling-section label { |
| 1421 | width: 100%; |
| 1422 | margin: 0 0 8px 0; |
| 1423 | } |
| 1424 | .ewd-us-admin-input-container { |
| 1425 | width: calc(100% - 16px); |
| 1426 | padding-left: 16px; |
| 1427 | } |
| 1428 | |
| 1429 | .ewd-us-admin-styling-section { |
| 1430 | box-shadow: none; |
| 1431 | } |
| 1432 | .ewd-us-admin-styling-subsection, .ewd-us-admin-styling-subsection:first-of-type { |
| 1433 | width: 100%; |
| 1434 | padding-right: 0; |
| 1435 | padding-left: 0; |
| 1436 | } |
| 1437 | .ewd-us-admin-styling-subsection-label { |
| 1438 | width: 90%; |
| 1439 | padding: 0 5% 8px; |
| 1440 | } |
| 1441 | .ewdOptionHasInfo .ewd-us-admin-styling-subsection-label { |
| 1442 | padding: 0 calc(5% + 38px) 8px 5%; |
| 1443 | width: calc(90% - 38px); |
| 1444 | background-image: url(../img/options-asset-info.png); |
| 1445 | background-position: 95% 0; |
| 1446 | background-size: 18px 18px; |
| 1447 | background-repeat: no-repeat; |
| 1448 | } |
| 1449 | .ewd-us-admin-styling-subsection:first-of-type .ewd-us-admin-styling-subsection-label { |
| 1450 | padding: 20px 5% 8px; |
| 1451 | } |
| 1452 | .ewdOptionHasInfo:first-of-type .ewd-us-admin-styling-subsection-label { |
| 1453 | padding: 20px calc(5% + 38px) 8px 5%; |
| 1454 | background-image: url(../img/options-asset-info.png); |
| 1455 | background-position: 950% 20px; |
| 1456 | background-size: 18px 18px; |
| 1457 | background-repeat: no-repeat; |
| 1458 | } |
| 1459 | .ewd-us-admin-styling-subsection-content { |
| 1460 | width: 100%; |
| 1461 | padding: 0 ; |
| 1462 | } |
| 1463 | .ewd-us-admin-styling-subsection-content-each { |
| 1464 | margin-bottom: 10px; |
| 1465 | padding-bottom: 10px; |
| 1466 | border-bottom: 1px solid #ddd; |
| 1467 | } |
| 1468 | .ewd-us-admin-styling-subsection-content-each:last-of-type { |
| 1469 | border-bottom: none; |
| 1470 | } |
| 1471 | .ewd-us-admin-styling-subsection-content-label, .ewd-us-admin-styling-subsection-content-right { |
| 1472 | width: calc(90% - 16px); |
| 1473 | padding: 0 0 0 calc(5% + 16px); |
| 1474 | } |
| 1475 | .ewd-us-admin-styling-subsection-content-label { |
| 1476 | padding-top: 10px; |
| 1477 | padding-bottom: 15px; |
| 1478 | } |
| 1479 | .ewd-us-admin-styling-subsection-content label { |
| 1480 | width: 90%; |
| 1481 | margin-left: 5% !important; |
| 1482 | } |
| 1483 | .ewd-us-admin-styling-subsection p { |
| 1484 | display: none; |
| 1485 | position: relative; |
| 1486 | float: left; |
| 1487 | width: 90%; |
| 1488 | padding: 10px 5% 24px; |
| 1489 | background: #f3f3f3; |
| 1490 | border-bottom: 1px solid #ccc; |
| 1491 | font-size: 13px; |
| 1492 | } |
| 1493 | .ewd-us-admin-styling-text-input { |
| 1494 | width: 100%; |
| 1495 | } |
| 1496 | .ewd-us-admin-styling-subsection input[type="button"] { |
| 1497 | display: block; |
| 1498 | margin: 10px auto 0; |
| 1499 | } |
| 1500 | |
| 1501 | } |
| 1502 | |
| 1503 | |
| 1504 | /************************************************* |
| 1505 | SHORTCODE REMINDER IN BASIC AREA OF OPTIONS TAB |
| 1506 | *************************************************/ |
| 1507 | .ewd-us-shortcode-reminder { |
| 1508 | position: relative; |
| 1509 | float: left; |
| 1510 | width: calc(95% - 48px); |
| 1511 | padding: 14px 2.5% 12px calc(2.5% + 48px); |
| 1512 | height: 22px; |
| 1513 | margin: 0 0 16px; |
| 1514 | background: url(../img/options-asset-star.png) #f1f1f1; |
| 1515 | background-size: 48px 48px; |
| 1516 | background-position: left top; |
| 1517 | background-repeat: no-repeat; |
| 1518 | } |
| 1519 | @media screen and (max-width: 782px) { |
| 1520 | .ewd-us-shortcode-reminder { |
| 1521 | width: calc(90% - 48px); |
| 1522 | margin: 0 2.5% 16px; |
| 1523 | } |
| 1524 | } |
| 1525 | @media screen and (max-width: 568px) { |
| 1526 | .ewd-us-shortcode-reminder { |
| 1527 | padding: 6px 2.5% 2px calc(2.5% + 48px); |
| 1528 | height: 40px; |
| 1529 | } |
| 1530 | } |
| 1531 | |
| 1532 | |
| 1533 | /************************** |
| 1534 | * WP Dashboard Review Ask |
| 1535 | ***************************/ |
| 1536 | .ewd-us-clear { |
| 1537 | clear: both; |
| 1538 | } |
| 1539 | .ewd-us-main-dashboard-review-ask { |
| 1540 | border-left-color: #6026b4; |
| 1541 | } |
| 1542 | .ewd-us-review-ask-plugin-icon { |
| 1543 | height: 100px; |
| 1544 | width: 100px; |
| 1545 | float: left; |
| 1546 | margin: 12px 24px 16px 10px; |
| 1547 | background-image: url(../img/ewd-us-icon.png); |
| 1548 | background-size: contain; |
| 1549 | } |
| 1550 | .ewd-us-review-ask-text p { |
| 1551 | padding: 10px 20px; |
| 1552 | font-weight: 600; |
| 1553 | font-size: 20px; |
| 1554 | } |
| 1555 | .ewd-us-review-ask-action { |
| 1556 | width: 90px; |
| 1557 | padding: 6px; |
| 1558 | margin-right: 18px; |
| 1559 | text-align: center; |
| 1560 | float: left; |
| 1561 | border-radius: 4px; |
| 1562 | cursor: pointer; |
| 1563 | } |
| 1564 | .ewd-us-review-ask-white { |
| 1565 | color: #999999; |
| 1566 | border: 1px solid #bbbbbb; |
| 1567 | } |
| 1568 | .ewd-us-review-ask-green { |
| 1569 | color: #ffffff; |
| 1570 | background: #22C9A3; |
| 1571 | border: 1px solid #22C9A3; |
| 1572 | font-weight: 600; |
| 1573 | } |
| 1574 | .ewd-us-review-ask-green a { |
| 1575 | color: #ffffff; |
| 1576 | text-decoration: none; |
| 1577 | } |
| 1578 | .ewd-us-review-ask-feedback-form { |
| 1579 | position: relative; |
| 1580 | float: left; |
| 1581 | }.ewd-us-review-ask-feedback-explanation textarea { |
| 1582 | height: 70px; |
| 1583 | width: 480px; |
| 1584 | } |
| 1585 | .ewd-us-review-ask-send-feedback { |
| 1586 | margin: 10px 0px; |
| 1587 | } |
| 1588 | |
| 1589 | .ewd-us-review-ask-review-text span { |
| 1590 | font-size: .8em; |
| 1591 | font-weight: normal; |
| 1592 | } |
| 1593 | |
| 1594 | |
| 1595 | |
| 1596 | /************************************************************* |
| 1597 | NEW DASHBBOARD UPGRADE BANNER, KEY INPUT AND TRIAL GRAPHICS |
| 1598 | *************************************************************/ |
| 1599 | |
| 1600 | #ewd-us-dashboard-top-upgrade { |
| 1601 | width: calc(100% - 80px); |
| 1602 | margin-top: 20px; |
| 1603 | } |
| 1604 | #ewd-us-dashboard-top-upgrade-left { |
| 1605 | margin: 0; |
| 1606 | } |
| 1607 | #ewd-us-dashboard-top-upgrade-right { |
| 1608 | float: right; |
| 1609 | width: 28%; |
| 1610 | } |
| 1611 | |
| 1612 | .ewd-us-dashboard-new-upgrade-banner { |
| 1613 | position: relative; |
| 1614 | float: left; |
| 1615 | width: 100%; |
| 1616 | height: 256px; |
| 1617 | background: url(../img/ewd-us-dashboard-banner.png) center no-repeat #1b0f49; |
| 1618 | } |
| 1619 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 1620 | position: absolute; |
| 1621 | height: 112px; |
| 1622 | width: 112px; |
| 1623 | left: 172px; |
| 1624 | top: 72px; |
| 1625 | background: url(../img/ewd-us-icon.png) no-repeat; |
| 1626 | background-size: 112px 112px; |
| 1627 | } |
| 1628 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 1629 | position: absolute; |
| 1630 | height: 112px; |
| 1631 | width: 192px; |
| 1632 | right: 128px; |
| 1633 | top: 84px; |
| 1634 | } |
| 1635 | .ewd-us-dashboard-new-upgrade-button { |
| 1636 | position: relative; |
| 1637 | float: right; |
| 1638 | width: 188px; |
| 1639 | border: 2px solid #0acbaa; |
| 1640 | background-color: #0acbaa; |
| 1641 | color: #fff; |
| 1642 | padding: 6px 0; |
| 1643 | font-size: 12px; |
| 1644 | text-decoration: none; |
| 1645 | text-align: center; |
| 1646 | margin-bottom: 20px; |
| 1647 | font-weight: bold; |
| 1648 | border-radius: 2px; |
| 1649 | } |
| 1650 | .ewd-us-dashboard-new-upgrade-button:hover { |
| 1651 | background-color: #1CE6C3; |
| 1652 | border-color: #1CE6C3; |
| 1653 | color: #fff; |
| 1654 | } |
| 1655 | .ewd-us-dashboard-new-upgrade-button.ewd-us-dashboard-new-trial-button { |
| 1656 | background-color: transparent; |
| 1657 | color: #0acbaa; |
| 1658 | font-size: 11px; |
| 1659 | cursor: pointer; |
| 1660 | width: 192px; |
| 1661 | } |
| 1662 | .ewd-us-dashboard-new-upgrade-button.ewd-us-dashboard-new-trial-button:hover { |
| 1663 | background-color: #0acbaa; |
| 1664 | border-color: #0acbaa; |
| 1665 | color: #fff; |
| 1666 | } |
| 1667 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 1668 | position: absolute; |
| 1669 | width: calc(100% - 680px); |
| 1670 | height: 112px; |
| 1671 | top: 76px; |
| 1672 | left: 320px; |
| 1673 | color: #fff; |
| 1674 | } |
| 1675 | .ewd-us-dashboard-banner-title { |
| 1676 | position: relative; |
| 1677 | float: left; |
| 1678 | width: 100%; |
| 1679 | font-size: 29px; |
| 1680 | line-height: 32px; |
| 1681 | font-weight: bold; |
| 1682 | } |
| 1683 | .ewd-us-dashboard-banner-brief { |
| 1684 | position: relative; |
| 1685 | float: left; |
| 1686 | width: 100%; |
| 1687 | margin-top: 14px; |
| 1688 | font-size: 14px; |
| 1689 | } |
| 1690 | |
| 1691 | @media screen and (min-width: 2000px) { |
| 1692 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 1693 | left: 272px; |
| 1694 | } |
| 1695 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 1696 | right: 228px; |
| 1697 | } |
| 1698 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 1699 | width: calc(100% - 880px); |
| 1700 | left: 420px; |
| 1701 | } |
| 1702 | } |
| 1703 | @media screen and (max-width: 1500px) { |
| 1704 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 1705 | left: 54px; |
| 1706 | } |
| 1707 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 1708 | right: 32px; |
| 1709 | } |
| 1710 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 1711 | width: calc(100% - 466px); |
| 1712 | left: 202px; |
| 1713 | } |
| 1714 | } |
| 1715 | @media screen and (max-width: 1300px) { |
| 1716 | .ewd-us-dashboard-banner-brief { |
| 1717 | display: none; |
| 1718 | } |
| 1719 | } |
| 1720 | @media screen and (max-width: 1100px) { |
| 1721 | #ewd-us-dashboard-top-upgrade-left { |
| 1722 | width: 100%; |
| 1723 | margin-right: 0; |
| 1724 | } |
| 1725 | #ewd-us-dashboard-top-upgrade-right { |
| 1726 | display: none; |
| 1727 | } |
| 1728 | .ewd-us-dashboard-new-upgrade-banner { |
| 1729 | height: 512px; |
| 1730 | height: 300px; |
| 1731 | } |
| 1732 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-icon { |
| 1733 | left: calc(50% - 56px); |
| 1734 | top: 48px; |
| 1735 | display: none; |
| 1736 | } |
| 1737 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-text { |
| 1738 | width: 80%; |
| 1739 | left: 10%; |
| 1740 | top: 208px; |
| 1741 | height: 160px; |
| 1742 | text-align: center; |
| 1743 | height: 140px; |
| 1744 | top: 42px; |
| 1745 | } |
| 1746 | .ewd-us-dashboard-banner-brief { |
| 1747 | display: none; |
| 1748 | } |
| 1749 | .ewd-us-dashboard-new-upgrade-banner .ewd-us-dashboard-banner-buttons { |
| 1750 | right: calc(50% - 96px); |
| 1751 | top: 368px; |
| 1752 | top: 172px; |
| 1753 | } |
| 1754 | } |
| 1755 | @media screen and (max-width: 782px) { |
| 1756 | #ewd-us-dashboard-top-upgrade { |
| 1757 | width: calc(100% - 10px); |
| 1758 | } |
| 1759 | } |
| 1760 | |
| 1761 | |
| 1762 | /* KEY INPUT */ |
| 1763 | .ewd-us-dashboard-new-widget-box { |
| 1764 | position: relative; |
| 1765 | float: left; |
| 1766 | background: #fff; |
| 1767 | box-shadow: -2px 2px 6px #ccc; |
| 1768 | margin-bottom: 16px; |
| 1769 | } |
| 1770 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-full { |
| 1771 | width: 100%; |
| 1772 | } |
| 1773 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-two-thirds { |
| 1774 | width: 66%; |
| 1775 | } |
| 1776 | .ewd-us-dashboard-new-widget-box.ewd-widget-box-one-third { |
| 1777 | width: 32%; |
| 1778 | margin-left: 2%; |
| 1779 | } |
| 1780 | .ewd-us-dashboard-new-widget-box-top, .ewd-us-dashboard-new-widget-box-bottom { |
| 1781 | position: relative; |
| 1782 | float: left; |
| 1783 | width: calc(100% - 32px); |
| 1784 | padding: 8px 16px; |
| 1785 | color: #777; |
| 1786 | } |
| 1787 | .ewd-us-dashboard-new-widget-box-top { |
| 1788 | padding: 12px 16px; |
| 1789 | font-weight: bold; |
| 1790 | color: #444; |
| 1791 | } |
| 1792 | .ewd-us-dashboard-new-widget-box-bottom { |
| 1793 | border-top: 1px solid #e2e2e2; |
| 1794 | } |
| 1795 | |
| 1796 | .ewd-us-dashboard-key-widget { |
| 1797 | position: relative; |
| 1798 | float: left; |
| 1799 | width: calc(100% - 144px); |
| 1800 | min-height: 30px; |
| 1801 | margin: 24px 24px 8px; |
| 1802 | padding: 0 0 0 96px; |
| 1803 | background-image: url(../img/dash-asset-key.png); |
| 1804 | background-position: left top; |
| 1805 | background-size: 64px 30px; |
| 1806 | background-repeat: no-repeat; |
| 1807 | } |
| 1808 | .ewd-us-dashboard-key-widget-input { |
| 1809 | position: relative; |
| 1810 | float: left; |
| 1811 | width: calc(65% - 2px); |
| 1812 | height: 30px; |
| 1813 | padding: 4px 8px !important; |
| 1814 | background: none; |
| 1815 | border: 1px solid #e2e2e2 !important; |
| 1816 | margin: 0 !important; |
| 1817 | } |
| 1818 | .ewd-us-dashboard-key-widget-input::placeholder { |
| 1819 | color: #bbb; |
| 1820 | } |
| 1821 | .ewd-us-dashboard-key-widget-submit { |
| 1822 | position: relative; |
| 1823 | float: left; |
| 1824 | width: 35%; |
| 1825 | height: 30px; |
| 1826 | font-size: 14px; |
| 1827 | background: #f2b52f; |
| 1828 | color: #fff; |
| 1829 | border: none; |
| 1830 | cursor: pointer; |
| 1831 | margin: 0 !important; |
| 1832 | } |
| 1833 | .ewd-us-dashboard-key-widget-submit:hover { |
| 1834 | background: #F2BD49; |
| 1835 | } |
| 1836 | .ewd-us-dashboard-key-widget-text { |
| 1837 | position: relative; |
| 1838 | float: left; |
| 1839 | width: 100%; |
| 1840 | margin-top: 7px; |
| 1841 | font-size: 11px; |
| 1842 | color: #888; |
| 1843 | font-style: italic; |
| 1844 | font-weight: normal; |
| 1845 | } |
| 1846 | .ewd-us-dashboard-key-widget-text a { |
| 1847 | color: #0acbaa; |
| 1848 | text-decoration: none; |
| 1849 | font-weight: bold; |
| 1850 | } |
| 1851 | .ewd-us-dashboard-key-widget-text a:hover { |
| 1852 | color: #1CE6C3; |
| 1853 | text-decoration: none; |
| 1854 | } |
| 1855 | |
| 1856 | |
| 1857 | @media screen and (max-width: 1000px) { |
| 1858 | .ewd-us-dashboard-key-widget-submit { |
| 1859 | font-size: 12px; |
| 1860 | } |
| 1861 | } |
| 1862 | @media screen and (max-width: 800px) { |
| 1863 | .ewd-us-dashboard-key-widget { |
| 1864 | width: calc(100% - 48px); |
| 1865 | margin: 16px 24px 8px; |
| 1866 | padding: 54px 0 0 0; |
| 1867 | background-image: url(../img/dash-asset-key.png); |
| 1868 | background-size: 64px 30px; |
| 1869 | background-position: center top; |
| 1870 | background-repeat: no-repeat; |
| 1871 | } |
| 1872 | .ewd-us-dashboard-key-widget-input { |
| 1873 | width: 100%; |
| 1874 | } |
| 1875 | .ewd-us-dashboard-key-widget-submit { |
| 1876 | width: 100%; |
| 1877 | margin: 8px 0 0 0 !important; |
| 1878 | font-size: 14px; |
| 1879 | } |
| 1880 | .ewd-us-dashboard-key-widget-text { |
| 1881 | margin-top: 16px; |
| 1882 | text-align: center; |
| 1883 | } |
| 1884 | } |
| 1885 | |
| 1886 | |
| 1887 | /*TRIAL*/ |
| 1888 | .ewd-us-dashboard-get-premium-widget-trial-time { |
| 1889 | position: relative; |
| 1890 | float: left; |
| 1891 | width: 100%; |
| 1892 | margin-top: 6px; |
| 1893 | background: #6026B4; |
| 1894 | } |
| 1895 | .ewd-us-dashboard-get-premium-widget-trial-days, .ewd-us-dashboard-get-premium-widget-trial-hours { |
| 1896 | position: relative; |
| 1897 | float: left; |
| 1898 | text-align: center; |
| 1899 | color: #fff; |
| 1900 | font-size: 43px; |
| 1901 | line-height: 35px; |
| 1902 | padding: 24px 0 8px; |
| 1903 | font-weight: bold; |
| 1904 | } |
| 1905 | .ewd-us-dashboard-get-premium-widget-trial-days span, .ewd-us-dashboard-get-premium-widget-trial-hours span { |
| 1906 | position: relative; |
| 1907 | float: left; |
| 1908 | width: 100%; |
| 1909 | font-size: 14px; |
| 1910 | font-weight: normal; |
| 1911 | } |
| 1912 | .ewd-us-dashboard-get-premium-widget-trial-days { |
| 1913 | width: calc(50% - 7px); |
| 1914 | border-right: 7px solid #fff; |
| 1915 | } |
| 1916 | .ewd-us-dashboard-get-premium-widget-trial-hours { |
| 1917 | width: 50%; |
| 1918 | } |
| 1919 | .ewd-us-dashboard-get-premium-widget-trial-time-left { |
| 1920 | position: relative; |
| 1921 | float: left; |
| 1922 | width: 100%; |
| 1923 | margin: 28px 0 24px; |
| 1924 | color: #6026B4; |
| 1925 | font-size: 24px; |
| 1926 | text-align: center; |
| 1927 | font-weight: bold; |
| 1928 | } |
| 1929 | .ewd-us-dashboard-get-premium-widget-features-title { |
| 1930 | position: relative; |
| 1931 | float: left; |
| 1932 | width: calc(100% - 16px); |
| 1933 | padding: 8px 8px 10px; |
| 1934 | color: #0acbaa; |
| 1935 | font-size: 18px; |
| 1936 | line-height: 1.5; |
| 1937 | font-weight: bold; |
| 1938 | } |
| 1939 | .ewd-us-dashboard-get-premium-widget-features { |
| 1940 | position: relative; |
| 1941 | float: left; |
| 1942 | width: calc(100% - 16px); |
| 1943 | padding: 0 8px; |
| 1944 | -webkit-margin-after: 0; |
| 1945 | } |
| 1946 | .ewd-us-dashboard-get-premium-widget-features li { |
| 1947 | clear: both; |
| 1948 | position: relative; |
| 1949 | float: left; |
| 1950 | width: calc(100% - 36px); |
| 1951 | margin-bottom: 8px; |
| 1952 | padding-left: 36px; |
| 1953 | background-image: url(../img/dash-asset-checkmark.png); |
| 1954 | background-position: left top; |
| 1955 | background-size: 20px; |
| 1956 | background-repeat: no-repeat; |
| 1957 | font-style: italic; |
| 1958 | } |
| 1959 | .ewd-us-dashboard-get-premium-widget-features li:last-of-type { |
| 1960 | background-image: none; |
| 1961 | } |
| 1962 | .ewd-us-dashboard-get-premium-widget-button { |
| 1963 | clear: both; |
| 1964 | position: relative; |
| 1965 | float: left; |
| 1966 | width: calc(100% - 20px); |
| 1967 | margin: 16px 8px 10px; |
| 1968 | border: 2px solid #0acbaa; |
| 1969 | background-color: #0acbaa; |
| 1970 | color: #fff; |
| 1971 | padding: 6px 0; |
| 1972 | font-size: 12px; |
| 1973 | text-decoration: none; |
| 1974 | text-align: center; |
| 1975 | font-weight: bold; |
| 1976 | border-radius: 2px; |
| 1977 | } |
| 1978 | .ewd-us-dashboard-get-premium-widget-button:hover { |
| 1979 | background-color: #1CE6C3; |
| 1980 | border-color: #1CE6C3; |
| 1981 | color: #fff; |
| 1982 | } |
| 1983 | .ewd-us-dashboard-get-premium-widget-button.ewd-us-dashboard-new-trial-button { |
| 1984 | background-color: transparent; |
| 1985 | color: #0acbaa; |
| 1986 | font-size: 11px; |
| 1987 | cursor: pointer; |
| 1988 | width: calc(100% - 16px); |
| 1989 | margin: 0 8px 16px; |
| 1990 | } |
| 1991 | .ewd-us-dashboard-get-premium-widget-button.ewd-us-dashboard-new-trial-button:hover { |
| 1992 | background-color: #0acbaa; |
| 1993 | border-color: #0acbaa; |
| 1994 | color: #fff; |
| 1995 | } |
| 1996 | |
| 1997 |